Re: (CYGWIN) Rsync Stalling Upon first file transfer.

2007-09-05 Thread Jonathan Hurd
Thanks Matt,
 
Ok well I tried setting the bwlimit, wasnt sure what to set it to. Tried high 
800's down to 50kb\s. No Luck.
 
The weird thing is how this worked but a day ago perfectly fine. This is over a 
WAN, and this is a pretty good backbone between the two sites.

Is there some sort of cache I need to clear...?


- Original Message 
From: Matt McCutchen <[EMAIL PROTECTED]>
To: Jonathan Hurd <[EMAIL PROTECTED]>
Cc: rsync@lists.samba.org
Sent: Tuesday, September 4, 2007 1:35:07 PM
Subject: Re: (CYGWIN) Rsync Stalling Upon first file transfer.

On 9/4/07, Jonathan Hurd <[EMAIL PROTECTED]> wrote:
> Rsync will recieve the file list, and discover the files to consider, and
> then stalls out on the first actual file transfered.

This is a well-known problem caused by bugginess in the Cygwin
pipe/socket code.  It is being tracked in this rsync bug report:

https://bugzilla.samba.org/show_bug.cgi?id=2208

As a workaround, try setting a --bwlimit as described in the bug report.

Matt-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Win32 port?

2007-09-05 Thread Fabian Cenedese
Hi

Has anybody ever tried (and most probably failed) to port rsync to Win32?
I know there are versions built with cygwin and there are also other
Windows programs that include the rsync algorithm. But neither of them
make me really happy. The cygwin version is dead slow on my AMD
3500+ and the Windows programs all make something differently, can't
be scripted and/or have an unusable GUI.

I know that especially the process handling, signals etc is different and
may be difficult to get around. But socket communication and file
handling shouldn't be so hard to adjust. Looking at gnuwin32 there
are many *x tools already ported to Win32, unfortunately not rsync.

Are there other big difficulties in porting?
Thanks for any insight.

bye  Fabi


-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Win32 port?

2007-09-05 Thread Matt McCutchen
On 9/5/07, Fabian Cenedese <[EMAIL PROTECTED]> wrote:
> Has anybody ever tried (and most probably failed) to port rsync to Win32?
> I know there are versions built with cygwin and there are also other
> Windows programs that include the rsync algorithm. But neither of them
> make me really happy. The cygwin version is dead slow on my AMD
> 3500+ and the Windows programs all make something differently, can't
> be scripted and/or have an unusable GUI.

It might be worth a try to build rsync on mingw first.  If that works,
I think a mingw version would be easier to maintain than a complete
port in the long term.

Matt
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[U] RE: RE: Rsync Errors

2007-09-05 Thread Peter, Theresa M Ms CONT USAAC
UNCLASSIFIED


We are not using the -z or --compress option.  I have turned up the logging
when running a job but I am not sure what I should be seeing. I have the log
from both the machine that is pulling the data and the machine that the data
is being pulled from. 

On the machine pulling data... It looks like that we get an "invalid file
index" and then the job dies out.

On the machine data is being pulled... I am seeing renaming of files,
changing of modtimes, recv_files and recv_generator going at the same time.
Then our final error:

2007/09/05 10:28:10 [15233] rsync: connection unexpectedly closed (165735
bytes received so far) [generator]
2007/09/05 10:28:10 [15233] rsync error: error in rsync protocol data stream
(code 12) at io.c(453) [generator=2.6.9]
2007/09/05 10:28:10 [15233] _exit_cleanup(code=12, file=io.c, line=453):
about to call exit(12)


Any more ideas?  What is going to be the best way to get us back on track?
Should I restart the daemon, would that help anything; I wouldn't think so
if it is a file problem with index?

Theresa Peter
Unix Team
CSI - Data Services
ISA-USAAC

[EMAIL PROTECTED]

(502) 626-0649 
 
