General :: Enable MySQL At System Startup

Sep 16, 2011

I'm running a ubuntu 10.04 box.

I want to enable Mysql on startup.

Typically, I used the following command:

Mysql still doesn't start when system boots.

View 1 Replies


ADVERTISEMENT

General :: Enable Startup Options On Bind On Fedora?

Jan 11, 2010

I've just configured a bind server for my home domain on Fedora 12. One thing that's buggering me is that Bind tries to do its lookups first with IPv6, which fails and then falls back to IPv4. This seems to me an unnecessary use of resources, so I'd like to turn this off. This is possible by using the option named -4, but there comes the part where. the Named start/stop script is defined in the /etc/rc.d/init.d dir, but how can I get Fedora to start this script with the named -4 option?

View 2 Replies View Related

Red Hat :: ./configure --enable-mysql The --enable-mysql Does Not Work: Configure

Sep 23, 2010

I am trying to install the IDS component barnyard2 on RHEL 5. I am following the snort enterprise insall document by Patrick Harper. For installing barnyard, after the tar command it says to perform a ./configure --enable-mysql The --enable-mysql does not work: configure: WARNING: unrecognized options: --enable-mysql --with-mysql does work. Is there a difference? Next, using --with-mysql, I get a failure at the end:

ERROR! Libpcap library/headers (libpcap.a (or .so)/pcap.h) not found, go get it from Open Source and Linux Forums dot tcpdump dot org TCPDUMP/LIBPCAP public repository or use the --with-libpcap-* options, if you have it installed in unusual place. Also check if your libpcap depends on another shared library that may be installed in an unusual place I do a find / -name libpcap* and get:

/usr/share/doc/libpcap-0.9.4
/usr/lib/libpcap.so.0.9.4
/usr/lib/libpcap.so.0
/usr/lib/libpcap.so.0.9
/usr/lib64/libpcap.so.0.9.4
/usr/lib64/libpcap.so.0
/usr/lib64/libpcap.so.0.9

How do I tell the configure to use one of the above? I don't understand how to use the --with-libpcap-* option?

View 11 Replies View Related

General :: Can't Connect To Local MySQL Server Through Socket '/var/lib/mysql/mysql.sock' (2)

Jun 2, 2010

i am using liferay5.2(mysql included in the download pack) on fedora. while liferay is working fine but i cannot connect to mysql.i am getting the error

