How to make Windows application run under emulator wine show UNICODE characters?

2008-07-24 Thread Yuri
All UNICODE characters show as small rectangles. Anybody knows which fonts should I install to cure this? Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

How to compile a c file into out file?

2008-07-24 Thread EdwardKing
I compile a c file,like follows: $gcc other1.obj other2.obj myfile.c Then it create a a.out file.my question is how to create a file named myfile.out instead of name a.out? -- Confidentiality Notice:

Re: How to compile a c file into out file?

2008-07-24 Thread Paul Procacci
EdwardKing wrote: I compile a c file,like follows: $gcc other1.obj other2.obj myfile.c Then it create a a.out file.my question is how to create a file named myfile.out instead of name a.out? --

Re: How to compile a c file into out file?

2008-07-24 Thread Martin Tournoij
On Thu, Jul 24, 2008 at 02:15:25PM +0800, EdwardKing wrote: I compile a c file,like follows: $gcc other1.obj other2.obj myfile.c Then it create a a.out file.my question is how to create a file named myfile.out instead of name a.out? Use the -o parameter, ie: % cc -o file file.c -- Martin

Re: FreeBSD for webserver?

2008-07-24 Thread Gonzalo Nemmi
On Wednesday 23 July 2008 21:03:36 Ted Mittelstaedt wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gonzalo Nemmi Sent: Wednesday, July 23, 2008 1:02 AM To: freebsd-questions@freebsd.org Subject: Re: FreeBSD for webserver? On Wednesday

Re: How to compile a c file into out file?

2008-07-24 Thread Wojciech Puchar
gcc -o myfile man cc :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

calcru went backwards on 7 stable

2008-07-24 Thread Dimitar Vasilev
Hi, I'm having calcru went backwards issues on a machine with the following config: MB: MSI K8D Master-F 2xOpteron 242 2.2Ghz BIOS - от 2005-та 7-stable areca 1120 8 disks HDD temperature 28-29 for 1st five, 38-39 for the last 3. bios is as of 2005 - ami bios or something like this. Initial

Re: Port Management on a larger scale

2008-07-24 Thread Peter Boosten
Roland Smith wrote: On Tue, Jul 22, 2008 at 12:41:46AM -0400, Derek Belrose wrote: What is the recommended way of doing port management? Alternatively you could use one server to build packages which are then stored on a shared filesystem to install on all others, but that sounds like more

Re: libbz2.so.3 ?

2008-07-24 Thread Kris Kennaway
Len Conrad wrote: FreeBSD 6.3-R amavis, spammassassin, clamav installed via ports clamav is logging : Jul 23 16:08:32 mx2 amavis[2626]: (02626-01-2) (!!)run_av (ClamAV-clamscan) FAILED - unexpected exit 1, output=/libexec/ld-elf.so.1: Shared object libbz2.so.3 not found, required by

upek fingerprint on FreeBSD 7

2008-07-24 Thread Michal Kulczewski
Hi, I followed the instructions given on http://www.shapeshifter.se/articles/upek_touchchip_freebsd/ to make my fingerprint sensor working on FreeBSD. However when I try to enroll the user via 'bbdm' I'm getting an error: 'port_LoadLibrary: dlopen(/usr/local/lib/libtfmessbsp.so) failed, error =

Pyzor Errors

2008-07-24 Thread Robert Davison
I've set Pyzor as a cron job to update each night. All was running fine until a week or so ago when I started getting the following errors downloading servers from http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x Traceback (most recent call last): File /usr/local/bin/pyzor,

Re: calcru went backwards on 7 stable

2008-07-24 Thread Michael Powell
Dimitar Vasilev wrote: Hi, I'm having calcru went backwards issues on a machine with the following config: MB: MSI K8D Master-F 2xOpteron 242 2.2Ghz BIOS - от 2005-та 7-stable areca 1120 8 disks HDD temperature 28-29 for 1st five, 38-39 for the last 3. bios is as of 2005 - ami

Re: calcru went backwards on 7 stable

2008-07-24 Thread Kris Kennaway
Michael Powell wrote: Dimitar Vasilev wrote: Hi, I'm having calcru went backwards issues on a machine with the following config: MB: MSI K8D Master-F 2xOpteron 242 2.2Ghz BIOS - от 2005-та 7-stable areca 1120 8 disks HDD temperature 28-29 for 1st five, 38-39 for the last 3. bios is as of