-Original Message-
From: Wayne Davison [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 04, 2007 6:12 PM
To: Peter, Theresa M Ms CONT USAAC
Cc: rsync@lists.samba.org
Subject: Re: [U] RE: Rsync Errors

On Tue, Sep 04, 2007 at 05:56:11PM -0400, Peter, Theresa M Ms CONT USAAC
wrote:
>Invalid checksum length 39976960 [sender]
>Invalid remainder length 39976960 [sender]
>Invalid file index: 2046101527 (count=1730) [sender]

These are all symptoms of the same problem -- the binary data protocol is no
longer in sync.  Whether it is caused by dropped bytes in the connection or
a programatical error on rsync's part is the big question, and can't be
determined by us.

Are you using the -z (--compress) option?  If so, try turning it off.

..wayne..

UNCLASSIFIED



smime.p7s
Description: S/MIME cryptographic signature
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2007-09-05 Thread Huang, YongHui
thank you very much for you all.

I will try your suggestion ,thx.
 


Best Regards
-
yhhuang 黄勇辉
Server Dept.
TeleNav Shanghai Inc.
Tel:(21)6337 2220 ext 8651
www.telenav.com

-邮件原件-
发件人: Wayne Davison [mailto:[EMAIL PROTECTED] 
发送时间: 2006年3月6日 23:46
收件人: Huang, YongHui
抄送: rsync@lists.samba.org
主题: Re: how to distinguish local add and remote delete?

On Mon, Mar 06, 2006 at 10:49:55AM +0800, Huang, YongHui wrote:
> I have a question about how to distinguish local add and remote delete?

I just added this info to rsync's "resources" webpage:

  If you need a 2-way synchronization because both ends of the connection
  may be changing files, you may want to either look into a tool designed
  to do this (e.g. unison), or you may with to use an external wrapper for
  rsync that keeps extra data about what was in the last transfer so that
  it can figure out if a file is new or deleted (e.g. drsync).

http://freshmeat.net/projects/unison/
http://freshmeat.net/projects/drsync/

..wayne..
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread Huang, YongHui
what is generator hang?
when did this situation happend?

thank you.
 


Best Regards
-
yhhuang 黄勇辉
Server Dept.
TeleNav Shanghai Inc.
Tel:(21)6337 2220 ext 8651
www.telenav.com

-邮件原件-
发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Steve Sether
发送时间: 2006年3月16日 1:41
收件人: rsync@lists.samba.org
主题: Still getting a generator hang on 2.6.7

I've gotten around to testing the generator hang bug using stunnel under 2.6.7, 
and I still occasionally get the same problem.  It seems to be around 50% of 
the time.  Here's some strace output from the generator and receiver from two 
runs, one where the generator exits properly, and one where it doesn't.  Run 2 
hangs indefinately.

Run 1

Generator:

Process 14581 attached - interrupt to quit select(5, NULL, [4], NULL, {41, 
81}) = 0 (Timeout)
select(5, NULL, [4], NULL, {60, 0}) = 0 (Timeout)
select(5, NULL, [4], NULL, {60, 0}) = 1 (out [4], left {36, 70})
write(4, "\0\0\0\0\0\0\0\0\0\0\0\B\0\0\0\240\0\0\0\0\0\0\0\0"..., 4092) = 
-1 ECONNRESET (Connection reset by peer)
getpid()= 14581
time(NULL)  = 1142443238
write(3, "2006/03/15 11:20:38 [14581] rsyn"..., 142) = 142 
rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0 rt_sigaction(SIGUSR2, {SIG_IGN}, 
NULL, 8) = 0
getpid()= 14581
kill(14582, SIGUSR1)= 0
getpid()= 14581
time(NULL)  = 1142443238
write(3, "2006/03/15 11:20:38 [14581] rsyn"..., 113) = 113
munmap(0x40018000, 4096)= 0
_exit(12)   = ?
Process 14581 detached

Receiver:
read(4, "IX\2444\216\243\365\26\222A\311\277\327\336d\375\336v\210"..., 8184) = 
8184
time(NULL)  = 1142443237
write(5, "\236/os\367&\330\237\6\25\njH\37\267\256~{\307\273i\27"..., 1024) = 
1024 write(5, "\35\300,\305N\267\232v\343#\34\226\n\177\26\20\265J\r\t"..., 
1024) = 1024 write(5, 
"K\16\377\0mE\260\274\230\351\0271\327\375\300\271z\177"..., 1024) = 1024 
write(5, "\356$\306*\321MI:\325,\270\215\247D\271<\6\35\204\210\254"..., 1024) 
= 1024 write(5, "\217Ym\354\216\372\321]\355o\342Q\225\327\362\241\352\215"..., 
1024) = 1024 write(5, 
"}R>N\246\263\177\357\r\363S\35|\264\311\10\305\365\375"..., 1024) = 1024 
write(5, "\222\30\243-\303\215<\0369P\247\361nH\377\0\37x\245\315"..., 1024) = 
1024 write(5, "2\260\300\245\332\337\304\377\0D\235\336K\251W\f\350\205"..., 
1024) = 1024 write(5, 
"K\330\307\6\274\17\227Aob\374r\241\317R}\3341R/\247\\\206.\237"..., 1024) = 
1024 write(5, "\314\314\27\375\207\264\247a\345\370\to\6:\375\237\354"..., 
1024) = 1024 write(5, 
"\244\376D\203\326\\T[\337n0|6{#B\3\26\3614\242\252\234"..., 1024) = 1024 
write(5, "T0\250?h>c\310\361\363\4t\264\330=\323W\210\232<.\371\21"..., 1024) = 
1024 write(5, "t\270\334\2577\33\211ef\313\32g\313\256\35\211\0166\252"..., 
1024) = 1024 write(5, 
"\325\332\360\343w\0356~\205V\232\217z\4\307Jc\"\32zM\365"..., 1024) = 1024 
write(5, "/I\3\3\364\v\31#\375W\263\30\371s\230&r^5\205\177\247\""..., 1024) = 
1024 write(5, "[EMAIL PROTECTED]/\34\375=\260\334"..., 1024) = 1024 write(5, 
">!\220O\364\300\311\257\361\0\31\177\321\24\374]B\367\226"..., 1024) = 1024 
write(5, "|\353\325\367\21\244\n\216=\v\273x\37\"\363cp\17\327\353"..., 1024) = 
1024 write(5, "YX\202B(\37RH\376\237A\356C\264\2242\353>\235D\327\320"..., 
1024) = 1024 write(5, 
"\350\332.X\207\312\244\217\341\25\376|?\237^\245\334\333"..., 1024) = 1024 
write(5, "\36Z\243\32\217\310W\247,\317q\354\314\35\25\5^U\367&6"..., 1024) = 
1024 write(5, "\31)\336\302\343\\M\34\234\222M\223|\3349R\350h\253\330"..., 
1024) = 1024 write(5, 
"+\31mV\312\344\322\367\275\300\254\233\353\315\227\351"..., 1024) = 1024 
write(5, "\17\4Mo\317\264\334\327i\343l\366\273\234C\374b\312\340"..., 1018) = 
1018 write(5, "\374G\333\t\10;\247s\356\214\344\305\211x\251\352\227\v"..., 
149) = 149
select(5, [4], [], NULL, {60, 0})   = 1 (in [4], left {60, 0})
read(4, "m\356\261.\357\f\2767\217\2535\322\325\322~T", 8184) = 16
time(NULL)  = 1142443576
select(5, [4], [], NULL, {60, 0})   = 1 (in [4], left {59, 83})
read(4, 0x8099c98, 8184)= -1 ECONNRESET (Connection reset by 
peer)
write(6, "2\0\0\rrsync: read error: Connectio"..., 54) = 54 
rt_sigaction(SIGUSR1, {SIG_IGN}, NULL, 8) = 0 rt_sigaction(SIGUSR2, {SIG_IGN}, 
NULL, 8) = 0 write(6, "S\0\0\10rsync error: error in rsync "..., 87) = 87
munmap(0x40018000, 4096)= 0
_exit(12)   = ?
Process 14670 detached
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread Huang, YongHui
Huang, YongHui 将撤回邮件“can rsync delete only one file in one command? is it a 
bug?”。
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2007-09-05 Thread 李文雄
  贵公司负责人(经理/财务)您好:
 我公司是深圳市恒威实业有限公司.本公司实力雄厚(全国各地均有分公司).
  有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分
  各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售  
   
  餐饮业.其他服务业.建筑安装等等发票以2%优惠代开与合作.可为贵公司
  节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 
 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对是
  您的首选,合作的伙伴!
  并且本公司郑重承诺以上所用绝对是真票,完全负法律责任,希望与贵司合作..
   我们以 诚 信 为 根 本, 品 质 为 生 命, 价 格 为 武 器,
   服 务 为 特 色 的经营理念竭诚为广大新老客户提供优质的服务..
   如贵公司在发票的真伪方面有任何疑虑可上网验证或直接去税务局抵扣验证!
  此信息在全国范围内有效...
彼此合作一次,必成商场伙伴.. 
  欢迎来电洽谈...如有打扰,请见谅!


  联系人:李文雄

  手  机:013826500948
 
  邮  箱: [EMAIL PROTECTED]

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread 李文雄
  贵公司负责人(经理/财务)您好:
 我公司是深圳市恒威实业有限公司.本公司实力雄厚(全国各地均有分公司).
  有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分
  各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售  
   
  餐饮业.其他服务业.建筑安装等等发票以2%优惠代开与合作.可为贵公司
  节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 
 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对是
  您的首选,合作的伙伴!
  并且本公司郑重承诺以上所用绝对是真票,完全负法律责任,希望与贵司合作..
   我们以 诚 信 为 根 本, 品 质 为 生 命, 价 格 为 武 器,
   服 务 为 特 色 的经营理念竭诚为广大新老客户提供优质的服务..
   如贵公司在发票的真伪方面有任何疑虑可上网验证或直接去税务局抵扣验证!
  此信息在全国范围内有效...
彼此合作一次,必成商场伙伴.. 
  欢迎来电洽谈...如有打扰,请见谅!


  联系人:李文雄

  手  机:013826500948
 
  邮  箱: [EMAIL PROTECTED]

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread 李文雄
  贵公司负责人(经理/财务)您好:
 我公司是深圳市恒威实业有限公司.本公司实力雄厚(全国各地均有分公司).
  有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分
  各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售  
   
  餐饮业.其他服务业.建筑安装等等发票以2%优惠代开与合作.可为贵公司
  节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 
 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对是
  您的首选,合作的伙伴!
  并且本公司郑重承诺以上所用绝对是真票,完全负法律责任,希望与贵司合作..
   我们以 诚 信 为 根 本, 品 质 为 生 命, 价 格 为 武 器,
   服 务 为 特 色 的经营理念竭诚为广大新老客户提供优质的服务..
   如贵公司在发票的真伪方面有任何疑虑可上网验证或直接去税务局抵扣验证!
  此信息在全国范围内有效...
彼此合作一次,必成商场伙伴.. 
  欢迎来电洽谈...如有打扰,请见谅!


  联系人:李文雄

  手  机:013826500948
 
  邮  箱: [EMAIL PROTECTED]

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread 李文雄
  贵公司负责人(经理/财务)您好:
 我公司是深圳市恒威实业有限公司.本公司实力雄厚(全国各地均有分公司).
  有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分
  各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售  
   
  餐饮业.其他服务业.建筑安装等等发票以2%优惠代开与合作.可为贵公司
  节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 
 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对是
  您的首选,合作的伙伴!
  并且本公司郑重承诺以上所用绝对是真票,完全负法律责任,希望与贵司合作..
   我们以 诚 信 为 根 本, 品 质 为 生 命, 价 格 为 武 器,
   服 务 为 特 色 的经营理念竭诚为广大新老客户提供优质的服务..
   如贵公司在发票的真伪方面有任何疑虑可上网验证或直接去税务局抵扣验证!
  此信息在全国范围内有效...
彼此合作一次,必成商场伙伴.. 
  欢迎来电洽谈...如有打扰,请见谅!


  联系人:李文雄

  手  机:013826500948
 
  邮  箱: [EMAIL PROTECTED]

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread Educators











v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}


التاريخ : 14 /4/ 2006

 
Amr Zenhom
Amr
4
4
2006-04-15T21:54:00Z
2006-05-06T12:45:00Z
2006-05-06T12:45:00Z
2
162
928
Professional
7
2
1088
10.2625
 
 
-1561981706
رسالة المؤتمر المعتمدة
[EMAIL PROTECTED]
mohammed1

 

 
75


 
 
 
 

MicrosoftInternetExplorer4
 






 /* Style Definitions */
 table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";}


 

 

 






 

التاريخ 
: 06 /5/ 2006

الرقـم 
: 7085 / ت / 2006

السيد 
/ المدير العامالمحترم..

السيد 
/ مدير التدريبالمحترم..

السيد 
/ مدير الموارد البشريةالمحترم..

تحية طيبة 
وبعد،،،
يهديكم 
مركز " التربويون "  تحياته متمنياً لكم دوام التوفيق والتقدم 
والنجاح في أعمالكم.

نظراً 
للدور البارز الذي تؤدونه في تنمية قدرات العاملين لديكم، فإننا نتطلع إلى التعاون 
معكم في سبيل تحقيق أعلى درجات التميز والإبداع التي تسعون إليها، من خلال برامجنا 
التدريبية التي تهدف إلى تأهيل الموارد البشرية وزيادة الكفاءة لديها، طبقا لأحدث 
المستجدات المعاصرة، وبما يتوافق مع أهدافكم وخططكم التطويرية.

يسرنا 
أن نقدم لكم وبالتعاون مع - المركز العربي للفكر الاقتصادي - 
لندن

المؤتمر المتقدم 
في:

"هندسة الدعم اللوجستي ثلاثي الأبعاد لتطوير العمليات 
الإدارية

وتحسين 
مستوى الأداء الوظيفي القائم على تقييم العنصر البشري"

خلال 
الفترة 30-31/5/2006 

الذي 
سيعقد بفندق برج العرب بدبي

 

للتسجيل 
والاستفسار يرجى الاتصال بقسم التدريب "الأستاذ / حسين أبو 
هلال"

هاتف 
0091742971114  نقال: 
00971504881018 
فاكس 0097142972737

بريد 
الكتروني
 [EMAIL PROTECTED]









-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2007-09-05 Thread Educators






التاريخ 
: 10 /5/ 2006

الرقـم 
: 7085 / ت / 2006

السيد 
/ المدير العامالمحترم..

السيد 
/ مدير التدريبالمحترم..

السيد 
/ مدير الموارد البشريةالمحترم..

تحية طيبة وبعد،،،
يهديكم 
مركز " التربويون "  تحياته متمنياً لكم دوام التوفيق والتقدم 
والنجاح في أعمالكم.

نظراً 
للدور البارز الذي تؤدونه في تنمية قدرات العاملين لديكم، فإننا نتطلع إلى التعاون 
معكم في سبيل تحقيق أعلى درجات التميز والإبداع التي تسعون إليها، من خلال برامجنا 
التدريبية التي تهدف إلى تأهيل الموارد البشرية وزيادة الكفاءة لديها، طبقا لأحدث 
المستجدات المعاصرة، وبما يتوافق مع أهدافكم وخططكم التطويرية.

يسرنا 
أن نقدم لكم وبالتعاون مع - المركز العربي للفكر الاقتصادي - 
لندن

المؤتمر 
المتقدم في:

"هندسة الدعم 
اللوجستي ثلاثي الأبعاد لتطوير العمليات 
الإدارية

وتحسين مستوى الأداء الوظيفي القائم 
على تقييم العنصر البشري"

خلال الفترة 30-31/5/2006 


الذي سيعقد بفندق برج العرب 
بدبي

 

للتسجيل 
والاستفسار يرجى الاتصال بقسم التدريب "الأستاذ / حسين أبو 
هلال"

هاتف 
0091742971114  نقال: 
00971504881018 
فاكس 0097142972737

بريد 
الكتروني
 [EMAIL PROTECTED]




-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2007-09-05 Thread wxdva
你好!
浙江卓劲电源有限公司主要生产各种:摄像机电池,笔记本电池,数码相机电池,充电器。并且可根据用户要求定制各种电池。厂家直销,质量保证,价格特优。你如需要各种电池,请你点击进入网站浏览。
不要用此邮件回复,请用网站里边邮址回复。
公司网址:www.51zhuojin.com
联系电话:0570-3082821
联系人:胡生
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread xing zhaseng

密?要保存好。 tt0
http://koso.co.kr 4zv
密?:ok 91j
http://koso.co.kr/dhcp xqd
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2007-09-05 Thread fly
国际机票---上海海外航空特价

巴黎 单程2500  往返4500 伦敦 单程2400 往返3800
米兰 单程3300  往返 5100 罗马 单程3300  往返 5100
法兰克福 单程2900  往返 4700 阿姆斯特丹   单程3300  往返 4950
纽约 单程2600  往返 4800 洛杉矶   单程3150  往返 4700
旧金山   单程2800  往返 4700 温哥华   单程3000  往返 4520
多伦多   单程4740  往返 7400 渥太华   单程4740  往返 7400
圣保罗   单程9450  往返 1100 加拉加斯 单程9400  往返 11000
墨西哥   单程9400  往返 1100 利马 单程9600  往返 11000
悉尼 单程3600  往返 5100 墨尔本   单程3600  往返 5100
内罗毕  单程5000  往返 6100  拉格斯   单程5900  往返 6700
的黎波里单程5900  往返 6700  约翰内斯堡   单程5000  往返 6100
东京单程1900  往返 3100  马尼拉   单程1500  往返 2700
我们可提供前往北美洲、南美洲、欧洲、非洲、大洋洲、亚洲等世界各地特价国际机票,并可提供以上各洲的境内机票,以及从境外到中国的SOTO票。我们拥有先进的国外定座系统为您查询境外的低廉票价,资深定座人员为您设计方便快捷的旅程。我们将为您的国际单程、来回程、联程、环球程等复杂行程提供最合理的航班中转和最优惠的票价。上海海外航空是你最佳的选择,更多国际特价同票请浏览我们的网站,您将会查询到最新最详细的机票信息。网址:
   www.flywd.com  上海海外航空网 
服务热线: 021-51876710  (八线),63504413,63504423 ,51503540 ,51503541 
传真:021-51503542QQ:404416689   [EMAIL PROTECTED]
公司地址:上海市福州路515号317室
发挥资源优势   打造交流金桥 真诚服务社会

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread 填單就出貨




新增網頁1






 買"正宗黑師傅捲心酥"不用等!不用排!



貨到付款  數量有限  先填單者優先出貨





有意訂購者請按我


 


 


 








m1u/hbqjy*8 ! 3w]kds91!/hxq6e*n [EMAIL PROTECTED]

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2007-09-05 Thread 李文彬


 贵公司负责人(经理/财务)您好:

 我公司是深圳市宏泰实业有限公司.本公司实力雄厚(全国各地均有分公司)
