PtokaX forum

Stuff => Offtopic => Topic started by: bastya_elvtars on 01 January, 2005, 15:12:49

Title: unreferenced files
Post by: bastya_elvtars on 01 January, 2005, 15:12:49
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.
Title:
Post by: plop on 01 January, 2005, 22:29:11
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
Title:
Post by: bastya_elvtars on 01 January, 2005, 22:40:48
these are mysql DB files and it slows down the loading of my site
Title:
Post by: plop on 01 January, 2005, 23:04:56
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
Title:
Post by: bastya_elvtars on 02 January, 2005, 16:47:15
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
Title:
Post by: plop on 02 January, 2005, 19:18:28
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