NWFS filesystem support in FreeBSD

2008-07-24 Thread Gavin Chappell
Hi all, I can see that there's a mount_nwfs utility for use with the NCP suite of utilities to provide a network connection to a Novell Netware server running the traditional filesystem. Is there any way that this could be used to mount a Netware filesystem attached locally (via a Dell PERC

RE: Upgrade 6.2-Release to 7.0-Release - stuck!

2008-07-24 Thread Marc Coyles
OK - further developments! Got to the first reboot stage after running sh freebsd-update.sh -f freebsd-update.conf install First point to note: If you don't want a sudden panic attack, remember to remove the non-bootable floppy disk from the drive. Other than that, all has gone to plan and is

Re: Free BSD 6.3 Export Control Classification

2008-07-24 Thread Vincent Hoffman
Chocas, Connie S wrote: I could not find anything referencing export controls for FreeBSD. You may find the following link for Apache Software Foundation products helpful. This is the type is information that is needed to determine what is required to legally export software. If FreeBSD

Re: NWFS filesystem support in FreeBSD

2008-07-24 Thread Wojciech Puchar
utilities to provide a network connection to a Novell Netware server running the traditional filesystem. Is there any way that this could be used to mount a Netware filesystem attached locally (via a Dell PERC 3/DC controller and PV220S disk enclosure) for data recovery purposes? it would be

Re: NWFS filesystem support in FreeBSD

2008-07-24 Thread Gavin Chappell
Wojciech Puchar wrote: utilities to provide a network connection to a Novell Netware server running the traditional filesystem. Is there any way that this could be used to mount a Netware filesystem attached locally (via a Dell PERC 3/DC controller and PV220S disk enclosure) for data recovery

Re: Port Management on a larger scale

2008-07-24 Thread Pieter de Goeje
On Thursday 24 July 2008, Peter Boosten wrote: Roland Smith wrote: On Tue, Jul 22, 2008 at 12:41:46AM -0400, Derek Belrose wrote: What is the recommended way of doing port management? Alternatively you could use one server to build packages which are then stored on a shared filesystem

Sendmail local LAN delivery

2008-07-24 Thread Bruno Joho
Hi folks we have a inside the Lab (Class B Net, eg: bnet.ourdomain.com) several workstations (eg: host1.intra015.bnet.ourdomain.com) in different Class C Net (eg.intra015.bnet.ourdomain.com). There is a Mail Hub outside the Class B Net which communicates with the Internet and delivers the mails

Re: The Design and Implementation of the FreeBSD Operating System

2008-07-24 Thread FreeBSD Questions
Thank you all for your input. I'm studying up on OS design and implementation for my own personal edification, so I started reading my old college Tanenbaum text Modern Operating Systems. Then I wanted to learn specifically about FreeBSD, so The Design and Implementation of the FreeBSD Operating

Re: NWFS filesystem support in FreeBSD

2008-07-24 Thread darko
what about MARS? http://people.freebsd.org/~bp/marsen.html would that be of any use? On Thu, Jul 24, 2008 at 5:56 AM, Gavin Chappell [EMAIL PROTECTED]wrote: Hi all, I can see that there's a mount_nwfs utility for use with the NCP suite of utilities to provide a network connection to a

Re: Upgrade 6.2-Release to 7.0-Release - stuck!

2008-07-24 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc Coyles wrote: | OK - further developments! Got to the first reboot stage after running sh | freebsd-update.sh -f freebsd-update.conf install | | First point to note: If you don't want a sudden panic attack, remember to | remove the non-bootable

Prepending data to struct uio in kernel

2008-07-24 Thread Riaan Kruger
I wish to insert a small buffer into (actually in front of) a uio structure received from userland through an ioctl call. I then want to map this uio structure to a dma map. Currently I am mallocing a new buffer, copying the uio data and my own data to that buffer and then mapping the buffer to

Re: sleeping without queue ?