[
[root@localhost ~]# ln -s /var/lib/mysql/mysql.sock /tmp
[root@localhost ~]# /etc/init.d/mysqld start
Timeout error occurred trying to start MySQL Daemon.

[code]....

i didnt find the mysql.sock file in the location /var/lib/mysql/mysql.sock. i cannot find the portal-ext.properties file also to make intial settings.

View 9 Replies View Related

General :: Enable ACL On System 4?

Oct 13, 2009

As I'm trying to set ACL via "chacl" command, its giving error saying "Operation not supported". So, the syntax part is correct but its not supported.

So, how to enable ACL support on Linux 4.

View 5 Replies View Related

General :: How To Enable System Logging

Oct 21, 2010

How to enable system logging in linux. can i check the logfile remotely of another system on same network

View 2 Replies View Related

General :: F13 - Can Not Change CPU Speed In System / Enable This?

Dec 5, 2010

I have Fedora 13 installed on my laptop. For some reason it always seems to run at 1GHz even though the maximum is 1.67GHz (even under 100% load).

The output of cpufreq-info code...

I tried changing the limits by setting cpufreq-set -r -g userspace -c 0 -d 1000MHz -u 1670MHz but the output it still identical (in particular "frequency should be within 1000 MHz and 1000 MHz").

Any ideas how to change the limits?

View 2 Replies View Related

General :: Enable The Remote Desktop In A Red Hat System?

Dec 6, 2010

How to enable the remote desktop in a Red Hat system?

View 4 Replies View Related

General :: Unable To Install New Versions Of System On My PC / Enable This?

Mar 23, 2010

I have an MSI-RC410 motherboard with onboard ATI Radeon XPress 200 series Graphics card.

I have used OpenSuse-11.0 on my PC for over an year. but when I tried to upgrade to OpenSuse-11.1, I managed to install it only to find that several features were missing. for example /dev/cdrom was missing.

Also install DVD of Fedora 11 did not work.

I have also tried Ubuntu-9.10 live cd. When I boot from the CD i get the initramfs command prompt. Still able to install old versions of these OSs.

What is the reason for this behavior?

Does it have to do anything with the new version of the linux kernel not being compatible with my hardware?

What should i do to install new versions of Linux?

View 1 Replies View Related

General :: Online Sparring Is Enable Or Not From The Operating System?

Dec 8, 2010

I've a ibm x3650 with redhat 5.5 x86 This hardware has a feature for online-sparring for the memory.I know it can be seen from the bios. Does anyone know how can i confirm if the online sparring is enable or not from the operating system.

View 1 Replies View Related

Ubuntu Servers :: How To Enable Mysql Logging

Oct 26, 2010

I'm trying to enable MySQL's General Query Log.

I'm running version 5.0.51a of MySQL on Ubuntu 8.04 64-bit server.

The MySQL documentation found here [url] says to "start mysqld with the --log[=file_name] or -l [file_name] option".

But when I issue the following command:

Code:

I get the following error message:

Code:

How to enable MySQL logging since the above is not working?

View 2 Replies View Related

General :: Emacs: Startup With No Window System?

Feb 9, 2011

I know to start emacs with no window system, I do:

emacs -nw filename.txt

But, I don't want to specify -nw constantly. What do I add in my .emacs to do this automatically?

View 3 Replies View Related

General :: Unable To Create A File In Specified Path In System / Enable This?

Jun 8, 2011

I am unable to create either a file or a directory in a specified path in Linux.
I am getting the error "No space left on device".
I have checked with df -k and df -i. Free disk space is 28 % and free inodes are 28 %.
What else could be the reason?

View 2 Replies View Related

General :: Wireless Unable On My Redhat Enterprise System 5 Box / Enable It?

Jan 27, 2011

I;m using RHEL5, i have a problem with my wireless lan card, my laptop wireless cant be enable , i always show a inactive in the network configuration property, i know it detect in my box code...

View 10 Replies View Related

Ubuntu :: Remove Mysql From Startup?

May 22, 2010

I have installed mysql server on my Ubuntu Lucid AMD64 desktop. I need to run this service only on need. So I prefer not to have this in startup. So I did the following -

1. Deactivated the row entry by name "mysql" from application BootUp-Manager.

2. Run the application sysv-rc-conf and unchecked the checkboxes for all run levels.

3. Run the command "sudo update-rc.d -f mysql remove". Execution completed successfully.

4. Run the command - "sudo service mysql stop". In return I got a message "mysql stop/waiting".

5. Restarted the desktop.

Now when I read through the task manager, I still see a process by name "mysqld" running. I ran the command as mentioned in # 4 above and got the same response. I wanted to know how do I turn off mysql service running from startup permanently. But I still need to run it as and when required.

View 8 Replies View Related

Server :: MySQL Startup Error

Dec 28, 2010

When my Fedora server boots it fails starting the MySQL server also if i try to start it from a prompt it says "fail" but the funny thing is that it works. Now i could just say "what the hell it works" but i hate seeing the red error on boot. Fedora boot, fail starting MySQL MySQL server works after boot anyway manual start it fails, but also here it works anyway

View 2 Replies View Related

Software :: Enable Reverse Search Of MySQL History

May 2, 2010

I am new to MySQL.I just installed MYSQL 5.0.90 from URL...on my RHEL 5.0 machine. I have seen "Reverse Searching of MySQL History" , but however I am unable to do so in my MYSQL 5.0.90.

View 8 Replies View Related

General :: Uptime - Getting Date & Time Of System Startup?

Mar 28, 2011

I know that uptime prints the time a machine has been up and running, but is there an easier (reliable) way to get the date of the start up than counting down from this output?I tried looking around /proc, but didn't find anything of relevance. There's also a line like this on my dmesg: [ 0.673492] rtc_cmos rtc_cmos: setting system clock to 2011-03-14 14:26:52 UTC (1300112812), but I'm wondering if this method is distribution and kernel version agnostic.

View 5 Replies View Related

General :: System Laptop Slow Startup / Reason Of This?

Oct 21, 2010

Just got this Dell M4400 with Redhat EL5 installed.
After I setup the xorg.conf for dual monitor, the startup became extremely slow. Once I type in the user name and password, it just blacks out with the mouse curser still visible. This remains for about 3-4 minutes and then I'm in.

I thought it was my X file, so I overwrote the xorg.conf with my original file and restarted my X. Sadly, it still does that.

What could be causing it? Do I have to reinstall video driver or something?

View 6 Replies View Related

General :: System Halts On Startup When Uncompressing Image?

Apr 22, 2011

I am trying to start Damn Small Linux from a USB stick on a HP t5000 thin client. When starting in Default mode the system just stops. When starting i failsafe mode, the text rolls on the console until the message "RAMDISK: Compressed image found on block 0" and then hangs..What does that mean? What could be wrong? Can I run the image without using a ramdisk?

View 1 Replies View Related

General :: Can't Access System Share From Windows 2008 Server / Enable It?

Jul 1, 2011

I added my SUSE 11 linux server into the Active Directory. My smb.conf looks like this on my linux server

But I am unable to access this test share from windows 2008 server.code...

View 3 Replies View Related

General :: See System Services Are Enable - Disable In Ubuntu 11.04(Natty Narwhal)?

Aug 5, 2011

Chkconfig is a utility to update and query runlevel information for system services. Chkconfig manipulates the numerous symbolic links in /etc/init.d/, to relieve system administrators of some of the drudgery of manually editing the symbolic links.

In Debian, there are several tools with similar functionality, but users coming from other Linux distributions will find the tools in this package more familiar.

Go to Terminal and open it and type the command "chkconfig' press enter. code...

after installing just type "chkconfig"
you can see list of service which one is off or on in your system code...

View 1 Replies View Related

Ubuntu Networking :: Enable Wireless On Startup?

Oct 8, 2010

I have been having some problems with my wireless connection. I am having to start my computer 2 times in order for my wireless connection to work. The first time I start up, even after I enable wireless it wont connect. If I reboot immediately and enable wireless it will then connect. I would like to be able to fix this problem since it has become really annoying to me to have to boot my computer 2 times every time I turn it on. BTW Network manager shows auto-connect, however it also shows i month ago as to the last time the connections were used.

View 2 Replies View Related

Ubuntu :: 10.04 - Make MySQL Running On Startup?

May 3, 2010

I run Ubuntu 10.04. For some reason, MySQL won't start on startup. How do I make it run on startup? I installed it by installing LAMP using tasksel and did everything according to: [URL]. Also, I have another problem: When I try to start/stop/restart mysql in the terminal, the terminal will not give me any prompts after entering the command. E.g., after entering "sudo service mysql start", nothing will happen. Even after waiting for 30min, nothing happens.

View 9 Replies View Related

OpenSUSE :: Enable Remote Access To MySQL Database Server?

Jan 29, 2011

Enable remote access to MySQL database server I used the link above to enable remote access to mysql for a specific user. But when I try to telnet 3306 or user mysqladmin to connect, both just hang there. Using mysql 5.0 on opensuse 11.1

View 1 Replies View Related

OpenSUSE Network :: Enable Ethernet At Startup With NetworkManager?

Jan 6, 2010

How can I enable the network with Networkmanager WIHTOUT logging in in OpenSuse 11.2?
If I define a connection for ethernet the System connection is greyed out. I want to use Networkmanager because I have also wireless connections...

View 9 Replies View Related

Ubuntu Multimedia :: Enable Vsync In Ati At Startup Permanently?

Oct 16, 2010

Here's the problem.I've got an ati 4330 in a Dell 1464 laptop. I just installed Ubuntu 10.10 64 bits. It didn't enable compiz by default, so I downloaded the proprietary drivers (fglrx) using synaptic. After that I got compiz working, but... I get this window tearing. I don't know how to explain it, it's something like this:This is a regular window with open source ati driver (0's are windows, ignore the dashes)

