Search Results

Search: Posts Made By: silicate
54,707
Posted By silicate
yes, based on your config if your comment out the...
yes, based on your config if your comment out the "size" then the log will be rotated daily and kept back for up to 7 days.
54,707
Posted By silicate
did the log file get above 1mb in size? if it...
did the log file get above 1mb in size? if it didn't then it wouldn't have been rotated.
54,707
Posted By silicate
so as long as inside the cron.daily/logrotate...
so as long as inside the cron.daily/logrotate file there is this line: /usr/sbin/logrotate /etc/logrotate.conf

and the cron daemon is running, then it should be working fine.

try running...
54,707
Posted By silicate
do you have the logrotate setup on a cron job?
do you have the logrotate setup on a cron job?
54,707
Posted By silicate
when the logs rotate is defined in the...
when the logs rotate is defined in the logrotate.conf, you can see more details with "man logrotate"

logrotate is not a deamon, therefore it does not need restarting.

from the man page:
...
39,442
Posted By silicate
it seems messed, i don't know what is causing the...
it seems messed, i don't know what is causing the problem, if i were you, instead of trying to clean up someone elses mess i would back up the /var/db/mysql folder, remove the entire package and...
39,442
Posted By silicate
kill all the instances of mysql and then try...
kill all the instances of mysql and then try starting it again from the shell script, run " kill -9 `ps aux | grep mysql | awk '{print $2}'` "
5,335
Posted By silicate
forgive me, i don't know the answer, but what i...
forgive me, i don't know the answer, but what i think you meant to ask is "How to escape a single quote in ksh"

i was a little confused when i read your post the first time, i hope it helps clear...
1,443
Posted By silicate
mine appear to be the same, i don't see...
mine appear to be the same, i don't see differences in the actual running pid and the .pid numbers.

have you tried stopping the process, removing the pid file manually if it still exists and then...
39,442
Posted By silicate
a ps aux would be useful, you should also check...
a ps aux would be useful, you should also check the /var/log/messages to see if mysql is trying to start, but can't due to some mis-configuration or corrupted binaries
7
8,753
Posted By silicate
i only use loopback when mounting iso's
i only use loopback when mounting iso's
Forum: SuSE 12-14-2006
155,045
Posted By silicate
processor : 0 vendor_id :...
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.40GHz
stepping : 5
cpu MHz : 2400.112
cache...
3,749
Posted By silicate
what is the attachment, can you post the full...
what is the attachment, can you post the full header information from the email that is received in the junk folder?
3,749
Posted By silicate
How does the email getting sent to the junk...
How does the email getting sent to the junk folder look? Does it contain, subject, properly formatted body, from, to , and return path? The server is going to check the message for these things and...
22,647
Posted By silicate
I don't believe there is any way to restore files...
I don't believe there is any way to restore files deleted from the filesystem, and "rm -i" doesn't have anything to do with restoring already deleted files.

from the man page:


-i ...
18,464
Posted By silicate
you should be able to see logs of who is logged...
you should be able to see logs of who is logged in and last logins by using the command "last"
1,461
Posted By silicate
this is no known standard unix command, if you...
this is no known standard unix command, if you have this on your system you may want to try executing it with --help or -h switch to see more details on it's usage
3,749
Posted By silicate
If the unix server is delivering email to an...
If the unix server is delivering email to an exchange server, you should modify the settings on the exchange server to not treat the email coming from the unix server as junk. This is of course if...
39,442
Posted By silicate
yes, that is the rc script to start mysql. just...
yes, that is the rc script to start mysql. just make sure that it's executable by root, (as root issue chmod u+x /usr/local/etc/rc.d/mysql-server or .sh which ever)

then run the script with (start...
39,442
Posted By silicate
just check the directory listing inside of...
just check the directory listing inside of /usr/local/etc/rc.d and execute the startup script relating to mysql, unless of course you did not install it from ports, if you compiled it by downloading...
39,442
Posted By silicate
you should edit the /etc/rc.conf and place...
you should edit the /etc/rc.conf and place mysql_enable="YES" in that file, then run /usr/local/etc/rc.d/mysql-server.sh start
14,324
Posted By silicate
You can use ncftp to do recursive gets on a...
You can use ncftp to do recursive gets on a remote ftp server. Just issue "get -R *"
Showing results 1 to 22 of 22

 
All times are GMT -4. The time now is 04:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy