lug-bg: Re[2]: lug-bg: Backup-?

2004-04-26 Thread Georgi Krystev
Veritas NetBackup - http://www.veritas.com server/clients . ? 20. ( ) A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).

lug-bg: Problemi sus: How To Install Postfix, Amavis, ClamAV, and Spamassassin on Debian Linux

2004-04-26 Thread Qsin
Postfix, Amavis, ClamAV, Spamassassin Debian : http://www.fatofthelan.com/articles/articles.php?pid=22. maildrop : Apr 26 11:12:51 router postfix/local[2333]: DD25ED24: to=[EMAIL PROTECTED], relay=local, delay=0, status=deferred (temporary failure. Command output:

lug-bg: iztrivane

2004-04-26 Thread Martin Bossev
, . , 15000 2 . rm -f : # rm -f * -bash: /bin/rm: Argument list too long , . , A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org -

Re: lug-bg: iztrivane

2004-04-26 Thread Georgi Chorbadzhiyski
Martin Bossev wrote: . , 15000 2 . rm -f : # rm -f * -bash: /bin/rm: Argument list too long , . rm -rf /dir ; mkdir /dir - -- Georgi Chorbadzhiyski http://georgi.unixsol.org/

lug-bg: Linux very advanced routing:)

2004-04-26 Thread Mircho Mirchev
, . - , ISP- BGP shaping ,, shaping, routes routes (BGP community) BGP community. , PC Linux. : tc match- BGP community. , zebra PC-, tc- match- BGP community,zebrata -

Re: lug-bg: iztrivane

2004-04-26 Thread Danail Petrow
, : for file in `ls -1 /path ` ; do rm -f /path/$file ; done unset .(3 ) , On , 2004-04-26 at 12:18, Martin Bossev wrote: , . , 15000 2 . rm -f : # rm -f * -bash: /bin/rm: Argument list too long , . ,

Re: lug-bg: iztrivane

2004-04-26 Thread Sava Chankov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Bossev wrote: | , | | | . | , 15000 2 . | | rm -f : | # rm -f * | -bash: /bin/rm: Argument list too long for file in *; do rm -f $file; done - -- Sava Chankov research and

Re: lug-bg: iztrivane

2004-04-26 Thread Danail Petrow
, :) , 'unlink' eto ti maluk primer: #!/usr/bin/perl $dirname = /usr/backup; #- opendir(DIR, $dirname) || die can't opendir $dirname: $!; foreach $file (readdir(DIR)) { unlink /usr/backup/.$file ; } } closedir(DIR); On ,

Re: lug-bg: iztrivane

2004-04-26 Thread Alexander Shopov
Martin Bossev wrote: rm -f : # rm -f * -bash: /bin/rm: Argument list too long cd ls | xargs rm find -type f -exec rm {} \; man xargs man find , -. . . , - . rm. _ A mail-list of Linux Users

Re: lug-bg: Linux very advanced routing:)

2004-04-26 Thread Nickola Kolev
, tc bgp community, IP . , IP precedence (TOS ), TOS ( ), DSCP (, - - RFC ), tc. , fwmark. ,, . On Mon, 26 Apr 2004 12:51:31 +0300 Mircho Mirchev [EMAIL PROTECTED] wrote: : ,. : - , ISP- BGP

lug-bg: ?

2004-04-26 Thread Hristo Hristov
, XP- ? , KMail . A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora To unsubscribe:

Re: lug-bg: iztrivane

2004-04-26 Thread Georgi Ivanov
#!/usr/bin/perl use warnings; use strict; my $dir = '/path/to/files'; chdir($dir) or die $!\n; opendir(DH, $dir) or die $!\n; my @files = readdir(DH); shift @files; shift @files; for my $i (@files) { unlink($i); } close(DH); On Monday 26 April

lug-bg: ISS

2004-04-26 Thread Georgi Krystev
, , . IIS? , / . ? ? A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora To

Re: lug-bg: iztrivane

2004-04-26 Thread Velin Getov
Sava Chankov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Bossev wrote: | , | | | . | , 15000 2 . | | rm -f : | # rm -f * | -bash: /bin/rm: Argument list too long for file in *; do rm -f $file; done Tova tuka e istinata :) Az susto glasuvam za varianta na

Re: lug-bg: Linux very advanced routing:)

2004-04-26 Thread Stoimen Gerenski
Mircho Mirchev [EMAIL PROTECTED]: , . ? - , ISP- BGP shaping , , shaping,routes routes (BGP community) BGP community. , PC Linux. : tc match- BGP community. , zebra PC-, tc-

Re: lug-bg: ?

2004-04-26 Thread Martin Lazarov
Monday 26 April 2004 13:13 Hristo Hristov : | , | | XP- ? | |, | KMail | . | | , . A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).

Re: lug-bg: ?

2004-04-26 Thread Stoyan Tzalev
, ? - http://swsusp.sourceforge.net/ ? On Monday 26 April 2004 13:13, Hristo Hristov wrote: , XP- ? , KMail . === = A mail-list of Linux Users Group - Bulgaria (bulgarian

Re: lug-bg: iztrivane

2004-04-26 Thread Georgi Chorbadzhiyski
Georgi Ivanov wrote: #!/usr/bin/perl use warnings; use strict; my $dir = '/path/to/files'; chdir($dir) or die $!\n; opendir(DH, $dir) or die $!\n; my @files = readdir(DH); shift @files; shift @files; . ..? . for my $i (@files) { unlink($i); :)

RE: lug-bg: Linux very advanced routing:)

2004-04-26 Thread Mircho Mirchev
,tc-, ISP- BGP community. , . zebra- IP . IP , , PC ( engina - forwarding routing. PC-routing engine-a, forwarding engine-a, , IBM PC). , . -Original Message- From:

Re: lug-bg: ?

2004-04-26 Thread Lubomir Christov
Da, prosto potyrsi v google: linux Software Suspend Lubo Hristo Hristov wrote: , XP- ? , KMail . A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).

Re: lug-bg: iztrivane

2004-04-26 Thread Georgi Chorbadzhiyski
Alexander Shopov wrote: Martin Bossev wrote: rm -f : # rm -f * -bash: /bin/rm: Argument list too long cd ls | xargs rm find -type f -print0 | xargs -0 rm . find -type f -exec rm {} \; fork- , -- Georgi Chorbadzhiyski http://georgi.unixsol.org/

Re: lug-bg: iztrivane

2004-04-26 Thread Georgi Chorbadzhiyski
Sava Chankov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Bossev wrote: | , | | | . | , 15000 2 . | | rm -f : | # rm -f * | -bash: /bin/rm: Argument list too long for file in *; do rm -f $file; done rm -rf /dir mkdir /dir

lug-bg: Re: lug-bg: ISS

2004-04-26 Thread Viktor Stefanov
www.microsoft.com -- obtaining SSL certificate vsichko si pishe. Mojesh da si go napravish ot sobstveno authority. P.S. prav si, nikak ne mu e tuk mqstoto :) V. - Original Message - From: Georgi Krystev To: [EMAIL PROTECTED] Sent: Monday, April 26, 2004 1:25 PM

lug-bg: TV Tuner recording

2004-04-26 Thread Krasimir Kazakov
? ... windows , linux ... google, . Tnx :) --- Regards: Krasimir Kazakov A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org - Hosted by

Re: lug-bg: iztrivane

2004-04-26 Thread Danail Petrow
. , paste , ? , ! A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora To unsubscribe:

Re: lug-bg: TV Tuner recording

2004-04-26 Thread Ivaylo Toshev
mencoder http://linux-bg.org , divx . , 2004-04-26 15:12, Krasimir Kazakov : ? ... windows , linux ... google, . Tnx :) --- Regards: Krasimir Kazakov A mail-list

Re: lug-bg: iztrivane

2004-04-26 Thread Georgi Chorbadzhiyski
Danail Petrow wrote: . , paste , ? -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).

Re: lug-bg: iztrivane

2004-04-26 Thread Dean Stoeff
, - -, , logging directory, A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora To

Re: lug-bg: iztrivane

2004-04-26 Thread Ivaylo Toshev
/;-)) , 2004-04-26 15:31, Georgi Chorbadzhiyski : Danail Petrow wrote: . , paste , ? A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).

Re: lug-bg: iztrivane

2004-04-26 Thread Danail Petrow
, :) crew:/home/dido/programing/perl# cat check.pl #!/usr/bin/perl $dirname = test/; opendir(DIR, $dirname) || die can't opendir $dirname: $!; foreach $file (readdir(DIR)) { unlink $dirname.$file; } closedir(DIR); crew:/home/dido/programing/perl#

Re: lug-bg: ?

2004-04-26 Thread Yasen Atanasov
Hristo Hristov wrote: , XP- ? , KMail . 2.6.5Suspend to disk. . A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org -

RE: lug-bg: iztrivane

2004-04-26 Thread Martin Bossev
. logging directory . . Georgi Chorbadzhiyski , . permission- owner-... |Dean Stoeff wrote: | |, - |-, |, logging |directory, | | | A mail-list of Linux

Re: lug-bg: iztrivane

2004-04-26 Thread Georgi Chorbadzhiyski
Martin Bossev wrote: . logging directory . . Georgi Chorbadzhiyski , . permission- owner-... ,:) (tmp cleaner) ,race conditions . log , wildcard . syslog-ng :

Re: lug-bg: iztrivane

2004-04-26 Thread George Danchev
On Monday 26 April 2004 13:32, Velin Getov wrote: Sava Chankov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Bossev wrote: | , | | | . | , 15000 2 . | | rm -f : | # rm -f * | -bash: /bin/rm: Argument list too long for file in

lug-bg: Postfix, Amavis, ClamAV, and Spamassassin on Debian Linux

2004-04-26 Thread Qsin
Postfix, Amavis, ClamAV Spamassassin : http://www.fatofthelan.com/articles/articles.php?pid=22 : Start amavis and check for typos. To see any error messages and debugging info, I suggest running Amavis for the first

Re: lug-bg: iztrivane

2004-04-26 Thread George Danchev
On Monday 26 April 2004 16:43, Martin Bossev wrote: . logging directory . . Georgi Chorbadzhiyski , . permission- owner-... |Dean Stoeff wrote: | |, - |-, |, logging |directory, | | | logging directory.

Re: lug-bg: iztrivane

2004-04-26 Thread Danail Petrow
'mtime' #!/usr/bin/perl $dirname = /usr/backup; opendir(DIR, $dirname) || die can't opendir $dirname: $!; foreach $file (readdir(DIR)) { $mtime = (stat($dirname.$file))[8]; $exprdate = ($mtime + 537600 ) ; #537600-a 1 my $unixtime$=time;

Re: lug-bg: iztrivane

2004-04-26 Thread Anton Zinoviev
26.IV.2004 13:06 (+0300) Sava Chankov : for file in *; do rm -f $file; done , , , for,Argument list too long. : 1. 2. xargs. A mail-list of Linux Users Group - Bulgaria (bulgarian

Re: lug-bg: iztrivane

2004-04-26 Thread Velin Getov
George Danchev wrote: On Monday 26 April 2004 13:32, Velin Getov wrote: Sava Chankov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Bossev wrote: | , | | | . | , 15000 2 . | | rm -f : | # rm -f * | -bash: /bin/rm: Argument list too long for file in *; do rm

lug-bg:

2004-04-26 Thread
! KMail. ... . ,KMail ( ). .... ? A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org - Hosted by Internet

Re: lug-bg: iztrivane

2004-04-26 Thread Nick Kirchev
On Monday 26 April 2004 17:32, Danail Petrow wrote: 'mtime' #!/usr/bin/perl $dirname = /usr/backup; opendir(DIR, $dirname) || die can't opendir $dirname: $!; foreach $file (readdir(DIR)) { $mtime = (stat($dirname.$file))[8]; $exprdate = ($mtime + 537600 ) ;

Re: lug-bg: Postfix, Amavis, ClamAV, and Spamassassin on Debian Linux

2004-04-26 Thread Andrei Boyanov
Qsin wrote: Postfix, Amavis, ClamAV Spamassassin : http://www.fatofthelan.com/articles/articles.php?pid=22 [..] = , , iptables. , : ? , Connectin refused ? , iptables.

Re: lug-bg: Re[2]: lug-bg: Backup-?

2004-04-26 Thread Konstantin Angelov
http://support.veritas.com. Step 1 - NetBackup Products, Step 2 - NetBackup DataCenter. . , . , o NetBackup DataCenter. -- Konstantin Angelov [EMAIL PROTECTED] ICQ# 21034161 It was Mon, 26 Apr 2004 10:29 when Georgi Krystev said: Veritas NetBackup -

Re: lug-bg: iztrivane

2004-04-26 Thread
, 2004-04-26 12:18, Martin Bossev : , . , 15000 2 . rm -f : # rm -f * -bash: /bin/rm: Argument list too long : find . -type f|sed -e s/^/\/ -e s/$/\/|xargs rm ( , ) . : find . -type f|sed -e s/^/\/ -e s/$/\/|xargs cp

Re: lug-bg: Postfix, Amavis, ClamAV, and Spamassassin on Debian Linux

2004-04-26 Thread Qsin
- Original Message - From: Andrei Boyanov To: [EMAIL PROTECTED] Sent: Monday, April 26, 2004 6:40 PM Subject: Re: lug-bg: Postfix, Amavis, ClamAV, and Spamassassin on Debian Linux ? , Connectin refused ? , iptables. firewall- . .

Re: lug-bg: iztrivane

2004-04-26 Thread
: find . -type f|sed -e s/^/\/ -e s/$/\/|xargs rm ( , ) ,, . signature.asc Description: This is a digitally signed message part

Re: lug-bg: iztrivane

2004-04-26 Thread Alexander Velin
On Mon, 26 Apr 2004, Alexander Shopov wrote: cd ls | xargs rm , . , cd + rm, rm path ( cron ) just my $0.02 happy hacking, velin A mail-list of Linux Users Group - Bulgaria (bulgarian

Re: lug-bg: ISS

2004-04-26 Thread Alexander Velin
On Mon, 26 Apr 2004, Georgi Krystev wrote: , . IIS? , / . ? ? http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html ) google ) (, openssl GNU/Linux) ) howto [EMAIL PROTECTED] (? :) .. .

Re: lug-bg: iztrivane

2004-04-26 Thread Vasil Kolev
, 2004-04-26 15:36, Ivaylo Toshev : /;-)) / '\0' ( ) . POSIX , unix . signature.asc Description: This is a digitally signed message part

lug-bg: MPlayer, SuSE 9.1 MMX

2004-04-26 Thread Plamen Neykov
, - MPlayer SuSE 9.1 - . dsputil_mmx.o. : libavcodec/libavcodec.a(dsputil_mmx.o)(.text+0x3fa06): In function `put_no_rnd_qpel16_mc22_mmx2': : undefined reference to `ff_pw_3' 8000 . ? SuSE- - . (

RE: lug-bg: Linux very advanced routing:)

2004-04-26 Thread Georgi Moskov
Çäðàñòè, Çà íà÷àëî ïóñíè åäèí tcpdump è âèæ äàëè Áà èëè èíòåðíåò òðàôèêà òè âå÷å íå å ìàðêèðàí ñ DSCP, çàùîòî ïîâå÷åòî äîñòàâ÷èöè òàêà ñè ðàçäåëÿò òðàôèêà (ïóñêàø ãî ñ -v è ãëåäàø çà tos 0xXX). Àêî íå å, ìîæåø äà ïîìîëèø ISP-òî ñè äà òè ïóñíå ÁÃ-òî è èíòåðíåòà ïî ðàçëè÷íè vlan-è è òàêà ùå ìîæåø