ttys file question

2013-09-11 Thread Jack Mc Lauren
I have added the following entry to /etc/gettytab file test.std.115200:\ :ep:sp#4800:tc:Pc And also I have changed /etc/ttys file cuau3 /usr/libexec/getty test.std.115200cons25 on secure I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I check the device

Fw: ttys file question

2013-09-11 Thread Jack Mc Lauren
I have added the following entry to /etc/gettytab file test.std.115200:\ :ep:sp#4800:tc:Pc And also I have changed /etc/ttys file cuau3  /usr/libexec/getty test.std.115200    cons25  on secure I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I check the device

Re: ttys file question

2013-09-09 Thread Jack Mc Lauren
But I can not connect to my server with this configuration. But if I change ttyu6 to cuau6, everything works fine! I don't understand the difference, would you please explain the reason for me? In short the tty devices are for outgoing connections, the cua devices are for incoming

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6 /usr/libexec/getty std.115200

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6  /usr/libexec/getty std.115200

Fw: ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: #Serial terminlas #The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyu6  /usr/libexec/getty  std.115200

ttys file question

2013-09-08 Thread Jack Mc Lauren
Hi list I'm trying to connect to my server via a serial port which is named ttyu6 under FreeBSD. In order to do that, I've decided to change /etc/ttys file like this: ttyu6   std.115200 cons25  on secure But I can not connect to my server with this configuration. But if I change ttyu6 to

Using snort in inline mode with IPFW

2013-06-27 Thread Jack Mc Lauren
Hi all Have you guys ever tried this combination? Using snort in inline mode and IPFW as daq.  I have added the following lines to the default /usr/local/etc/snort/snort.conf file : config daq: ipfw config daq_mode: inline config policy_mode: inline And I use the following script to run snort:

make release fails

2013-05-23 Thread Jack Mc Lauren
Hi I'm trying to make my own release ... # cd /usr/src # make buildkernel KERNCONF=MYKERN # make -j4 buildworld # cd release/ # make release NODOC=YES NOPORTS=YES NOSRC=YES and that's the error while making release: find //usr/obj/usr/src/release/dist/doc -empty -delete find: -delete:

assign IP address to ng interface without destination address

2013-02-18 Thread Jack Mc Lauren
Hi fellas Is it possible to assign IP address to ng interfaces without destination address ? Is it possible to assign the destination address later ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list

installing a new device driver

2013-01-09 Thread Jack Mc Lauren
Hi all Sorry I ask so much cause I'm a new user to freeBSD :) Hear's the deal. How can I install a new device driver on my OS ? Please explain in details because of the reason I mentioned earlier :) Thanks in advance ... ___

Re: installing a new device driver

2013-01-09 Thread Jack Mc Lauren
...@rocketmail.com To: freebsd-questions@freebsd.org Sent: Wednesday, January 9, 2013 1:55 PM Subject: Re: installing a new device driver On Wed, 2013-01-09 at 02:09 -0800, Jack Mc Lauren wrote: How can I install a new device driver on my OS ? I'm new to FreeBSD myself :). Manually as root run         kldload

keyboard and mouse problem

2013-01-08 Thread Jack Mc Lauren
Hi guys I have a freeBSD 8.2 amd64 on my system and I'm using gnome environment. But after a few seconds my USB keyboard and  PS/2 mouse hang up !!! What should I do ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list

system restart after some seconds

2013-01-04 Thread Jack Mc Lauren
Hi How can I restart my freeBSD after specific seconds ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

using iniparser.h

2012-12-26 Thread Jack Mc Lauren
Hi guys Take a look to the code below : #include iostream #include string.h #include iniparser.h #include dictionary.h using namespace std; int main() {     dictionary *dict = new dictionary;     dirent *dir = new dirent;     char *c;     dict = iniparser_load(/tmp/test.ini);     c =

shell script problem

2012-12-23 Thread Jack Mc Lauren
Hi all Please take a look at the script below wich I've wrote : 1- cat /foo/bar.txt | while read $LINE12- do3-    cat /foo/bar/foo/bar.txt | while read $LINE24-    do 5-         if [ $LINE1 = $LINE2 ]; then6-               sw=17-               echo Current value of sw is : $sw8-              