.
 有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分

 各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售

 餐饮业.服务业.建筑安装等等发票以0.5―2%优惠代开与合作.可以为贵公司

节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数.
 
 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对

 是您的首选,合作的伙伴!

 并且本公司郑重承诺以上所用绝对是真票,完全负法律责任,希望与贵司合作.
.
 我们以 诚 信 为 根 本、 品 质 为 生 命、 价 格 为 武 器:

 服 务 为 特 色 的经营理念竭诚为广大新老客户提供优质的服务
..
 如贵公司在发票的真伪方面有任何疑虑可上网验证或直接去税务局抵扣验证!

  联系人:李文彬

  手  机:13826500948

  邮  箱: [EMAIL PROTECTED]

 此信息在全国范围内有效...

 彼此合作一次,必成商场伙伴.. 

 欢迎来电洽谈...如有打扰,请见谅!

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread 姚银镇

   贵公司经理、财务:
您们好!

本公司在全国各地均有公司(受理代*开*发*票)。所开发*票均可在贵司当

   地税务局验证抵扣,可上网查、也可拿去税务局验证、全国各地均可代*开:

   一: 普通国税发*票

   1:商品销售(可以网上查)   2:货物统一销售   3:工业(企业)销售(税点1.5~0.8%)

   二:普通地*税发*票

   1:运输(电脑版运输、货运代理、装卸、联运、海运等)(税点1.5~0.8%)

   2:其它服务(广告费、住宿费、会议费、定额餐饮、咨询费等)(税点0.8~1.2%)

   3:建筑安装 (税点1~1.5%)4:加工修理(税点1.2%)

   5:其它(租赁,行政事业专用、机动车销售、房地产交易、税务代理)(税点2%)

   等专用票*据 。可以优惠代开、保证票源绝对正规(可上网查、也可

   税务所查验)。如贵公司有需要请联系我公司,我司将以最优惠的点数与你合作。

   公司承诺:诚信理财!为客户节省运作成本、助您事半功倍!

   贵司若有意,欢迎来电咨询.我们会在第一时间回复您!


   联 系 人: 姚银镇

   手机: 139-2655-0995 [EMAIL PROTECTED]
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


