Some idiot has switched my FreeBSD 5.3 server off, and some files became unreferenced. Can somebody tell me the solution for this issue? I googled for it but nothing useful found.
QuoteOriginally posted by bastya_elvtars
Some idiot has switched my FreeBSD 5.3 server off, and some files became unreferenced. Can somebody tell me the solution for this issue? I googled for it but nothing useful found.
just keep the server running, the deamon which fixes this runs in the background.
if you get this error on installing a port you can use -F 2 force the instalation.
plop
these are mysql DB files and it slows down the loading of my site
QuoteOriginally posted by bastya_elvtars
these are mysql DB files and it slows down the loading of my site
//www.mysql.org
should be a tool 2 fix those on the main mysql site.
btw you can use a cron script 2 make a daily backup of those files.
plop
QuoteOriginally posted by plop
QuoteOriginally posted by bastya_elvtars
these are mysql DB files and it slows down the loading of my site
//www.mysql.org
should be a tool 2 fix those on the main mysql site.
btw you can use a cron script 2 make a daily backup of those files.
plop
done, btw a plugin caused the site 2 slow down.
consequence: gotta make a custom kernel soon :S
QuoteOriginally posted by bastya_elvtars
done, btw a plugin caused the site 2 slow down.
consequence: gotta make a custom kernel soon :S
thats easier then you think.
copy the default kernel config.
change/add lines needed and make world.
copy the new kernel in place and start it.
plop