2008-07-24 Thread Robert Watson
On Tue, 22 Jul 2008, Mikhail Teterin wrote: Kris Kennaway ???(??): Mikhail Teterin wrote: Kris Kennaway ???(??): Well, I mean kernel backtrace. Can I obtain that remotely and without restarting/panicking the box? Thanks, kgdb on /dev/mem or procstat [EMAIL PROTECTED]:~ (107)

Re: calcru went backwards on 7 stable

2008-07-24 Thread Dimitar Vasilev
The calcru went backwards message can have two causes: 1) Your time counter really went backwards and is too broken to use. 2) Something caused clock interrupts to be delayed for extremely long periods of time. This happens if you break to DDB for example. It can also happen if there are

Re: NWFS filesystem support in FreeBSD

2008-07-24 Thread Wojciech Puchar
VOL2: volume (which is on a RAID5 in the PV220S). I think this is the latest in a long line of problems with the 220S, there's many annoyed users around these parts who have had problems with them). In short, I can't use Netware to either mount or VRepair the damaged volume, so I have the 4

Firefox3 port problem

2008-07-24 Thread Robby Balona
Hi Guys I have been tring to port firefox3 on freebsd 7 for a week now. I keep coming up against this error gmake:***[libgiofam.la] Error 1 I have done a portsnap update already. Please dont flame me for not looking on google for the error as I have not really worried about it until now,

Switch to alternate screen buffer

2008-07-24 Thread Bertram Scharpf
Hi, this is difficult to google for. In a terminal window I oftenly pipe some progams output to vim or to less: $ someprg | vim - When the program fails and outputs an error message to stderr this will be overwritten by Vim. I know from some old Linux installations that Less and Vim are

Re: NWFS filesystem support in FreeBSD

2008-07-24 Thread Wojciech Puchar
what about MARS? http://people.freebsd.org/~bp/marsen.html would that be of any use? no. because it's novell netware compatible server, not netware filesystem driver. netware volumes can ONLY be read by netware. ___ freebsd-questions@freebsd.org

Re: Firefox3 port problem

2008-07-24 Thread Roland Smith
On Thu, Jul 24, 2008 at 03:53:08PM +0200, Robby Balona wrote: Hi Guys I have been tring to port firefox3 on freebsd 7 for a week now. I keep coming up against this error Why are you trying to port it? It is allready in ports: www/firefox3 gmake:***[libgiofam.la] Error 1 I have done a

Re: Switch to alternate screen buffer

2008-07-24 Thread Wojciech Puchar
In a terminal window I oftenly pipe some progams output to vim or to less: $ someprg | vim - When the program fails and outputs an error message to stderr this will be overwritten by Vim. I know from some old Linux installations that Less and Vim are able to switch to an alternate screen

Re: portupgrade policykit problem

2008-07-24 Thread Jakub Lach
Same problem here, policykit-gnome also. Alain G. Fabry wrote: Hi, Hope I didn't do something stupid here Tried to 'portupgrade -R policykit' but it came back with an error. So I deinstalled it and now I'm trying to reinstall it, but it fails with the following error.

Re: disk encryption; hidden containers

2008-07-24 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Duane Hill wrote: | On Fri, 18 Jul 2008, Greg Larkin wrote: | | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | Chad Perrin wrote: | | On Fri, Jul 18, 2008 at 10:01:54PM +0100, RW wrote: | | On Fri, 18 Jul 2008 21:06:57 +0100 | | RW [EMAIL

Re: calcru went backwards on 7 stable

2008-07-24 Thread Dimitar Vasilev
2008/7/24 Kris Kennaway [EMAIL PROTECTED]: Dimitar Vasilev wrote: The calcru went backwards message can have two causes: 1) Your time counter really went backwards and is too broken to use. 2) Something caused clock interrupts to be delayed for extremely long periods of time. This

Re: Firefox3 port problem

2008-07-24 Thread Robby Balona
Thanks Roland I have much to learn. Regards Robby Roland Smith wrote: On Thu, Jul 24, 2008 at 03:53:08PM +0200, Robby Balona wrote: Hi Guys I have been tring to port firefox3 on freebsd 7 for a week now. I keep coming up against this error Why are you trying to port it? It is

Re: calcru went backwards on 7 stable