(no subject)

2007-09-05 Thread 填單就出貨




新增網頁1






 買"正宗黑師傅捲心酥"不用等!不用排!



貨到付款  數量有限  先填單者優先出貨





有意訂購者請按我  

   
 


 


 








jys80# hw]5d+m1u/ibqjy*8 ! 3w]kds91!/hxq6e*n !*3crk

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2007-09-05 Thread 填單就出貨 xr7z




新增網頁1






 買"正宗黑師傅捲心酥"不用等!不用排!



貨到付款  數量有限  先填單者優先出貨





有意訂購者請按我


 


 


 








v[4c+l0t9hapix*7fun2v[jcr80#9p5d+mfu/2bqjyr8 # 3v]5dsl1!/haq6y*m ! [EMAIL 
PROTECTED] vo4w]let91a

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: moderation?

2007-09-05 Thread Martin Schröder
2007/8/29, Wayne Davison <[EMAIL PROTECTED]>:
> Moderated would be too harsh, but I have turned on manual approval for
> non-members of the list.  We'll see how that goes for now.

That didn't stop the asian spam... :-(

Best
   Martin
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[U] RE: RE: RE: Rsync Errors

2007-09-05 Thread Peter, Theresa M Ms CONT USAAC
UNCLASSIFIED


We were using compression on the network; through using a WAS device. We
have turned that off and we are no longer seeing the problem.  Why would
compression cause these issues? If we turn the WAS (network compression)
back on is this going to cause more issues. What do you mean by "the binary
data protocol is no longer in sync"?

Thanks


Theresa Peter
Unix Team
CSI - Data Services
ISA-USAAC

[EMAIL PROTECTED]

(502) 626-0649 
 
-Original Message-
From: Peter, Theresa M Ms CONT USAAC
Sent: Wednesday, September 05, 2007 10:46 AM
To: 'Wayne Davison'; 'rsync@lists.samba.org'
Subject: [U] RE: RE: Rsync Errors

UNCLASSIFIED


We are not using the -z or --compress option.  I have turned up the logging
when running a job but I am not sure what I should be seeing. I have the log
from both the machine that is pulling the data and the machine that the data
is being pulled from. 

On the machine pulling data... It looks like that we get an "invalid file
index" and then the job dies out.

On the machine data is being pulled... I am seeing renaming of files,
changing of modtimes, recv_files and recv_generator going at the same time.
Then our final error:

2007/09/05 10:28:10 [15233] rsync: connection unexpectedly closed (165735
bytes received so far) [generator]
2007/09/05 10:28:10 [15233] rsync error: error in rsync protocol data stream
(code 12) at io.c(453) [generator=2.6.9]
2007/09/05 10:28:10 [15233] _exit_cleanup(code=12, file=io.c, line=453):
about to call exit(12)


Any more ideas?  What is going to be the best way to get us back on track?
Should I restart the daemon, would that help anything; I wouldn't think so
if it is a file problem with index?

Theresa Peter
Unix Team
CSI - Data Services
ISA-USAAC

[EMAIL PROTECTED]

(502) 626-0649 
 
-Original Message-
From: Wayne Davison [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 04, 2007 6:12 PM
To: Peter, Theresa M Ms CONT USAAC
Cc: rsync@lists.samba.org
Subject: Re: [U] RE: Rsync Errors

On Tue, Sep 04, 2007 at 05:56:11PM -0400, Peter, Theresa M Ms CONT USAAC
wrote:
>Invalid checksum length 39976960 [sender]
>Invalid remainder length 39976960 [sender]
>Invalid file index: 2046101527 (count=1730) [sender]

These are all symptoms of the same problem -- the binary data protocol is no
longer in sync.  Whether it is caused by dropped bytes in the connection or
a programatical error on rsync's part is the big question, and can't be
determined by us.

Are you using the -z (--compress) option?  If so, try turning it off.

..wayne..

UNCLASSIFIED


UNCLASSIFIED



smime.p7s
Description: S/MIME cryptographic signature
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Win32 port?

2007-09-05 Thread Aaron W Morris
On 9/5/07, Matt McCutchen <[EMAIL PROTECTED]> wrote:
> It might be worth a try to build rsync on mingw first.  If that works,
> I think a mingw version would be easier to maintain than a complete
> port in the long term.
>
> Matt

I am just fishing for opinions here and by no means am I asking
anybody to do something, but... :-)

Could something like APR from the Apache project be used to make rsync
more platform agnositic?  Would APR even be ideal?

-- 
Aaron W Morris (decep)
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: [U] RE: RE: RE: Rsync Errors

2007-09-05 Thread Matt McCutchen
On 9/5/07, Peter, Theresa M Ms CONT USAAC <[EMAIL PROTECTED]> wrote:
> We were using compression on the network; through using a WAS device. We
> have turned that off and we are no longer seeing the problem.  Why would
> compression cause these issues?

Probably there is a bug in the WAS's compression algorithm that is
corrupting the data sent over the rsync connection.

> If we turn the WAS (network compression)
> back on is this going to cause more issues.

Yes.

> What do you mean by "the binary
> data protocol is no longer in sync"?

Rsync sends a continuous stream of bytes over the connection, and each
group of bytes has a specific meaning according to the rsync protocol.
 Rsync depends delicately on the entire stream of bytes arriving
intact on the other side so that the receiver interprets each group of
bytes in the way the sender intended.  In many cases, loss or
corruption of a single byte of the stream causes the receiver to
misinterpret all the data it receives from that point on, resulting in
the errors you saw.  This is analogous to a frameshift or nonsense
mutation in DNA if you happen to be familiar with those concepts.

Matt
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: moderation?

2007-09-05 Thread Matt McCutchen
On 9/5/07, Martin Schröder <[EMAIL PROTECTED]> wrote:
> That didn't stop the asian spam... :-(

I guess the sender of that spam subscribed to the list first?
Requiring a captcha for subscription may stop it from happening again.

Matt
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html