Slackware :: Binaries Clamd And Freshclam Aren't Installed Anywhere?
Jan 8, 2011
I can install clamav from SBo no problem, but the version is outdated. I downloaded the newer source code from clamav's site, edited the slackbuild to reflect the new version number, and rebuilt the package. But I get this following error when building.
Config files are installed in the proper places (except the file /etc/clamd.conf.rej referred to below which doesn't exist). But the binaries clamd and freshclam aren't installed anywhere.
Code:
make[2]: Leaving directory `/tmp/SBo/clamav-0.96.5/test'
Making all in clamdtop
make[2]: Entering directory `/tmp/SBo/clamav-0.96.5/clamdtop'
CC optparser.o
[Code]....
View 2 Replies
ADVERTISEMENT
Apr 16, 2010
This started happening sometime yesterday afternoon on a server that's been trouble free for years.
My Ubuntu update is scheduled to run every month on the 5th, so this was roughly 10 days after that. So it seems to me it's not update related. The only thing I've done on the server lately is update a spamassassin rule which required an amavis restart. That was done earlier in the week.
I've already reviewed issues at [url] and all the conditions are correct for the more recent How to.
I can also confirm that, in fact, /var/run/clamav/clamd.ctl does not exist.
View 7 Replies
View Related
Aug 12, 2010
I noticed that the official Slackware packages don't contain static libraries. The SlackBuild scripts from slackbuilds.org or from Slackware DVD usually contain --disable-static option to prevent building the .a file. And if configure script doesn't allow such option, the .a file is deleted before the package is created.I am wondering what is the reason for that? Is it just the matter of conserving disk space? Are there also other reasons?
View 11 Replies
View Related
Jan 21, 2011
I installed an Oracle-provided RPM that installs a library, let's call it libUSEME1.0, into /usr/lib/oracle/yada/yada2/libUSEME.1.0. I then have an RPM (perl-DBD-Oracle) that depends on libraries from the Oracle-provided RPM. (For now, let's say it depends on libUSEME.1.0)
I then try to do both a 'rpm -ivh' and a 'yum localinstall', on that perl-DBD-Oracle RPM. However, yum still complains that this dependency is missing. The only semi-useful post I could find from Google shows that setting things like LD_PRELOAD won't change yum's mind - it still says the dependency is missing.
What is the proper way to demonstrate to yum that you have already installed a library on which an rpm (or package) depends?
View 13 Replies
View Related
Jan 10, 2010
I'm trying to write a slackbuild for doing a slackware package from the binary distribution of scilab.org.If you want to test it, it's here
[URL]
there's also a slack64 package made from the slackbuild.to use the slackbuild you have to download your file distribution in the same folder from here [URL] and then you have to launch it like this
Code:
ARCH=x86_64 PKGTYPE=txz TAG=custom ./scilab.SlackBuild
available archs are i686 and x86_64
EDIT: edited build script to install things in /opt. updated package.
View 2 Replies
View Related
May 17, 2011
I've installed Ubuntu 11.04 Natty Narwhal on a External HDD (320GB Samsung S2). Worked like a charm. Bit slow to boot up and load programs, but after a while, works great. I installed it on the external HDD for one purpose: Work anywhere with Ubuntu, no matter which computer I use. I was thinking that was impossible, but I've tested thru several platforms (3 Notebooks, 2 netbooks, all Intel and one AMD Desktop). All worked flawlessly (32 Bits PAE activated and no matter how many cores are active, just works), BUT the themes.For no apparent reason, themes works on the computer I've installed Ubuntu on the HDD. It has his own Internal HDD with Windows 7 and two NTFS partitions.
Themes are stuck to the default boring-white from Gnome. I can only change the window controls. Compiz works, Wireless works, video works, sound works, filesystem works, system works - themes fail. Feels like I've hit my feet's little finger on a chair. P.S.: Ext. HDD is partitioned like this: 300GB FAT32 (it's my pop's HDD, he wants it this way), 18GB EXT4, 2GB Swap.
[Code]...
View 1 Replies
View Related
Jun 19, 2011
I was playing around with bash scripting and the last thing I remember doing was checking for suid root files. However now I cannot launch sbopkg, tpfand etc and the binaries are nowhere to be seen. I was experimenting with the sticky bit for tpfand so I could load it as a normal user.
Code:
chmod u+s /usr/sbin/tpfand
chmod u-s /usr/sbin/tpfand
However now tpfand is no long in /usr/sbin. But a whereis produces the following results.
Code:
tpfand: /etc/tpfand.conf /etc/tpfand.conf~ /usr/share/tpfand
The same applies for sbopkg, which I have not touched. I think this problem is also related to the wicd error stating it cannot connect to DBus client From these symptoms has anybody experienced anything like this before from tinkering?
View 1 Replies
View Related
Jun 27, 2011
every here and there i enter a page where a box pops up:Additional plugins are required to display all the media on this page . After a number of steps I am at a page by Adobe, and I download what seems to be a generic package (Ubuntu will of course be there).But its instalation has never proved helpful. Still the same pop-up. Are there binaries for Slack or a way to get the sources?
View 12 Replies
View Related
Apr 15, 2010
I try to start clamd service since I found "PROCS CRITICAL: 0 processes with command name 'clamd'" from nagios. so I check at its log file at "tail /home/clamav/logs/clamd.log" it said that log file exceeding maximum limit so I try to rotate log by
pico /root/123/etc/logrotate.d/clamd
/home/clamav/logs/clamd.log {
rotate 12
[code]...
View 2 Replies
View Related
Apr 7, 2010
Clamd on my CentOS latest stable box takes an age to start.s in, well over half an hour.Two clamd processes get started, each of which has a VIRT of about 220m. Load average goes through the roof, values from 6-8+.The server is a bit weedy (190MB RAM, processor I forgot), but I didn't have these problems before. They seemed to arise after running freshclam to update definitions.
View 1 Replies
View Related
Mar 4, 2011
The mail server keeps getting locked up with tens of thousands of spam emails.So, i followed some instructions similar to this : [URL]I can clear the queue spams, easy, but after an hour or so the server is dead again.. not receiving emails and not sending out emails.
Code:
Received: (qmail 356 invoked by uid 509); 4 Mar 2011 21:39:10 +0800
Received: from 125.110.124.51 by host1.wemotor.com (envelope-from <oiazfkdvd@yahoo.com.tw>, uid 508) with qmail-scanner-1.25-st-qms
Received: from unknown (HELO 202.46.116.119) (125.110.124.51)
[code]....
View 3 Replies
View Related
May 10, 2010
Want know the location of the Clamd service database, and also know the extension of these database fies.
View 2 Replies
View Related
Jun 28, 2011
I have installed multilib support in my 64bit slackware 13.37 installation than I proceed it to install google earth from slackbuilds... and did ln -sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3Now when I try to run google earth I get:[ 760.092745] googleearth-bin[3647]:segfault at 984f7d31 ip 00000000984f7d31 sp 00000000ffbfe100 error 4
View 14 Replies
View Related
Dec 26, 2010
I have problem starting clamd. It's unable to execute setgroups()
/etc/group , /etc/password files are world readable
Here is output after starting clamd:
sudo clamd
ERROR: setgroups() failed.
Here is strace clamd output:
...
open("/etc/passwd", O_RDONLY|0x80000 /* O_??? */) = 3
fcntl64(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=1616, ...}) = 0
mmap2(NULL, 1616, PROT_READ, MAP_SHARED, 3, 0) = 0xb7f6d000
_llseek(3, 1616, [1616], SEEK_SET) = 0
munmap(0xb7f6d000, 1616) = 0
close(3) = 0
setgroups32(1, [120]) = -1 EPERM (Operation not permitted)
write(2, "ERROR: setgroups() failed.
", 27ERROR: setgroups() failed.) = 27
exit_group(1) = ?
Process 29002 detached
ls -al /etc/group:
-rw-r--r-- 1 root root 1013 2010-03-19 11:38 /etc/group
ls -al /etc/passwd:
-rw-r--r-- 1 root root 1616 2010-03-05 12:39 /etc/passwd
/etc/passwd:
clamav:x:108:120::/var/lib/clamav:/bin/false
/etc/group:
clamav:x:120:
View 2 Replies
View Related
May 15, 2010
I've tried a few different ways to install the ATI graphics driver "fglrx" to get 3D acceleration.If I try to install using the standard file "ati-driver-installer-10-4-x86.x86_64.run" from the ATI web site it appears to work but then I discover it actually got an error.I saw a reference to ATI requiring 32-bit libraries to install their 64-bit driver. Is there a link or post that explains how to add the 32-bit libraries. Will that solve the problem, or will I just waste more time trying that?
View 6 Replies
View Related
Nov 3, 2010
I was trying to plug projector on my laptop with slackware 13.1 installed. The problem is that the projector stops showing whenever I start X. I can see everything starting from LILO loader, but whenever I type "startx" - bam, no signal or just a black screen on the wall. I try to switch to console mode with ctrl+alt+f1 - the view appears, switching back to X with ctrl+alt+f7 - view disappears. I am using awesome WM. I tried XFCE, but the result was the same. I also tried to change resolution to
Code:
xrandr --output default --mode 1024x768 / 800x600
, but again, no difference. My laptop is ASUS F3Jc. Fn keys doesn't help as well.
View 9 Replies
View Related
May 16, 2011
On a new machine (Ubuntu 10.04.2), the freshclam program (in the package clamav-freshclam version 0.96.5+dfsg-1ubuntu1.10.04.2) won't do updates. It fails on DNS queries. DNS is working for other programs OK. Diagnosis with tcpdump shows that it is sending the queries to 127.0.0.1 instead of the actual DNS servers designated in the /etc/resolv.conf file. Of course it won't get an answer because it is querying the wrong IP address. There is a --no-dns option which I tried, but that doesn't help. Any idea if freshclam or clamav needs its own config of DNS servers?
View 6 Replies
View Related
Sep 27, 2010
I'm getting this error when restarting clamav-daemon:clamd libClamAV Error: cli_dbgets: Line too long for provided bufferThis happened on two systems today after I upgraded via apt. Versions used: Debian Lenny w/ clamav-daemon 0.96.3+dfsg-1~volatile1Has anyone seen this and know what to do? clamd seems to be running, and the
View 1 Replies
View Related
May 30, 2011
downloaded clamav and clam-db using install/remove software in opensuse 11.3 gnome.
tried to update virusdatabase typing freshclam in command-line
gives me this:
alexander@linux-y54v:~> freshclam
ERROR: Can't create temporary directory /var/lib/clamav/clamav-7d1c24383b9425dfebb5c660374d507b
Hint: The database directory must be writable for UID 1000 or GID 100
alexander@linux-y54v:
View 1 Replies
View Related
Apr 25, 2010
I have installed my first Ubuntu server today. It is connected to our corporate network. On this network there is a Windows 2008 R2 server that serves as DNS Exchange and file server. For some unknown reason this Windows server looses network connection when the ubuntu server comes online. After some investigation the network connection is instantly restored when I stop the clamav-freshclam service on the ubuntu server. When I start the service the network connection of the Windows server goes down.The only "link" with the Windows service and the Ubuntu server is that the Windows server is configure as the nameserver on the ubuntu server.
I want to run this in production because the ubuntu will serve as anti-spam server. I need to understand what is happing and why to prevent this.
View 1 Replies
View Related
May 16, 2011
On a new machine running Ubuntu 10.04.2, the freshclam program (in clamav-freshclam version 0.96.5+dfsg-1ubuntu1.10.04.2) won't do updates to the database. It fails on DNS queries. DNS works OK for other programs. The tcpdump command shows that it sends the queries to 127.0.0.1 instead of the correct DNS servers specified by /etc/resolv.conf. Of course it doesn't get an answer because it is asking the wrong IP address.
There is also a --no-dns option, but that didn't help/
Do I need to tell ot what the DNS servers are, somewhere?
Why would it query only 127.0.0.1 for DNS?
View 1 Replies
View Related
Jul 14, 2009
I keep getting the message code...
I am not clear why clamd.log and freshclam keep changing permission and ownership to clamav.
View 2 Replies
View Related
Nov 22, 2009
I got my version of clamav working and it's fully updated. Problem is I can't seem to get my LibClamAV to function correctly. The output of #freshclam works But when I do: #service clamd.amavisd restart
This is the error:
LibClamAV Warning: ***********************************************************
LibClamAV Warning: *** This version of the ClamAV engine is outdated. ***
LibClamAV Warning: *** DON'T PANIC! Read http://www.clamav.net/support/faq ***
LibClamAV Warning: ***********************************************************
My version is updtodate and I am unsure why the error. I am using amavisd-new-2.5.2 (20070627) and Clamav 0.95.3
View 4 Replies
View Related
Jun 27, 2010
When I log on a root and attempt to issue the command Freshclam to upgrade the virus definitions it attempts or create a new file with a definition name. I get a message stating that the directory isnt writable. The user and group access rights are as follows:
USER = read, write, execute
Group = read, write, execute
All= read, execute.
The only way I can get around this is by applying a 777 which would be read, write and execute for all. Now, I have a group define with several user ids in it including Root.How do I connect the group with the directory/file so I dont have to apply a 777 access right to group users could issue the Freshclam command.
View 1 Replies
View Related
Sep 14, 2009
Is set up a postfix, dovecot + clamav server as described in the wiki. I also use the freshclam update script in /etc/cron.daily/freshclam. But my problem is i get this error message every day:
/etc/cron.daily/freshclam:
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log). ERROR: /var/log/clamav/freshclam.log is locked by another process
View 3 Replies
View Related
Mar 11, 2010
I have installed ClamAV 0.95.3 into Ubuntu 9.10 (i386) fully patched
I am behind an authenticating proxy, so I've entered these details into freshclam.conf:
HTTPProxyServer myproxy.com
HTTPProxyPort 1234
HTTPProxyUsername myusername
HTTPProxyPassword mypass
code....
So I changed the perms to 0700 (user is clamav).
Now I get:
$ sudo freshclam
ERROR: Can't open/parse the config file /etc/clamav/freshclam.conf
I checked DNS resolution with this (which I found in a thread somewhere):
# host database.clamav.net
database.clamav.net is an alias for db.local.clamav.net.
db.local.clamav.net is an alias for db.other.clamav.net.
db.other.clamav.net has address 193.1.193.64
db.other.clamav.net has address 130.59.10.36
- I presume the installation can find the update site?
View 3 Replies
View Related
May 15, 2010
I am running Ubuntu 64-bit and I downloaded a 32-bit binary. I tried to run it in the shell using ./file but zsh said that it did not exist. However it shows up in nautilus and ls. Is this supposed to happen?
View 2 Replies
View Related
May 24, 2010
After upgrading to Lucid I can compile but not run binaries from the console. I have build-essentials installed. When I try to run a compiled program I get this error:
bash: .: ./main: cannot execute binary file
View 5 Replies
View Related
Feb 22, 2011
I'm trying to debug why I cannot run any java on my RHEL 5 box. Right now I'm just trying to run an example .jar file I got from
[URL]
I'm not a java developer, just an end-user.
[xxxxx@xxxxx Desktop]$ cat /etc/redhat-release
Red Hat Enterprise Linux Client release 5.4 (Tikanga)
[xxxxx@xxxxx Desktop]$ uname -a
[code]....
View 14 Replies
View Related
Apr 13, 2010
Are there gcc and g++ binaries available for download anywhere? I can only seem to find sources, which I can't get to build (trying to upgrade to a newer compiler).
View 7 Replies
View Related