Subject: Re: What could cause rsync to kill ssh?

2023-06-12 Thread Madhu via rsync
* Albert Croft via rsync : Wrote on Sat, 3 Jun 2023 11:52:56 -0500: > You say, "knocking my ssh session offline on all terminals and it > blocks ssh from being able to connect again. Even restarting sshd > doesn't help". > > Questions: > * Is the network stack on the affected machine still

[no subject]

2022-01-11 Thread Zack Man via rsync
Apply all thanks -- Please use reply-all for most replies to avoid omitting the mailing list. 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]

2021-04-25 Thread Chris Cowan via rsync
On Sun, 25 Apr 2021 at 17:53, Chris Cowan via rsync https://lists.samba.org/mailman/listinfo/rsync>> wrote: >>* I’ve also been looking at several solutions that try to sandbox >>openssh/rsync.These include rssh (which should not be used anymore, >>because it's Abandon-ware. But, it is

[no subject]

2018-11-12 Thread Marti Farrelly via rsync
-- Please use reply-all for most replies to avoid omitting the mailing list. 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]

2018-10-19 Thread Bruce Adams via rsync
I am trying to use rsync to back up data on a central server. On the server I created a module for the target directory; here is the entry for it in rsyncd.conf: [data] path = /data read only = false uid = root gid = root #auth users = nmrsu:rw, root:rw #secrets file =

[no subject]

2018-01-04 Thread sandeep komath via rsync
Is there any options for using the rsync in windows servers . We need to regularize the backup scenarios in cloud servers . Kindly advise -- SANDEEP.B Tech Support Engineer (APPLICATION) Omnex Software solutions India PVT LTD Chennai MOB : +91-9745640688 E-MAIL : athira.kom...@gmail.com

[no subject]

2017-12-30 Thread Marti Farrelly via rsync
-- Please use reply-all for most replies to avoid omitting the mailing list. 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]

2011-12-23 Thread Phil Dobbin
Hi, all. I'm new to rsync so please bear with me... I'm trying to back-up to a remote host (rsync locally works fine) keep getting the below error messages. If I mount the remote host on my OS X box (I'm attempting to back-up my Debian boxes) the operation flows smoothly. I've upgraded my

Re: no subject

2011-12-23 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The user named phildobbin does not have permission to mkdir /thinkcentre on storage1.datastorageunit.com (it is doing a mkdir because the directory does not already exist). Perhaps that was supposed to be a relative path or a path within the user's

Re: no subject

2011-12-23 Thread Phil Dobbin
On Fri, 2011-12-23 at 18:51 -0500, Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The user named phildobbin does not have permission to mkdir /thinkcentre on storage1.datastorageunit.com (it is doing a mkdir because the directory does not already exist). Perhaps that was

Re: no subject

2011-12-23 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can you ssh in again and run: mkdir /thinkcentre stat /thinkcentre then try the rsync again? Post the outputs if it doesn't work. On 12/23/11 19:26, Phil Dobbin wrote: On Fri, 2011-12-23 at 18:51 -0500, Kevin Korb wrote: -BEGIN PGP SIGNED

Re: no subject

2011-12-23 Thread Phil Dobbin
On Fri, 2011-12-23 at 19:30 -0500, Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can you ssh in again and run: mkdir /thinkcentre stat /thinkcentre then try the rsync again? Post the outputs if it doesn't work. rsync produced the exact same error message. Here is the

Re: no subject

2011-12-23 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you did 'stat linkcentre' not 'stat /linkcentre'. Are you sure that directory is in / and not ~ ? On 12/23/11 20:05, Phil Dobbin wrote: On Fri, 2011-12-23 at 19:30 -0500, Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can you

Re: no subject

2011-12-23 Thread Phil Dobbin
On Fri, 2011-12-23 at 20:11 -0500, Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you did 'stat linkcentre' not 'stat /linkcentre'. Are you sure that directory is in / and not ~ ? Told you I was doing something dumb: phildobbin@storage1:~$ mkdir /thinkpad mkdir: cannot

[no subject]

2011-02-24 Thread the mett
I AM NOW YOUR SUPERVISOR -- secure II -- Please use reply-all for most replies to avoid omitting the mailing list. 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]

2009-10-03 Thread sdcsdc sdcsdc
Hi, I want to transport a bash file with ipfw rules when the file is updated from PHP program between Ubuntu server and FreeBSD server via SSH. The problem is that then the bash file is copyed to FreeBSD it must be executed and the new ipfw rules work. Is it possible rsync to execute the

(no subject)

2009-02-08 Thread Ty Breaker
I have installed rsync on my Windows and Linux PCs. I would like to use it to copy a folder from Windows to Linux on a regular basis as part of my backup regime. It works but always prompts me for a password. Is there any way to make Windows pass authentication automatically so that I can

Re: (no subject)

2007-10-06 Thread Matt McCutchen
On 10/5/07, Charles Marcus [EMAIL PROTECTED] wrote: Seems to me the best way to accomplish this is to be sure that the parent directory is not a directory that someone can rename... ie, when I rsync our home directories, there is no danger of anyone ever renaming the 'home' directory... So,

Re: (no subject)

2007-10-05 Thread Paul Slootman
On Thu 04 Oct 2007, Frank Thomas wrote: 1. rsync recognizes that Directory1 is not on server1, but it's inode still is. Rsync reads the new directory name and flags the name change from Directory1 to DirectoryNew on server1. The problem here is that rsync is stateless; i.e.

Re: (no subject)

2007-10-05 Thread Charles Marcus
Frank Thomas, on 10/4/2007 3:57 PM, said the following: it would be nice to have rsync to be intelligent enough to recognize a name change but not an inode change on the source. Seems to me the best way to accomplish this is to be sure that the parent directory is not a directory that someone

(no subject)

2007-10-04 Thread Frank Thomas
Good day, I've got a question regarding the usage of rsync that I just cannot figure out. I've done a fare hunt for the answer, but I'm stumped. Here is the situation. I have two pc's running linux and using rsync to perform a backup from server1 to server2. For example: rsync -avzr

(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日

(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

(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%优惠代开与合作.可为贵公司 节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对是

(no subject)

2007-09-05 Thread 李文雄
贵公司负责人(经理/财务)您好: 我公司是深圳市恒威实业有限公司.本公司实力雄厚(全国各地均有分公司). 有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分 各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售 餐饮业.其他服务业.建筑安装等等发票以2%优惠代开与合作.可为贵公司 节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对是

(no subject)

2007-09-05 Thread 李文雄
贵公司负责人(经理/财务)您好: 我公司是深圳市恒威实业有限公司.本公司实力雄厚(全国各地均有分公司). 有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分 各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售 餐饮业.其他服务业.建筑安装等等发票以2%优惠代开与合作.可为贵公司 节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对是

(no subject)

2007-09-05 Thread Educators
التاريخ : 10 /5/ 2006 الرقـم : 7085 / ت / 2006 السيد / المدير العامالمحترم.. السيد / مدير التدريبالمحترم.. السيد / مدير الموارد البشريةالمحترم.. تحية طيبة وبعد،،، يهديكم مركز التربويون تحياته متمنياً لكم دوام التوفيق والتقدم والنجاح في

(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:

(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

(no subject)

2007-09-05 Thread 填單就出貨
新增網頁1 買quot;正宗黑師傅捲心酥quot;不用等!不用排! 貨到付款 數量有限 先填單者優先出貨 有意訂購者請按我       m1u/hbqjy*8 ! 3w]kds91!/hxq6e*n [EMAIL PROTECTED] -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

(no subject)

2007-09-05 Thread 李文彬
贵公司负责人(经理/财务)您好: 我公司是深圳市宏泰实业有限公司.本公司实力雄厚(全国各地均有分公司) . 有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分 各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售 餐饮业.服务业.建筑安装等等发票以0.5―2%优惠代开与合作.可以为贵公司 节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对

(no subject)

2007-09-05 Thread 姚银镇
贵公司经理、财务: 您们好! 本公司在全国各地均有公司(受理代*开*发*票)。所开发*票均可在贵司当 地税务局验证抵扣,可上网查、也可拿去税务局验证、全国各地均可代*开: 一: 普通国税发*票 1:商品销售(可以网上查) 2:货物统一销售 3:工业(企业)销售(税点1.5~0.8%) 二:普通地*税发*票 1:运输(电脑版运输、货运代理、装卸、联运、海运等)(税点1.5~0.8%) 2:其它服务(广告费、住宿费、会议费、定额餐饮、咨询费等)(税点0.8~1.2%)

(no subject)

2007-09-05 Thread 填單就出貨
新增網頁1 買quot;正宗黑師傅捲心酥quot;不用等!不用排! 貨到付款 數量有限 先填單者優先出貨 有意訂購者請按我       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:

(no subject)

2007-09-05 Thread 填單就出貨 xr7z
新增網頁1 買quot;正宗黑師傅捲心酥quot;不用等!不用排! 貨到付款 數量有限 先填單者優先出貨 有意訂購者請按我       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

Message Subject

2006-05-24 Thread sincity
Title: Message Subject JUNE NETWORKING MIXER Hosted by Seamless Gentlemen's Club, a Proud Member of the Sin City Chamber. Date:Tuesday, June 13, 2006 Time: 5:30 to 8:30 PM The Sin City Chamber invites you to Seamless, the Sexier Side of Nightlife

(no subject)

2006-05-05 Thread Jamz19614
-- 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)

2005-12-21 Thread Demingware, Keith
I want to use rsync as a backup utility on my backup hp9000 server while using unix 11.00 and 11.11. I wanted to know if before loading this software is there anything I need to load like a configure file. I also wanted to know if there are dependencies that need to be loaded before the

(no subject)

2005-10-30 Thread Peter Strazovec
Hi, I think, there is a typo in the rsyncd.conf man page. In the 'auth users' option section... The plain text usernames are passwords are stored Maybe:-) The plain text usernames and passwords are stored Have a nice day Peter -- Peter Strazovecwww.contal.sk/peters Contal OK,

(no subject)

2005-10-30 Thread Murphy, Michael J
-- 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)

2005-10-25 Thread client ftp/shell account
No Message Collected -- 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)

2005-10-25 Thread client ftp/shell account
No Message Collected -- 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)

2005-09-14 Thread Aristina
Can u believe it that we will make you [EMAIL PROTECTED] ? / I @ G ® A ! ! ! $o.87 Per D0$E!!! YOu just will bring back some romantic moments that u lost in past! Refresh your B0DY! Just get our medicine and u`ll fill the difference between the life ur living now and between the life with

(no subject)

2005-06-03 Thread Bhadri N Govindarajan
Hello I am using rsync to sync w machines. I had no problem untill. Now i am trying the same script to sync 2 differnt machines. The code is the same. I just changed the machine names. When i execute the script i get Variable syntax rsync: connection unexpectedly closed (0 bytes read so far)

(no subject)

2005-05-10 Thread Alexander Lamb
Hello, Since Tiger, we do not need to get RsyncX since the version shipped handles resource forks with the -E option. However, I get some strange results. Indeed, when I sync two directories (on the same machine for a start), if the files synched are regular Unix files (without resources)

[SPAM] - [Sereds-cwrsync-a] cwRsync 1.2.9 with rsync 2.6.4 is released !! - Email found in subject

2005-04-03 Thread Tevfik Karagülle
Hi, cwRsync version 1.2.9 is available for download at http://prdownloads.sourceforge.net/sereds/cwRsync_1.2.9_Installer.zip?downlo ad Rgrds _tev_ -- HIGHLIGHTS - Rsync 2.6.4 - Cygwin 1.5.13-1 Signatures: MD5:

(no subject)

2004-12-23 Thread Rao, Srinivasa M
This is the actual error message rsync: writefd_unbuffered failed to write 16385 bytes: phase unknown: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(666) Thanks srinivas -- To unsubscribe or change options:

(no subject)

2004-09-24 Thread jim
Hi, I'm using rsync/ssh/cygwin to sync two very large directory hierarchies. While testing with one of the subdirectories (this subhierarchy has about 1000 subfolders and 17000 files), I experience the following behavior: rsync 2.6.2 on both ends. Client command: rsync -v -v -r --delete -t

rsync 2.6.2 crashing (was: No Subject)

2004-09-24 Thread jim
Hi, I'm using rsync/ssh/cygwin to sync two very large directory hierarchies. While testing with one of the subdirectories (this subhierarchy has about 1000 subfolders and 17000 files), I experience the following behavior: rsync 2.6.2 on both ends. Client command: rsync -v -v -r --delete -t

Re: (no subject)

2004-06-01 Thread Tim Conway
Run it this way: /usr/local/bin/rsync -aHnuvvv serverX:/ / --exclude-from=/rsync.exclude --rsync-path=/usr/local/bin/rsync --ignore-existing 21 |tee /tmp/rsync.debug The extra verbosity will show you what transport you're using, and other problems. It could be that you're sshing in, and the

(no subject)

2004-04-18 Thread Brian Cross
All, I've never used rsync before. I'm trying to using rsync to backup some data between different Sun platforms running Solaris 8. The documentation at http://rsync.samba.org http://rsync.samba.org/ is very limited. A older version of rsync is running on system A (2.5.7), while a newer

(no subject)

2004-03-24 Thread graham1 . simpson
Hi All, I'm cannot get large files (i.e. 2GB) working with rsync 2.6.0 on HP-UX 11i. Here's the error: host% /usr/local/bin/rsync -v --rsync-path=/usr/local/bin/rsync --rsh=/opt/ssh/bin/ssh ./large.tar [EMAIL PROTECTED]:large2.tar large.tar rsync: writefd_unbuffered failed to write 32768

(no subject)

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

(no subject)

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

(no subject)

2003-07-23 Thread Oliver Dewdney
Here is a diff which should allow applying batch updates remotely ( as apposed to copying the batch files to the remote server and running rsync there ). Eg rsync --write-batch=test src dst1::dst rsync --read-batch=test dst2::dst Oli Dewdney diff -E -B -c -r rsync-2.5.6/flist.c

(no subject)

2003-07-02 Thread wchy
,Spedia,,. http://www.zhy888.com/Spedia.htm -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2003-06-30 Thread wchy
,Spedia,,. http://www.zhy888.com/Spedia.htm -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2003-06-03 Thread fjm
MLM91WTOMLM ! http://www1.nu18.com/soho/?mid=fjm123) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2003-06-03 Thread uidvil
http://www.xixihaha.91i.net :0032 :2003-03-30 09:29:48 0454(478,300): : (QQ68050109) - : 68050109 : 71119927775977 :0022 :2003-03-27 08:44:50 0850(491,367): xx: - : 57692500 : 84122684522 :0037 :2003-03-30 18:36:20 0a28(349,525): [legend of mir]

(no subject)

2003-06-03 Thread uidvil
http://www.xixihaha.91i.net :0032 :2003-03-30 09:29:48 0454(478,300): : (QQ68050109) - : 68050109 : 71119927775977 :0022 :2003-03-27 08:44:50 0850(491,367): xx: - : 57692500 : 84122684522 :0037 :2003-03-30 18:36:20 0a28(349,525): [legend of mir]

(no subject)

2003-06-03 Thread jj4
20 http://wap.8q8.net -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2003-06-03 Thread
MailRelay Ⱥ·¢Íõ£¬ÊÇÅÁ˼Èí¼þÐÂÍƳöµÄÇ¿¾¢Èº·¢Èí¼þ£¬ÄÜͬʱ֧³Ö¶Ô¶à¸öSMTP ·þÎñÆ÷·¢ËÍ£¬ÔÚ×î¶ÌµÄʱ¼äÄÚ£¬Èøü¶àµÄÈËÖªµÀÄãµÄ²úÆ·¡£ ÏêϸÄÚÈÝ£¬Çëµ½ÍøÕ¾£ºhttp://www.pasico.com Á˽⡣ ÏÂÔصØÖ·£ºhttp://www.pasico.com/down/mailrelay_setup.exe -- To unsubscribe or change options:

(no subject)

2003-06-03 Thread ginhua
: http://91.91dj.net FLASH 91 http://91dj.net 200Masp + 200M + 330 QQ40327558 0592-8667174 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting,

(no subject)

2003-06-03 Thread yibo1996
¹ÉÊÐÓ®¼ÒÑ°ÇóºÏ×÷ Öйú¹ÉÊо­¹ýÁ½ÄêµÄµ÷ÕûÖ®ºó£¬Ëæ×ÅÈëÊÀ¡¢×ʱ¾Êг¡µÄ¿ª·Å¡¢Öйú¾­¼ÃµÄ¼ÓËÙ Ôö³¤£¬Öйú¹ÉÊÐÕýÔÚÔÐÓý×ÅÒ»Âֽϴ󼶱ðµÄÅ£ÊÐÐÐÇé¡£·ÇµäÖ»»áÓ°Ïì¹ÉÊУ¬¶ø²»×è Ö¹Öйú¹ÉÊеķ¢Õ¹£¬×î¼ÑµÄÈëÊлú»áËæʱ¶¼»á³öÏÖ¡£Äã×öºÃ×¼±¸ÁËÂð£¿

(no subject)

2003-06-03 Thread dsfrfwf
[EMAIL PROTECTED] QQ:117496827 visa9100/ vcpci 9200/ vcpci250/ 1pci 9200/ 2pci 350/20 pci) 480/ -- To unsubscribe or change

(no subject)

2003-06-03 Thread [EMAIL PROTECTED]
100110 200310/50 100/300 20027000/150EMS 20021.25/200EMS 20028800/400EMS 1//50 http://t9966.126.com EMAIL:[EMAIL PROTECTED] QQ: 164721113

(no subject)

2003-06-03 Thread wxg
1 http://www.skycn.com/soft/11994.html 2 http://soft.269.net/SoftWareView.asp?SoftWareID=45560 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(no subject)

2003-06-03 Thread dfgfujf
[EMAIL PROTECTED] QQ:117496827 visa9100/ vcpci 9200/ vcpci250/ 1pci 9200/ 2pci 350/20 pci) 480/ -- To unsubscribe or change

(no subject)

2003-06-03 Thread
http://www.kingeye.net http://www.kingeye.net/KingEyeV2/XZZX_Index0.htm -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

[no subject]

2003-01-31 Thread Tim Braun
Hi, I am trying to run rsync on OS X. I have it working but I get “.-dirattr.095021 .-dirattr.095046” files in my destination directory. Every time I run rsync it creates another file. This is the string that I am using to run rsync “rsync --progress --stats --rsh=/usr/bin/ssh --recursive

(no subject)

2003-01-24 Thread Jake Freemom
_ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read:

(no subject)

2002-12-18 Thread Dan
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

(no subject)

2002-11-14 Thread mbp
RnJvbSBidWxpYUBkci5jb20gIFRodSBOb3YgMTQgMTg6Mjk6MDYgMjAwMgpSZXR1cm4tUGF0 aDogPGJ1bGlhQGRyLmNvbT4KRGVsaXZlcmVkLVRvOiByc3luY0BsaXN0cy5zYW1iYS5vcmcK UmVjZWl2ZWQ6IGZyb20gd3MxLTEwLnVzNC5vdXRibGF6ZS5jb20gKDIwNS0xNTgtNjItMTEx Lm91dGJsYXplLmNvbSBbMjA1LjE1OC42Mi4xMTFdKQoJYnkgbGlzdHMuc2FtYmEub3JnIChQ

(no subject)

2002-10-02 Thread
Title: MSN Home

(no subject)

2002-09-10 Thread Leaw, Chern Jian
Hi, I invoked several rsync processes simultaneously. The rsync code reads the from a file each time it's invoked. The file read into the script contains lists of filesystems to be sync-ed from client machine to the NFS fileserver. Both the client machine and the NFS fileserver are on separate

Re: (no subject)

2002-09-04 Thread tim . conway
) Subject:(no subject) Classification: Dear all, How do I exclude, using --exclude or otherwise, executable files, from an rsync transfer? Thanks, Victor -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

(no subject)

2002-09-03 Thread José Luis Barrera
Dear all! Ive got a problem with rsync on a w2k machine! I run this rsync -r \\c/UTILS/ unixmachine:/home/myuser The message I get from the machine is unixmachine: remshd: Login incorrect. rsh.exe: can't establish

(no subject)

2002-09-03 Thread Victor Isaac Lesk
Dear all, How do I exclude, using --exclude or otherwise, executable files, from an rsync transfer? Thanks, Victor -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

(no subject)

2002-07-31 Thread JOE PUJEH
REPLY TO: [EMAIL PROTECTED] FROM: MR JOE PUJEH TELEPHONE: 00229-981587 FAX: 00229-338466 COUNTRY: (BENIN REPUBLIC) I am MR JOE PUJEH from SIERRA LEONE, a Country in WEST AFRICA. My father is MR MOMOH PUJEH, former MINISTER of TRANSPORT and COMMUNICATIONS and one time DEPUTY

Re: (there was no subject, but about rsync/ssh

2002-07-11 Thread tim . conway
Philips, n9hmg on AIM perl -e 'print pack(, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), .\n ' There are some who call me Tim? ÍõÀò [EMAIL PROTECTED] 07/11/2002 03:10 AM To: Tim Conway/LMT/SC/PHILIPS@AMEC cc: Subject

(no subject)

2002-05-13 Thread Roger Helgesen
Subscribing to rsync -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: invalid uid rsync (was Re: rsync HELP!!!) (get a clue about writing Subject lines)

2002-04-25 Thread Martin Pool
On 25 Apr 2002, Dave Dykstra [EMAIL PROTECTED] wrote: Did you mean rsync's call to chroot, or a chroot around the whole invocation of rsync? Rsync's chroot doesn't happen until after the uid = in rsyncd.conf is processed, so that still works without copying in the passwd file. Oh, quite

invalid uid rsync (was Re: rsync HELP!!!) (get a clue about writing Subject lines)

2002-04-22 Thread Martin Pool
On 22 Apr 2002, Sonu Singh [EMAIL PROTECTED] wrote: i get the following error: @ERROR: invalid uid rsync You probably have a line like uid = rsync in the server's rsyncd.conf, but there's no such user defined on the server. If you're using a chroot jail, then the passwd file inside the

Re: (no subject)

2002-04-17 Thread Martin Pool
On 17 Apr 2002, Rizvi Inamdar [EMAIL PROTECTED] wrote: Hi I want to exclude some directory from raid so can you pl help me Please read the manual. -- Martin -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read:

(no subject)

2002-04-11 Thread teo
Subject: Zahmetsizce Mp3 Ýndirme Sýrrý ! From: MP3Uzmaný [EMAIL PROTECTED]\nReply-To: Osman can [EMAIL PROTECTED]\nContent-Transfer-Encoding:8bit html head titleErd Web Hizmetleri/title /head body pstrongÝnternette yeni kurduðumuz dev mp3 arþivi sayesinde ../strong/p pfont color

Re: (no subject)

2002-04-08 Thread tim . conway
Inamdar [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 04/08/2002 12:03 PM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:(no subject) Classification: Hi I want to exclude some files from a Raid so can anybody explain me how

(no subject)

2002-04-07 Thread Rizvi Inamdar
Hi I want to exclude some files from a Raid so can anybody explain me how can i do that Regards Rizvi inamdar

Re: (no subject)

2002-03-29 Thread tim . conway
Conway/LMT/SC/PHILIPS) Subject:(no subject) Classification: Hi, I am using rsync between two pc's. when i am rsync throught the ethernet their is no problem. But between the same pc if i am doing a rsync with a dialup line, i am getting an error

Re: (no subject)

2002-03-29 Thread btober
running the daemon) for the host executing the rsync command. This made it function properly. - Original Message - From: [EMAIL PROTECTED] To: HK [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 29, 2002 12:55 PM Subject: Re: (no subject) A: do you have a hosts

Re: (no subject)

2002-03-29 Thread HK
hi all, Adding the entry in /etc/hosts file solved the problem of name resolution. thanx for the suggestion Tim n btober. -hari -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

(no subject)

2002-03-28 Thread HK
Hi, I am using rsync between two pc's. when i am rsync throught the ethernet their is no problem. But between the same pc if i am doing a rsync with a dialup line, i am getting an error error message in /var/log/rsync.log is reverse name lookup failed forward name

(no subject)

2002-03-27 Thread Nelson H. F. Beebe
There are quite a few compilation warnings from rsync-2.5.5rc1 that could be eliminated by code cleanup. gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c main.c -o main.o main.c: In function `start_client': main.c:665: warning: unused variable `write_batch'

Re: (no subject)

2002-03-18 Thread Dave Dykstra
' There are some who call me Tim? Stadler, Brian T [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/14/2002 03:21 PM To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:(no subject) Classification

Re: (no subject)

2002-03-15 Thread tim . conway
, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), .\n ' There are some who call me Tim? Stadler, Brian T [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/14/2002 03:21 PM To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:(no subject

(no subject)

2002-01-20 Thread Simon Savva

Rsync problems (was Re: (no subject))

2001-11-19 Thread Rusty Carruth
amiel ong [EMAIL PROTECTED] wrote: I already installed rsync on both my server(running FREEBSD 4.4) and win98 macine. My LAN don't connect to the internet so it is quite secure, is it possible if I don't use OpenSSH? when I run rsync 172.22.0.104::, I get this message: failed to

(no subject)

2001-11-16 Thread amiel ong
I already installed rsync on both my server(running FREEBSD 4.4) and win98 macine. My LAN don't connect to the internet so it is quite secure, is it possible if I don't use OpenSSH? when I run rsync 172.22.0.104::, I get this message: failed to cennect to 172.22.0.104 - Resource is remote

(no subject)

2001-10-08 Thread Rizvi Inamdar
Hi I want to configure rsync can anybody explain me in details about this how to do this. Regards Rizvi Inamdar

Re: (no subject)

2001-10-08 Thread willem
Rizvi Inamdar wrote: Hi I want to configure rsync can anybody explain me in details about this how to do this. RegardsRizvi Inamdar Hi, sorry to tell you but it would be nice if your read some docu your ]self and then(if you still have questions) come back here:). you can find docs at:

  1   2   >