


Network by hoganrobert 85 comments
http://tork.sourceforge.net/wiki/index.php/Install_TorK_from_CVS - Sep 29 2007

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments
try doing a "find . -iname 'tork'" in /usr when you've compiled and installed.
also watch the output from the installation to see where it installs it. - May 26 2007

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments
http://tork.sourceforge.net/wiki/index.php/Install_TorK_from_CVS - Jun 22 2006

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments
could you try that and let me know how you get on? - Jun 20 2006

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Network by hoganrobert 85 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments
if ( KDE::version() == 3 && KDE::versionMajor() < 4 )
with
if ( KDE::versionMajor() == 3 && KDE::versionMinor() < 4 ) - Jan 19 2006

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments
This patch will fix it:
--- directorylist.cpp 2006-01-19 18:55:28.000000000 +0000
+++ directorylist.cppold 2006-01-19 18:55:14.000000000 +0000
@@ -235,8 +235,7 @@
{
m_lister.setDirOnlyMode( true );
connect( &m_lister, SIGNAL(newItems( const KFileItemList& )), SLOT(newItems( const KFileItemList& )) );
-
- if ( KDE::versionMajor() == 3 && KDE::versionMinor() < 4 )
+ if ( KDE::version() == 3 && KDE::versionMajor() < 4 )
{
m_url = "devices:/";
}
@@ -270,7 +269,7 @@
streamout - Jan 19 2006

Security by hoganrobert 150 comments
also, check your autostart folder ($KDEDIR/share/autostart) and see if there are any files in there with klaamv in the name.
(if you schedule a scan for when you log into kde klamav will put a file in here - it should delete it if you delete the scheduled scan though. let me know what you find in the autostart folder as that is the most likely source of your woes...) - Dec 04 2005

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments
* mknod: missing operand after `0'
does 'modprobe dazuko' work for you? - Oct 02 2005

Security by hoganrobert 150 comments
what happens you run the following from the command line?
$HOME/.klamav/bin/arkollon $HOME/.klamav/clamav-0.87 - Sep 29 2005

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments
building a klamav package should be much the same as before, the trick is to package arkollon with it somehow so that updates to clamav/klamav can be downloaded and compiled. (it has to be the slightly modified arkollon i include in the source package :(
please let me know if it possible to build a package with the source components.. and thanks for your feedback - there is no reason why the feature can't be removed if it is just too godawful, but it would be nice if the upgrade process could be made as easy as possible with minimum of infrastructure... - Sep 26 2005

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments
could you do me a favour in the meantime? download the source package from the sourceforge website and replace the first four lines in the startProgressDialog function in freshklam.cpp with:
if ( progressDialog )
delete progressDialog;
progressDialog = new KProgressDialog( this, "progress_dialog", QString::null, text, false );
and see if it helps... - Sep 19 2005

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments
#include kstdguiitem.h
to the top of schedule.cpp should fix the problem.
i'm releasing klamav-0.30.1 to fix this problem and a few others so please download the new version to fix it when it becomes available. - Sep 13 2005

Security by hoganrobert 150 comments
the installer is experimental and I would dearly like to get it to work for everyone (so clamav and klamav can be updgraded automagically), so your feedback will be listened to... - Sep 13 2005

Security by hoganrobert 150 comments
adding:
#include unistd.h
#include sys/types.h
to the top of cthost.cpp is sure to fix it though.
be sure to open and close unistd.h and sys/types.h with triangular brackets (the notice board html parser swallos them) - Sep 10 2005

Security by hoganrobert 150 comments
cp dazuko.*o /lib/modules/`uname -r`
insmod /lib/modules/`uname -r`/dazuko.*o
rm -f /dev/dazuko;
mknod -m 600 /dev/dazuko c `grep dazuko /proc/devices | sed "s/ .*//"` 0;
chown $USER:clamav /dev/dazuko
hope this helps.
P.S. To manually install KlamAV you should proceed with installation until you are at the first step of the arkollon wizard. Then you should navigate to your /tmp directory and enter the directory beginning with selfgz. You will find the sources there.
Apologies for the inconvenience caused, but this new installation method is an experiment and is the best way I could find of providing a platform independent way of keeping both KlamAV and ClamAV easy to update and install. - Sep 10 2005

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments
cp dazuko.o /lib/modules/`uname -r`/
'modprobe dazuko' or 'insmod /lib/modules/`uname -r`/dazuko.o'
mknod -m 600 /dev/dazuko c `grep dazuko /proc/devices | sed "s/ .*//"` 0 - Mar 17 2005

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments

Security by hoganrobert 150 comments