2008-07-24 Thread Kris Kennaway
Dimitar Vasilev wrote: The calcru went backwards message can have two causes: 1) Your time counter really went backwards and is too broken to use. 2) Something caused clock interrupts to be delayed for extremely long periods of time. This happens if you break to DDB for example. It can also

Re: disk encryption; hidden containers

2008-07-24 Thread Duane Hill
On Thu, 24 Jul 2008, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Duane Hill wrote: | On Fri, 18 Jul 2008, Greg Larkin wrote: | | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | Chad Perrin wrote: | | On Fri, Jul 18, 2008 at 10:01:54PM +0100, RW wrote: | | On Fri, 18

Re: portupgrade policykit problem

2008-07-24 Thread Alain G. Fabry
Works like a charm, many thanks. On Thu, Jul 24, 2008 at 12:12:12PM -0300, Bruno Schmitt wrote: div dir=ltrUpdate your ports. There is a new patched version 0.9_1 that will solve the problem. brbrbrdiv class=gmail_quoteOn Thu, Jul 24, 2008 at 2:07 AM, Alain G. Fabry lt;a

Re: rtorrent refuses to open bittorrent file

2008-07-24 Thread Ricardo Jesus
Norberto Meijome wrote: On Sun, 20 Jul 2008 01:20:05 -0300 luizbcampos [EMAIL PROTECTED] wrote: As I am a new user to rtorrent I would like to know how to set it up properly. After I had configured .rc.rtorrent when I type --anyfile.torrent -- I got the answer that rtorrent is unable

what do I do when a new piece of hardware doesn't even show up in dmesg?

2008-07-24 Thread Steve Franks
The only stumbling block to ditching windows on my laptop is a network card. I have a vanilla ath card that works fine under win32 and fedora, as well as a lucent-branded wi card. Neither even appears in dmesg when I put it in pccard0/cbb0. If I stick a compact flash card in an adapter,

Re: what do I do when a new piece of hardware doesn't even show up in dmesg?

2008-07-24 Thread David Gurvich
You need to make certain all the necessary modules for your card are loaded. Try 'kldload ath' and then put the card in and see if that does anything. Also, use 'pciconf -lv' to confirm what the card is detected as. See the handbook on wireless configuration if that works.

Re: what do I do when a new piece of hardware doesn't even show up in dmesg?

2008-07-24 Thread Steve Franks
On Thu, Jul 24, 2008 at 10:52 AM, Steve Franks [EMAIL PROTECTED] wrote: On Thu, Jul 24, 2008 at 10:32 AM, David Gurvich [EMAIL PROTECTED] wrote: You need to make certain all the necessary modules for your card are loaded. Try 'kldload ath' and then put the card in and see if that does

Re: what do I do when a new piece of hardware doesn't even show up in dmesg?

2008-07-24 Thread Steve Franks
On Thu, Jul 24, 2008 at 10:56 AM, David Gurvich [EMAIL PROTECTED] wrote: Some atheros cards are not supported. Is there any error message? What is the card actually called? No error messages to speak of. It's like it's not there. It works fine in all my older laptops as ath0, I should have

DNS and DHCP Management System

2008-07-24 Thread Zamri Besar
Good morning, When network are keep growing over time, network services such as dns and dhcp are playing an important function to any network administrators/engineers, which for a single downtime, it will cause a chaos to end users. By having redundancy/fail-over/etc services and proper plans,

Re: Sendmail local LAN delivery

2008-07-24 Thread Derek Ragona
At 06:30 AM 7/24/2008, Bruno Joho wrote: Hi folks we have a inside the Lab (Class B Net, eg: bnet.ourdomain.com) several workstations (eg: host1.intra015.bnet.ourdomain.com) in different Class C Net (eg.intra015.bnet.ourdomain.com). There is a Mail Hub outside the Class B Net which communicates

Re: Port Management on a larger scale

2008-07-24 Thread Boris Samorodov
On Tue, 22 Jul 2008 00:41:46 -0400 Derek Belrose wrote: Sorry if this has been asked before, but I've inherited a fairly large number of FreeBSD servers. All of them are running 6.3. What is the recommended way of doing port management? Or if there isn't a recommended way of updating ports

Re: what do I do when a new piece of hardware doesn't even show up in dmesg?

2008-07-24 Thread Sam Fourman Jr.
No error messages to speak of. It's like it's not there. It works fine in all my older laptops as ath0, I should have mentioned earlier. Really hating having bought a compaq. does your PCMICA slot even work in FreeBSD, I have a Lenovo Notebook that it doesn;t even work. maybe try sending a

Re: How to make Windows application run under emulator wine show UNICODE characters?

2008-07-24 Thread Boris Samorodov
On Wed, 23 Jul 2008 22:40:49 -0700 Yuri wrote: All UNICODE characters show as small rectangles. With old wine versions I just install x11-fonts/webfonts or copy fonts form windows to ~/.fonts/... Anybody knows which fonts should I install to cure this? but I had problems with recent wine and

Re: connecting to a secured Windows 2003 terminal server

2008-07-24 Thread FreeBSD
Dear Darko Thanks for your mail. To answer your question, no, we are on the same network and from my machine everything is open. Also, I tried it from my home, which has the basic firewall allowing me to connect to whereever I want (I tried it with no firewall as well), nothing worked.

Re: what do I do when a new piece of hardware doesn't even show up in dmesg?

2008-07-24 Thread Andrew Gould
On Thu, Jul 24, 2008 at 12:05 PM, Steve Franks [EMAIL PROTECTED] wrote: The only stumbling block to ditching windows on my laptop is a network card. I have a vanilla ath card that works fine under win32 and fedora, as well as a lucent-branded wi card. Neither even appears in dmesg when I

Re: what do I do when a new piece of hardware doesn't even show up in dmesg?

2008-07-24 Thread Steve Franks
On Thu, Jul 24, 2008 at 12:38 PM, Sam Fourman Jr. [EMAIL PROTECTED] wrote: No error messages to speak of. It's like it's not there. It works fine in all my older laptops as ath0, I should have mentioned earlier. Really hating having bought a compaq. does your PCMICA slot even work in

RE: connecting to a secured Windows 2003 terminal server

2008-07-24 Thread Tamouh H.
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of FreeBSD Sent: July 24, 2008 5:41 PM To: darko gavrilovic Cc: User Questions Subject: Re: connecting to a secured Windows 2003 terminal server Dear Darko Thanks for your mail. To answer

Re: connecting to a secured Windows 2003 terminal server

2008-07-24 Thread darko
What ver. of rdesktop are you running? Are you running the latest? sorry, I don't know enough about MS encryption or their TS services to suggest any advanced rdesktop tweaks. Wonder if you can run rdesktop in verbose mode and look at any logs it spews out. On Thu, Jul 24, 2008 at 5:40 PM,

Re: DNS and DHCP Management System

2008-07-24 Thread darko
On Thu, Jul 24, 2008 at 1:59 PM, Zamri Besar [EMAIL PROTECTED] wrote: ... tools to manage a big deployment of dns and dhcp services? What do you mean by big? Or, how big is big. -- regards, dg ..but the more you use clever tricks, the less support you'll get ... -- M.W.Lucas

new vanilla system fails to install many packages/ports

2008-07-24 Thread Steve Franks
I must be missing something obvious. About 25% of my dependencies fail to install with errors like: install-info: /usr/local/info/dir: empty file pkg-add: command 'install-info --quiet /blah.info' failed system is 7.0/i386 Steve ___

Re: new vanilla system fails to install many packages/ports

2008-07-24 Thread Kevin Kinsey
Steve Franks wrote: I must be missing something obvious. About 25% of my dependencies fail to install with errors like: install-info: /usr/local/info/dir: empty file pkg-add: command 'install-info --quiet /blah.info' failed system is 7.0/i386 Steve info is GNU-related. Any reason that

[OT ? ] getting stats out of network capture

