General :: Configure Command For Enabling And Disabling Options?
Jul 10, 2011I have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?
View 4 RepliesI have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?
View 4 RepliesI'm using Linux Kernel version 2.6.33 on a server with Intel Xeon X5570.
I assume that Intel's DCA is already enabled on my system, because I see
Code:
I would like to test the effects of with and without DCA. How can I disable DCA?
Trying to figure out why the following two are treated differently...
Code:
*.warn;
kern.!=debug;auth.none;
authpriv.none;cron.none;mail.none;news.none -/var/log/syslog
and
[Code]....
According to man syslog.conf "You can specify multiple facilities with the same priority pattern in one statement using the comma (``,'') operator. You may specify as much facilities as you want. Remember that only the facility part from such a statement is taken, a priority part would be skipped."
Can someone confirm that this statement means that kern.!=debug is ignored in the first part because it's priority is not the same as the trailing facilities ending in .none?
I am having a problem using my laptop's special keys to toggle my touchpad on and off on my ASUS G73JH laptop, running Ubuntu 10.10 (2.6.35-28-generic-pae).
First, some preliminaries:
My touchpad works just fine, but it does not respond to my laptop's special key, Fn+F9.
In /etc/acpi/events I have the following script, "asus-touchpad":
Code:
# /etc/acpi/events/asus-touchpad
# This is called when the user presses the touchpad button and calls
# /etc/acpi/asus-touchpad.sh for further processing.
[Code].....
How do you enable/disable the autostart of services. For example let's say I know I'm not gonna use apache and mysql for a while and don't want it to autostart anymore how do I disable it ?
And then once it is needed again how do you enable the autostart again ?
I ran into this today accidentally turned on networkmanager and it took it upon itself to rewrite some things and proceeded to make any DNS lookups on my server Especially those reverse DNS for SSH and SFTP take so long they would just time out instead of completing.. Disabling networkmanager did not undo the damage either. Short fix, Erase your resolv.conf file and add 2 lines to it as so, your nameservers!
nameserver xxx.xxx.xxx.xxx
nameserver yyy.yyy.yyy.yyy
save, and run the following commands
service network restart
service httpd restart
service sshd restart
Mine had a search line added by networkmanager and some others, when i reverted it back to as above, almost instantly after restarting the services the systems lookups were once again, lightning fast. DNS lookups were taking upwards of 20 seconds for unknown reasons after this happenned
I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.
So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.
I know that I can use the GUI (gnome-volume-properties) enable/disable the USB sticks/disks automount features, by checking/unchecking the pertinent options.My question is: how can I obtain the same results from the command line (that is, without using any GUI frontend)?
View 5 Replies View RelatedIn the process of installing DDD, I get the following error:The X11 library could not be found. Please use the configure options '--x-includes=DIR' and '--x-libraries=DIR' to specificy the X location.I did a "yum install libx11-devel". I was told that the right package was installed
View 1 Replies View RelatedI was in the CLI experimenting with lynx and then I thought let's see what this dd thing can do and usually when I run commands without parameters just gives me an brief idea about what can I use. With dd it just hangs on there like it would be doing something ...
I immediately quit that terminal and then I couldn't mount my ntfs big important lifesaver partition. I rebooted and now I can. I just want to ask what damage could dd make if run without any parameters. I don't have any external backup medium.
Does the order of command options matter?
View 4 Replies View RelatedAloha, 1st time user: Looking for pam_tally command options/descriptions
View 3 Replies View RelatedHow would I list every mp3 over a certain size on an entire hard drive?
View 1 Replies View RelatedI have a directory in which the files are stored. the users must be able to only read or add files to the directory. the users must not delete the files under the directory. how can i do this? is it possible to disable the rm command?
View 4 Replies View RelatedIs there a way of enabling the locate command if you're not the root?
View 1 Replies View RelatedIs there a way to use configure options with yum for packages? For example, i've got a lamp setup, and right now (after installing F11) i got a msqli class not found error, which means that it is not loaded into php. I see that it can be reconfigured with certain options, but i yummed it, and i'd like to keep it that way. I tried a yum reinstall, but it didn't work.
View 1 Replies View RelatedSome Flash games don't work very well on Linux because when you hold down a key (such as one of the cursor keys) the Flash player sends the game multiple KeyDown and KeyUp events, leaving the game unable to tell the difference between a user holding a key or a user tapping a key quickly. (On other platforms it seems that typematic repeat generates multiple KeyDown events but not KeyUp events.)
Anyway, to work around this problem, I go to System->Preferences->Keyboard and disable "Key presses repeat when key is held down" when I want to play a Flash game, then put it back afterwards. I do this often enough that I'd like to set up some shortcut keys to change the setting. I figured out the following commands to turn it off and on again:
gconftool-2 --set /desktop/gnome/peripherals/keyboard/repeat --type bool false
gconftool-2 --set /desktop/gnome/peripherals/keyboard/repeat --type bool true
My problem is that when I have tried entering these on the command-line (in a gnome-terminal), X-windows seems to get confused and behaves as though I'm holding down the enter key. It doesn't stop if I press enter again. I tried pressing ctrl-alt-f1 to switch to a text console and it worked fine, but when I pressed ctrl-alt-f7 to go back to X it still behaved as though I was holding down enter. I had to press ctrl-alt-backspace to reset X before it would return to normal. I *think* it happens in particular when changing the setting from true to false. I'm running Karmic Koala with all the updates.
Can I find somewhere the default ./configure options that Debian uses when compiling packages? For e.g. I would like to know these options used for compiling Midnight Commander...
Are there any default ones and where to look at them?
I have a netbook and the wireless card on it works fine. Whenever I wake it up after suspending for couple of hours, it seems like the wireless card is not awaking or the drivers are not working properly because I do not see any wireless networks after waking it up(for example in Wicd). If I do fresh restart, the wireless and wireless networks come back at the same place. So I am wondering if it is possible to restart the wireless card or the driver without restarting my netbook
View 13 Replies View RelatedI am trying to follow this tutorial below so that I can get Text to the right of icons on the GNOME desktop. [URL] Everything so far has worked fine, except when I get to step 3 where I compile Nautilus. When I try to run the command ./configure --prefix=/usr It tells me bash: ./configure: No such file or directory
View 5 Replies View RelatedI created a file to show phpinfo. But configure command is missing from the list.
Check some other servers, confiugure command is there.
Is this an ubuntu issue?
So, there are these source packages i downloaded, which i want to build with slightly different configure options due to a bug in debian: hfd5-serial and hdf5-openmpi cannot coexist, yet some packages require the serial version of the lib , others require the openmpi.
I downloaded the sources, in order to build them, without the hdf5 thing...
I have already built this from source in Scientific Linux, and i know this can be done without hdf5.
Where do i hack into the debian source tree of a package to remove a configure option...?
./configure ... ... --without-hdf5 ...
I want to run a command every time I log in to my Ubuntu box, but only if I'm connecting through telnet, not if I'm logging in at the console.
View 1 Replies View RelatedIs there a way to configure the at command to send to someone other than root?
View 1 Replies View RelatedI am a user of version 2006 of Mandriva server and now I am upgrading to MES5. According to support, netatalk is no longer support by this version (at least in Brasil), and I still have some old Macs running System 9.2 and it is very important to have netatalk running at server. I download netatalk and followed the intructions showed at:[URl]...
I was able to follow the instruciont until step 5, executing ./bootstrap. Next, I should execute the next command: ./configure, but I got the message No such file or directory. There is no REAME file at the directory and the only configure file it has is configure.in, a 40kb file, plain text document, its first line says dnl configure.in for netatalk.
I have a Linux application(ProMAX 5000) running in a virtual Machine on my windows OS. I am using an external Hard drive of 250G in ext2 file system as my device for large data read, write & execute file system. I have already mounted the device from /etc/fstab. But i want my application to access this device as a Primary data storage device OR Secondary storage device. What command will i invoke to partition this 250G drive as my primary or secondary storage device.
View 1 Replies View RelatedI install software called Sunflow v0.07.2 in my Ubuntu. When I try to run it,it says
"API error : JVM available memory is below 800 MB (found 728 MB only). Please make sure you launched the program with the -Xmx command line options". What is that xmx command line.What should i do to run Sunflow.
I'm having a hard time trying to print documents to PDF via cups-pdf at the command line and get all of the nice formatting options that the GUI print spooler dialogs provide. I know how to do "lpr -P Generic-CUPS-PDF-Printer filename" to get a general file printed to a PDF, but this method clearly is missing all of the nice formattingptions that get passed when using a GUI print spooler (margins, fonts, dpi, paper size, etc..). I tried to use ps to capture whatever command is being sent by the spooler but couldn't figure it out, since I'm not really sure what commands get called by the spooler
View 8 Replies View RelatedI thought about this a while ago when reading through a Python tutorial and I googled some and couldn't find an answer. Now I want to know it for Ruby, also, and it's more important now because I want to invoke Ruby with -w.
How can you use:
Code:
with a -w option to ruby, like:
Code:
This doesn't work and I can't find an explanation of how to do it.
Code:
when i show status ricci on centos5.3x86_64 #service ricci status pidof: invalid options on command line pidof: invalid options on command line p is stopped how can i fix that bug ?
View 4 Replies View Related