exclude directories from find command

2012-12-22 Thread Jack Mc Lauren
Hi fellas How can I exclude specific directories from my find command ? I want to look for all files in the whole system except for those in e.g /extra directory.  I use this command to find all files, but how can I exclude /extra directory ? find / -type f Thanks in advance ... 

Installing chromium port

2012-12-19 Thread Jack Mc Lauren
Hi guys When I attempt to install chromium port I face this error : ===  chromium-6.0.472.63 is forbidden: several security vulnerabilities.*** Error code 1 What should I do with this ?? Thanks in advance ___ freebsd-questions@freebsd.org mailing list

using AWK

2012-12-17 Thread Jack Mc Lauren
Hi guys How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. Thanks in advance ___ freebsd-questions@freebsd.org mailing list

Re: using AWK

2012-12-17 Thread Jack Mc Lauren
Hi Jack, HI How can I read a file which contains a number and assign that number to a variable via awk programming? By the way, I want to use this awk program in a shell script. I'm actually not sure what you're asking, exactly -- you want the number to go into an awk variable? Or a shell

using AWK - Thanks :)

2012-12-17 Thread Jack Mc Lauren
Hi all Thank you so much my friends,  Ben Frank Polytropon Devin you helped me so much :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Listen to file changes

2012-12-14 Thread Jack Mc Lauren
Hi all I want to monitor files access and change time. How can I listen to specific file or directory to monitor ? I'm coding with c. Thanks In advance ...    ___ freebsd-questions@freebsd.org mailing list

Re: ugh. dump / restore problem(s) Cannot find file dump list

2012-11-14 Thread Jack Mc Lauren
From: Polytropon free...@edvax.de To: free...@dreamchaser.org Cc: FreeBSD Mailing List freebsd-questions@freebsd.org Sent: Wednesday, November 14, 2012 12:27 PM Subject: Re: ugh. dump / restore problem(s) Cannot find file dump list On Wed, 14 Nov 2012

nanobsd boot problem

2012-11-07 Thread Jack Mc Lauren
Hi all I have some problems in the second phase of running a device from a nanobsd image.  After copying the image on a flash memory, and after I set the system to boot up from flash memory, I just see a black screen and a blinking cursor ! looks like the boot device ( flash memory ) is not

Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
Hello FreeBSD users ! How can i access and check packets directly from NIC ? Regards, Jack ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
I believe that easiest way is using tcpdump. Also you should specify what you mean by 'accessing packets': is it the need to view raw packet data, or what? :) Yes, i need to view raw packets and check their protocol, e.g. whether they are ICMP packets or something else ...

Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
I believe that easiest way is using tcpdump. Also you should specify what you mean by 'accessing packets': is it the need to view raw packet data, or what? :) Yes, i need to view raw packets and check their protocol, e.g. whether they are ICMP packets or something else ...

nanobsd configuration

2012-10-23 Thread Jack Mc Lauren
hi  i have a problem with nanobsd. there are somethings which don't have WITHOUT knobs, how can i control these directories manually ? how can i add a costume function to nanobsd.sh to do this ?? thanks ... ___ freebsd-questions@freebsd.org mailing

Re: nanobsd configuration

2012-10-23 Thread Jack Mc Lauren
From: Arthur Chance free...@qeng-ho.org To: Jack Mc Lauren jack.mclau...@yahoo.com Cc: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Sent: Tuesday, October 23, 2012 2:54 PM Subject: Re: nanobsd configuration On 10/23/12 09:28, Jack Mc Lauren

RE: corrupted tar.gz archive - I lost my backups :)/:(

2012-02-13 Thread Pegasus Mc Cleaft
Hi, It would depend, I think, on how the file is corrupted. Is it the compressed data that is corrupted or the uncompressed tar stream? You might want to try the pax(1) utility to see if it is able to push through the errors (if its in the tar stream). I was able to recover

RE: corrupted tar.gz archive - I lost my backups :)/:(

2012-02-13 Thread Pegasus Mc Cleaft
-Original Message- SNIP tar: Damaged tar archive tar: Retrying... tar: gzip decompression failed tar: Error exit delayed from previous errors. # gzip --test sr12292011.tar.gz gzip: data stream error gzip: sr12292011.tar.gz: uncompress failed # gunzip sr12292011.tar.gz

RE: ATA trouble again

2011-11-16 Thread Pegasus Mc Cleaft
Hello. This is a follow-up of a previous thread, which can be found here: http://lists.freebsd.org/pipermail/freebsd-questions/2011-July/232257. html I finally have two working WD Green drives: they have run severel times for more than a few days continuosly and I've run their full diags a

Re: Dennis Ritchie has died. A suggestion

2011-10-14 Thread Pegasus Mc Cleaft
On Friday 14 October 2011 00:46:43 Chip Camden wrote: Alternatively, an tribute on the FreeBSD website would be fitting, wouldn't it? Roland I think this would be a fitting tribute... Hear, hear! A good friend of mine posted to me, I think, one of the best tributes:

Re: Blacklisting DOS IPs

2011-09-21 Thread Pegasus Mc Cleaft
On Wednesday 21 September 2011 14:06:08 Mauricio López wrote: I'm thinking about making an script using awk and pftop output to watch for states that have more than 1Mb of traffic (regular DNS queries aren't that big) and put those hosts in a table for blocking. My question is if it is there

Re: FBSD 8.2 and USB Floppies

2011-07-18 Thread Pegasus Mc Cleaft
On Monday 18 July 2011 19:45:27 James Colannino wrote: newfs /dev/da0 It was successful. I then tried to mount the new filesystem (mount /dev/da0 /mnt), and got the same error: invalid argument. Does FBSD have a problem mounting USB floppy disks? It's not a big deal, as my other USB

openldap 2.4.23 exited on signal 6

2011-03-13 Thread lyd mc
Hi all, I am experiencing the same problem below. Do you have a solution for this? I am running on FreeBSD 8.1. - Hi list, I'm experiencing some problems with and LDAP box which used to run 2.4.21

IBM ServeRAID M5015 and ServeRAID-MR10i

2011-03-09 Thread lyd mc
Hi guys, We are planning to buy new servers. I would like to ask if this RAID controllers already supported by FreeBSD. Does anyone here already use it in their production servers? Thanks guys, Alydiomc ___ freebsd-questions@freebsd.org mailing

IBM ServeRAID M5015 and ServeRAID-MR10i

2011-03-09 Thread lyd mc
Hi guys, We are planning to buy new servers. I would like to ask if this RAID controllers already supported by FreeBSD. Does anyone here already use it in their production servers? Thanks guys, Alydiomc ___ freebsd-questions@freebsd.org

RE: httpd-modsec2_debug.log: Operation not permitted

2011-01-14 Thread Pegasus Mc Cleaft
... I believe rm (-f) still requires *SOME* free space on a device to delete something. That being said, do you have more then 50G free elsewhere on the system? Say /home (/usr/home)? If you do, mv the file from /var/log to /usr/home. This would effectively delete it from /var/log and free up

Re: cpio misunderstanding?

2010-12-24 Thread Pegasus Mc Cleaft
If I try to run it manually on one of the files that fails, I get this: slug# echo /usr/local/freesbie-fs/libexec/ld-elf.so.1 | cpio -dump -l -v /usr/local/freesbie-clone /usr/local/freesbie-clone/usr/local/freesbie-fs/libexec/ld-elf.so.1 cpio: Can't create

Re: removing files

2010-11-07 Thread Pegasus Mc Cleaft
On Monday 08 November 2010 06:10:20 yoganjaneyulu kasetti wrote: hi, I have a problem for deleting files using scriptplease some one can guide me for the same. I have some files with the extension of .chk extension along with the extension of .log and .gjf extension in the folder

Re: BSD logo

2010-07-26 Thread Pegasus Mc Cleaft
By the way . . . while I think a BelssedBSD fork is a ridiculous idea, the name BlessedBSD is *brilliant*. Pronouncing it aloud makes the high-quality pun buried in the name more obvious, for those who didn't quite catch it on the first read-through. i agree. lovely name. the pagan

Re: reliable rs-232

2010-04-11 Thread Pegasus Mc Cleaft
On Saturday 10 April 2010 13:41:33 Grzegorz Daniluk wrote: Hi everybody, I have a question regarding rs-232 under FreeBSD. I need to write an application for FreeBSD to operate an industrial controller via rs-232. The trick is that it should have very good long term stability (reliably

SSL / SSH choosing hardware accelerator first

2010-04-09 Thread Pegasus Mc Cleaft
Hello group, I am currently running FreeBSD 9-Current AMD64. I have a Hifn crypto accelerator installed in the machine. I have noticed that when I connect to the machine using SSH, it does not use the crypto hardware. There was a patch that someone made that forced SSL to use

Re: Compiling kernel with gcc43 [SOLVED]

2010-04-01 Thread Pegasus Mc Cleaft
On Thursday 01 April 2010 15:27:41 Oliver Fromme wrote: Mario Lobo l...@bsd.com.br wrote: [...] It's compiling right now. I'll post my findings and impressions on results and performance right after the next reboot. So, how is it going? Any benchmarks yet? I'm curious if the

Re: Freebsd Built-in vacation program does not auto reply

2009-09-08 Thread lyd mc
Hi Andre, I use CFLAGS=-O2. Best regards, Alyd --- On Tue, 9/8/09, Andre Albsmeier andre.albsme...@siemens.com wrote: From: Andre Albsmeier andre.albsme...@siemens.com Subject: Re: Freebsd Built-in vacation program does not auto reply To: lyd mc alydi...@yahoo.com Cc: Andre Albsmeier

Re: Freebsd Built-in vacation program does not auto reply

2009-09-07 Thread lyd mc
...@siemens.com wrote: From: Andre Albsmeier andre.albsme...@siemens.com Subject: Re: Freebsd Built-in vacation program does not auto reply To: lyd mc alydi...@yahoo.com Cc: freebsd-questions@freebsd.org Date: Saturday, September 5, 2009, 2:43 AM On Thu, 16-Apr-2009 at 18:00:26 +, lyd mc wrote

Spamassasin no DCC header

2009-06-09 Thread lyd mc
Hi guys, I just installed spamassassin and dcc form ports. It seems to be working, no errors from spamassassin --lint. Later I found out there are no any DCC header in a mail. local.cf bayes_file_mode 0770 dns_available yes razor_config /var/spool/spamd/.razor/razor-agent.conf add_header all

Re: Freebsd Built-in vacation program does not auto reply

2009-04-23 Thread lyd mc
Subject: Re: Freebsd Built-in vacation program does not auto reply To: alydi...@yahoo.com Cc: freebsd-questions@freebsd.org Date: Tuesday, April 21, 2009, 7:40 PM At 08:16 PM 4/19/2009, lyd mc wrote: Hi derek, Correction on step 4, it should be: \alydio.mc, |/usr/bin/vacation alydio.mc thanks

Re: Freebsd Built-in vacation program does not auto reply

2009-04-19 Thread lyd mc
, Odhiambo Washington odhia...@gmail.com Cc: Steve Bertrand st...@ibctech.ca, freebsd-questions@freebsd.org Date: Friday, April 17, 2009, 9:51 PM At 07:27 AM 4/17/2009, lyd mc wrote: Thanks Odhiambo for your time. Actually i have a working vacation program  from freebsd ports (/usr/ports/mail/vacation

Re: Freebsd Built-in vacation program does not auto reply

2009-04-19 Thread lyd mc
Hi derek, Correction on step 4, it should be: \alydio.mc, |/usr/bin/vacation alydio.mc thanks, alyd --- On Mon, 4/20/09, lyd mc alydi...@yahoo.com wrote: From: lyd mc alydi...@yahoo.com Subject: Re: Freebsd Built-in vacation program does not auto reply To: Derek Ragona de

Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread lyd mc
...@ibctech.ca Cc: alydi...@yahoo.com, freebsd-questions@freebsd.org Date: Friday, April 17, 2009, 4:05 PM On Fri, Apr 17, 2009 at 10:33 AM, Steve Bertrand st...@ibctech.ca wrote: Odhiambo Washington wrote: On Fri, Apr 17, 2009 at 6:00 AM, lyd mc alydi...@yahoo.com wrote: Hi guys, Why Freebsd

Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread lyd mc
: Odhiambo Washington odhia...@gmail.com Subject: Re: Freebsd Built-in vacation program does not auto reply To: alydi...@yahoo.com Cc: Steve Bertrand st...@ibctech.ca, freebsd-questions@freebsd.org Date: Friday, April 17, 2009, 7:41 PM On Fri, Apr 17, 2009 at 2:35 PM, lyd mc alydi...@yahoo.com wrote

Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread lyd mc
Bertrand st...@ibctech.ca, freebsd-questions@freebsd.org Date: Friday, April 17, 2009, 8:10 PM On Fri, Apr 17, 2009 at 2:47 PM, lyd mc alydi...@yahoo.com wrote: hi, I don't know how to run it in debug mode I already try this one. #/usr/bin/vacation -d alydio.mc but nothing happened

Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread lyd mc
: Odhiambo Washington odhia...@gmail.com, Steve Bertrand st...@ibctech.ca Date: Friday, April 17, 2009, 8:21 PM On Friday 17 April 2009 13:47:45 lyd mc wrote: hi, I don't know how to run it in debug mode I already try this one. #/usr/bin/vacation -d alydio.mc but nothing happened

Freebsd Built-in vacation program does not auto reply

2009-04-16 Thread lyd mc
Hi guys, Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto reply? I am using fresh installed Freebsd7.0 and 7.1. here is my configs. Under the home directory of the user (alydio.mc) .forward     \alydio.mc, |/usr/bin/vacation alydio.mc .vacation.msg    Subject: On

FreeBSD7.1 limewire5.0 Does not connect

2009-04-01 Thread lyd mc
Hi guys, I just installed limewire5.0 from ports (including diablo-jdk) but when I run it, it won't connect to gnutella network. I don't have a firewall, I am connected directly from internet... I already try this settings from BSD forum: it by modifying the file /etc/libmap.conf as

Sendmail check FROM: header

2008-09-09 Thread lyd mc
Hi guys, How do i check valid sender before sending mail? example:     FROM: [EMAIL PROTECTED] if this 'anonymous' user is not on localhost the mail should be rejected even if the user has valid login (user and password). my sendmail uses login/plain before relaying. however they can still

Sendmail become open relay

2008-09-08 Thread lyd mc
Hi guys need help.. My mailserver become an open relay. Unknown user can now send mail. snippet from mailq m88C8iWq042874  689 Mon Sep  8 20:08 [EMAIL PROTECTED] (Deferred: Name server: mx1.mail.tw.yahoo.com.: host name loo) [EMAIL

Re: question -updating package + ignore depend

2008-08-13 Thread mc
On Wednesday 13 August 2008 09:25:19 Mike Clarke wrote: On Wednesday 13 August 2008, m cassar wrote: just wanted to mention that firefox3 does not handle addons/plugins correctly yet according to ports/UPDATING, so this is still probably right for now and i will probably end up installing

question -updating package + ignore depend

2008-08-12 Thread mc
hi, can anyone briefly explain what is the general procedure here? i am trying to update a few packages which inevitably provoke a firefox2 install, which i don't want (have ff3). checked google and porter's handbook, then tried marking ff2 as IGNORE -- which i didn't really understand how

Re: question -updating package + ignore depend

2008-08-12 Thread mc
On Tuesday 12 August 2008 13:07:21 Greg Larkin wrote: mc wrote: | hi, | | can anyone briefly explain what is the general procedure here? | | i am trying to update a few packages which inevitably provoke a firefox2 | install, which i don't want (have ff3). | | checked google and porter's

Re: email disclaimer insert; remove and instert

2008-07-29 Thread lyd mc
Hi guys, I think I should stick to currently available  feature offered by  mimedefang  or altermime for  the disclaimer  thing. Thank you darko, odhiambo and jeffrey for your time. Best regards, alydiomc ___ freebsd-questions@freebsd.org

email disclaimer insert; remove and instert

2008-07-28 Thread lyd mc
hi guys, Is there any program that insert or remove disclaimer? For example, if a reply message  containing my disclaimer i want it to be removed at the end of the mail body and put somewhere before the QUOTE line.     From:[EMAIL PROTECTED]     To:[EMAIL PROTECTED]    

Re: email disclaimer insert; remove and instert

2008-07-28 Thread lyd mc
? do you use thunderbird/mozilla mail client? i believe thunderbird has a fancy signature add-on that does something like that. On Mon, Jul 28, 2008 at 10:07 PM, lyd mc [EMAIL PROTECTED] wrote: hi guys, Is there any program that insert or remove disclaimer? For example, if a reply message

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: 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
created automagically. --- On Fri, 7/25/08, Chuck Swiger [EMAIL PROTECTED] wrote: From: Chuck Swiger [EMAIL PROTECTED] Subject: Re: Spamassasin running as root! To: [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Friday, July 25, 2008, 10:37 AM On Jul 24, 2008, at 7:26 PM, lyd mc wrote: How

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

Re: Spamassassin very slow

2008-07-23 Thread lyd mc
: Wednesday, July 23, 2008, 11:53 AM James Tanis wrote: lyd mc [EMAIL PROTECTED] wrote: What causes spamassassin to slow? Here is my config: snippet from sendmail.mc .. cut .. I have .procmailrc in every home directory of my mail users and it goes like this: The following setup by the front

Re: Spamassassin very slow

2008-07-23 Thread lyd mc
Hi James, I remove spamc on .procmailrc and I can see lots of improvements! Thanx, alyd --- On Wed, 7/23/08, James Tanis [EMAIL PROTECTED] wrote: From: James Tanis [EMAIL PROTECTED] Subject: Re: Spamassassin very slow To: [EMAIL PROTECTED] Date: Wednesday, July 23, 2008, 11:07 AM lyd mc

Spamassassin very slow

2008-07-22 Thread lyd mc
Hi guys, Last day my mail server became very slow. I haven't found any mysterious errors/warnings in /var/log/message and maillog. When I disable spammilter in sendmail it became fast. What causes spamassassin to slow? Here is my config: snippet from sendmail.mc    

Re: Spamassassin very slow

2008-07-22 Thread lyd mc
Thanks edwin. I better watch those dns rbl feature.. Regards, alyd --- On Wed, 7/23/08, Edwin Groothuis [EMAIL PROTECTED] wrote: From: Edwin Groothuis [EMAIL PROTECTED] Subject: Spamassassin very slow To: freebsd-questions@FreeBSD.org Cc: lyd mc [EMAIL PROTECTED] Date: Wednesday, July 23, 2008

Re: Spamassassin very slow

2008-07-22 Thread lyd mc
: Re: Spamassassin very slow To: [EMAIL PROTECTED], freebsd-questions@freebsd.org Date: Wednesday, July 23, 2008, 11:08 AM lyd mc [EMAIL PROTECTED] wrote: What causes spamassassin to slow? Here is my config: snippet from sendmail.mc .. cut .. I have .procmailrc in every home directory of my

Repeating Mail

2008-07-15 Thread lyd mc
Hi guys, Some of my mail users receive repeating mail. I am using sendmail and my user uses MS Outlook to send/receive. Is there any way to solve this problem? Thank you. Best regards, alyd ___ freebsd-questions@freebsd.org mailing list

Re: quota and sendmail accepts 10k mail size

2008-07-10 Thread lyd mc
], freebsd-questions@freebsd.org Date: Thursday, July 10, 2008, 10:19 PM Quoting lyd mc [EMAIL PROTECTED]: However, my company wants to have 20meg mbox space per user. If the User exceeds, he/she should not recieved any mail. So, I use system quota to prevent sendmail from writing to mbox

Re: quota and sendmail accepts 10k mail size

2008-07-09 Thread lyd mc
Hi Derek, It is good to hear from you. You are right about sendmail has only global option to limit mail size. However, my company wants to have 20meg mbox space per user. If the User exceeds, he/she should not recieved any mail. So, I use system quota to prevent sendmail from writing to

quota and sendmail accepts 10k mail size

2008-07-07 Thread lyd mc
Greetings, I setup my mail server on freebsd7.0R and it is working great! However, I have a problem on quota. It suppose to block any incoming message to specific user which is under quota. But sendmail can still send to the user under quota if the mail size is ~ less than 10k. Quota only

Re: How to install and configure CVSUP?

2006-04-08 Thread Mc Shch
__ From: David Schulz [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Mc Shch [EMAIL PROTECTED] CC: freebsd-questions@freebsd.org Subject: Re: How to install and configure CVSUP? Date: Sat, 08 Apr

How to use shell commands to work for my requests?

2006-04-07 Thread Mc Shch
Hi all, I wanna know how to use shell commands to search some files which contain a specail strings i want... For example: i want to search some files which contain getopt string... any ideas? -Exploit_it _

Re: How to use shell commands to work for my requests?

2006-04-07 Thread Mc Shch
__ From: [EMAIL PROTECTED] To: Mc Shch [EMAIL PROTECTED] CC: freebsd-questions@freebsd.org Subject: Re: How to use shell commands to work for my requests? Date: Fri, 7 Apr 2006 15:17:46 +0200 Hi

How to install and configure CVSUP?

2006-04-07 Thread Mc Shch
Hi there, Can anyone tell me the detial of how to install and configure CVSup? -Exploit_it _ 使用世界上最大的电子邮件 系统― [1]MSN Hotmail References 1. http://g.msn.com/8HMACNCN/2755??PS=47575

ADSL Prob is ok now

2006-04-05 Thread Mc Shch
HI,sir: My adsl prob in FreeBSD5.3 is ok,now I add two lines to the resolv.conf as below: search domain nameserver 202.96.128.68 so,thanks for your reply,i will contact wiht you when i have probs.. thanks again! _ 免费下载 MSN

fcitx problem

2006-04-05 Thread Mc Shch
Hi,sir: I am using FreeBSD5.3 operating system. And I have a prob about fcitx installation I run the command below to install fcitx: #cd /usr/ports/chinese/fcitx #make install clean I am sure that fcitx is installed corectly, and I also configure the root/.xinitrc as below: export

about Acrobat Reader

2006-04-05 Thread Mc Shch
Greeting, I need help,i am on the FreeBSD5.3 release.when i open a *.pdf which is chinesefile with Acrobat Reader,there is a error,said that: you must clear this error by installing a chinese pagekage... any idea? how to install the pagekage... thx, - Exploit_it

ADSL prob!

2006-03-27 Thread Mc Shch
Hi sir: I need your help. I am using FreeBSD5.3 operating system,and I have configure etc/ppp/ppp.conf rightly. when I use ppp by typing this: #ppp -ddial papchap to connect to the internet with a ADSL modem. I recive this infomation: Working in ddial mode Using

Sound problems..

2004-04-12 Thread J Mc.
i have no sound, and i think its du to my sound card, which is on board my mobo. im not sure what type card it is, and not sure how to fix this problem. this is the mobo tho http://www.ecsusa.com/products/k7som.html any help would be great, but if you can STEP-BY-STEP would be GREAT. im a

OpenOffice 1.0.1 core?

2002-10-25 Thread Joel Mc Graw
I downloaded OO 1.0.1 for Linux from OpenOffice.org and ran the setup as a normal (non-root) user, which installed it off my home directory. Everything appeared to work fine, but when I try to start any of the components (soffice, etc), it dumps core. Yes I have the linuxlator working. Is there