2008-07-24 Thread Norberto Meijome
hi all, apologies for the OT (but maybe it isn't so much). I'm interested in knowing the application level RTT for a HTTP application - ie, not from SYN , SYN/ACK ... FIN , FIN/ACK , but from the POST (http.request in wireshark) by an app on my side to the response by the server

Re: new vanilla system fails to install many packages/ports

2008-07-24 Thread Steve Franks
On Thu, Jul 24, 2008 at 4:56 PM, Kevin Kinsey [EMAIL PROTECTED] wrote: Steve Franks wrote: I must be missing something obvious. About 25% of my dependencies fail to install with errors like: install-info: /usr/local/info/dir: empty file pkg-add: command 'install-info --quiet /blah.info'

Re: [OT ? ] getting stats out of network capture

2008-07-24 Thread Chuck Swiger
Hi-- On Jul 24, 2008, at 5:12 PM, Norberto Meijome wrote: I'm interested in knowing the application level RTT for a HTTP application - ie, not from SYN , SYN/ACK ... FIN , FIN/ACK , but from the POST (http.request in wireshark) by an app on my side to the response by the server

Spamassasin running as root!

2008-07-24 Thread lyd mc
Hi guys, My maillog complain like this: Jul 25 09:40:06 MAIL spamd[67623]: spamd: still running as root: user not specified with -u, not found, or set to root, falling back to nobody Jul 25 09:40:13 MAIL spamd[67623]: auto-whitelist: open of auto-whitelist file failed: locker: safe_lock:

Re: [OT ? ] getting stats out of network capture

2008-07-24 Thread Norberto Meijome
On Thu, 24 Jul 2008 17:42:04 -0700 Chuck Swiger [EMAIL PROTECTED] wrote: Try something like this on the webserver or client machine: # tcpdump -ttt -q -n -A tcp port 80 Excellent, thanks Chuck. I haven't got access to the server, and the client has to run on a win32 ... so i'll figure out

Re: FreeBSD 7.0 amd64 FAMP Server RAM problem

2008-07-24 Thread Jason W. Morgan
On 2008.07.24 17:49:56, Benjamin Adams wrote: Hello everyone. I'm running a website (http://www.FreeBSD-World.com/) When the RAM is used up and moves to inactive the pages stop loading 100%. Pages will stop halfway and sometimes I will get a display of what is in the httpd.access log. Just

Re: Spamassasin running as root!

2008-07-24 Thread lyd mc
Thanks guy! Regards, alydmc From: [EMAIL PROTECTED] man (8) pw pw useradd qscand -s /sbin/nologin From: [EMAIL PROTECTED] What do you have in /etc/rc.conf, I have spamd_enable=YES spamd_flags=-u spamd -H /var/spool/spamd In my case, the spamd user got created automagically.

Re: Spamassasin running as root!

2008-07-24 Thread lyd mc
Thnx chuck.   I use ports to install p5-Mail-SpamAssassin, and I have also spamd user. I will try Brian config. Regards, alydmc From [EMAIL PROTECTED]: What do you have in /etc/rc.conf, I have spamd_enable=YES spamd_flags=-u spamd -H /var/spool/spamd In my case, the spamd user got

Re: Spamassasin running as root!

2008-07-24 Thread Chuck Swiger
On Jul 24, 2008, at 7:26 PM, lyd mc wrote: How to create a user for spamd correctly or securely? You should have had a spamd user group created automatically from / usr/ports/mail/p5-Mail-SpamAssassin/pkg-install. If you aren't using ports, well, you should start doing so. Regards, --

Re: Spamassasin running as root!

2008-07-24 Thread Brian
lyd mc wrote: Hi guys, My maillog complain like this: Jul 25 09:40:06 MAIL spamd[67623]: spamd: still running as root: user not specified with -u, not found, or set to root, falling back to nobody Jul 25 09:40:13 MAIL spamd[67623]: auto-whitelist: open of auto-whitelist file failed: locker:

Re: Spamassasin running as root!

2008-07-24 Thread Paul Schmehl
--On July 24, 2008 7:26:06 PM -0700 lyd mc [EMAIL PROTECTED] wrote: Hi guys, My maillog complain like this: Jul 25 09:40:06 MAIL spamd[67623]: spamd: still running as root: user not specified with -u, not found, or set to root, falling back to nobody Jul 25 09:40:13 MAIL spamd[67623]:

spamassasin root file permission

2008-07-24 Thread lyd mc
Hi guys, I still have this kind of error: Jul 25 11:08:25 MAIL spamd[78027]: spamd: connection from localhost [127.0.0.1] at port 63402 Jul 25 11:08:25 MAIL spamd[78027]: spamd: processing message [EMAIL PROTECTED] for root:58 Jul 25 11:08:31 MAIL spamd[78027]: auto-whitelist: open of