00000000000000000---------------00000000000000000
00000000000000000---------------00000000000000000
00000000000000000--------->----00000000000000000

[code]....

View 9 Replies View Related

Ubuntu Networking :: Enable Wireless Always Unchecked After Startup?

Nov 20, 2010

On my Lenovo IdeaPad S12, the "Enable wireless" checkbox is always unchecked after startup. After I check it, it automatically connects to the preferred wireless network. Is there a way to ensure that wireless is always enabled after startup? On my other PCs, "enable wireless" remains set properly after startup. It's only on my Lenovo that I have noticed this problem. I have poked through the various network tools to see if there's a preference setting for this, and have not found one.

View 2 Replies View Related

SUSE / Novell :: Enable Automatic Loading Of KDE On Startup In 11.1?

Dec 20, 2008

I have updated from 10.2 to 11.1. When 11.1 starts I get into the CLI rather than an automatic startup of KDE. I can login at the CLI, then type "startx" to start KDE. I know there is someway to automatically start KDE when the computer boots, but just can't seem to find it. Can someone point me in the right direction? With 10.2 I was able to automatically load KDE as myself as user and would like to have that again in 11.1.

View 6 Replies View Related

Ubuntu :: Startup Services Not Starting (mysql / Apache2)

Feb 20, 2011

I had a hard drive failure and have recovered (rsync) my backup root filesystem onto a new drive. This all seems to be fine, except that at least two services no longer start: mysql and apache2.I can start successfully both through

Code:

sudo /etc/init.d/mysql start
sudo /etc/init.d/apache2 start

although mysql throws a warning about Upstart. Neither start automatically.My system is Ubuntu 10.04.1 LTS x86_64. Part of my reolution actions has involved a kernel update to 2.6.32-27-generic.I have tried to resolve the mysql issue first:

Code:

sudo update-rc.d -f mysql remove
sudo update-rc.d mysql defaults

Code:

sudo apt-get remove --purge mysql-server
sudo apt-get install mysql-server
adding them /etc/init.d/... start commands to /etc/init.d/rc.local script and to a session startup script

checking the services are in rcX.d (using bum and sysv-rc-conf) Ensuring there's a .conf file in /etc/init (which there is).I can't see anything in syslog which would suggest if the system has tried to start these but failed, but then I may be looking in the wrong place. I think they're not starting at all. I wonder if it's something to do with the restore, perhaps symlinks?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved