similar to: rsync --partial produces corrupt data on ctrl-c

Displaying 20 results from an estimated 2000 matches similar to: "rsync --partial produces corrupt data on ctrl-c"

2005 Oct 25
1
how to configure dovecot, Error
Hi, we are using Squirrelmail, imapd is dovecot. OS is Debian Sarge. When I want to login with Squirrelmail the connection to the imap-server is aborted. /var/log/mail.log gives the these log-entries: Oct 25 14:39:36 webserver dovecot: imap(rs.messegrafik-schreiber.de): mbox: Can't create root IMAP folder /home/rs.messegrafik-schreiber.de/mail: Permission denied Oct 25 14:39:36 webserver
2003 Sep 29
2
solaris 9 and compiling
Hello, I have a problem to build the samba_3.0 sources for sol9 , i am running gcc-3.3. It works , but the binaries became huge , the samba.pkg is about 450 MB . Now my question; do i need any compiler flags ? i did it with default-settings. But as i said , it works , i can join domains , hope there is a sun-guru. kind regards martin schreiber Siemens Business Services CCN-ITS
2004 Nov 15
1
No connection to SAMBA server
Hello, I've compiled SAMBA 3.0.7 on AIX 5.2 ML 2 with gcc 2.9. There were no errors during the compilation. I get no connection from a Windows XP PC to my SAMBA-Server. When I enter the username and password I get the next window and I have to enter the username and password again and so on. The log file is 0 byte long. I cannot find the error without a logfile. A ssh-connection
2007 Nov 28
1
Subject: Query a Windows 2003 AD server for specific
Hello ------------- Message-ID: <5E69B1F6F1F27444B036F1DFC9799ECB0F66CF@iccserver.iccpartners.local> Content-Type: text/plain; charset="iso-8859-1" The Question: What command do I use to query a Windows 2003 AD server to return the Organizational Unit of a specific users? Also, what would be the command that would return the "Home Directory" path as specified in the
2008 Jul 07
2
one-site competition data // curve fitting
Hello everyone, I have biological data from a competition experiment where a free ligand is titrated against the binding of a protein. Now, I would like to fit a standard on-site binding curve to this data in order to obtain the IC50 and Kd values. Unfortunately I have not been able to find a package/function which allows such a fitting and calculates the results. Does anyone know if there is
2005 Apr 28
2
Files =>2GB"
Hello to the list, We have installed samba 3.0.12 on a solaris sparc server , mainly acting as a backup-server. Now the problem: Some user want to save whole disk-images on their shares which exceed the 2 GB limit. Now my question: Do i need to compile with option "-m64" , or is the underlaying FS responseable for a successful action Kind regards martin schreiber
2004 Oct 20
1
winbind AD group "non primary group" permissions
Hello, In our company we need to setup a samba-server for store the pst files in a dedicated share on our samba server. A very important goal is "zero administration" Samba Server is a sun running solaris 9 , samba-3.0.7 is installed with winbind , all is running as expected , users can connect to the share , if the share isnt already created , it is created by preexec script
2003 Mar 07
1
samba and .NET (WIN 2003)
Hello, is there any information about new windows version .NET or winxp server or whatever the name will be. Does it run with samba 2.2.7a or must i wait until version 3.0 is released. kind regards martin schreiber Siemens Business Services CCN-ITS Betrieb Wien GUD Gudrunstrasse 11 A-1101 Wien Martin Schreiber Phone +43 5 1707 47565 Server-Administration
2006 Jan 16
4
Standardized beta-coefficients in regression
Hello list, I am used to give a lot of attention to the standardized regression coefficients, which in SPSS are listed automatically. Is there alternative to running the last two lines in the following example to get all the information? ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69) summary( lm(ctl ~ trt) )
2005 Sep 20
1
Subject: Samba / Windows server 2003 SP1 conflict
Hi, Try that in smb.conf , global section Client schannel = no Server schannel = auto For me that works... Kind regards martin schreiber
2006 Jan 09
2
Rating/Survey Plugin
I would like include the ability for people to rate posts on my site from 1 to 5. I would like to then display the average rating for each post. To compute the average each time is obviously database and cpu intensive. I have been thinking about the best solution. I could certainly use a cache and expire it every x minutes. However, I don''t want to reinvent the wheel. Is there
2005 Nov 30
1
winbindd_idmap.tdb
Hello list, I want to migrate from samba 3.0.14a to 3.0.2* . Now my question ; is it possible to keep the winbindd_idmap.tdb with new installation, because keeping that relations is a __MUST__ , otherwise i would have to run some unix scripts over the user directories to fix uids and gids of them. Thanks in advance for your hints. kind regards martin schreiber
2000 Jan 18
1
core-dumps whith hp-ux 11.0 64-bit-architecture
Hi ! I have a serious problem whith samba-2.0.6 on hp-ux 11.0 64 bit arch. Under hp-ux11.0 32 bit all works fine, but under 64 bit arch, compiled whith gcc 2.9 , compilation finished whithout errors, but connection-trials from nt-clients results in core dumps.A "file" core shows me the following output: core: core file from `smbd? - received SIGABRT any hints would be very
2004 Sep 08
1
locked files in smbstatus
hello, can anybody explain or point me to a document that explain the locked files section produced by smbstatus -L (see below). what means denymode ? access ? what means exclusive+batch in the oplock section ? can anybody point me to a document explaining the way file locking works ? regards # smbstatus -L Locked files: Pid DenyMode Access R/W Oplock Name
2001 Nov 02
0
share mode parameter in samba 2.2.x
Hi I have a problem renaming .mp3 files using samba 2.2.2 with w2k. In samba 2.0.9 I used the parameter share modes = no and everything just works fine. In samba 2.2.x the parameter is no longer existent. Do you know an substitute for this parameter that does the same thing ? Thanks Toby -- automatiX GmbH - Bereich Technik und Dienstleistungen Tobias Rothhardt Tel. 0511-5511801
2008 Aug 15
5
x-axis with month and year
Hey list! I have a csv-file with two variables: (Date,CMI) Date,CMI Jan-93,3.24 Feb-93,-2.56 . . . Dec-06, 8.25 When I want to plot this dataset, R is sorting the date in alphabetical order. Is there any way to tell R not to do it? I know it is probably an easy issue but I couldn't find a solution so far. I have seen so many tips already but can't apply it on my own dataset. Thank
2009 Apr 06
0
Security ADS and clearcase
Hello @List, We have a pretty complex problem; In our company AD is the one and only directory service, all other "clients" need to follow the given settings and guidelines. We are connected via security ADS , but every patch session on the PDC `s is a nightmare , does it still work or not. So we think about alternatives to the existent situation, pls note , we do not have any
2004 Jan 09
0
strange behaviour of smbpasswd after upgrade to samba.3.0.0
Hello, I have a serious problem after upgrading from samba.2.2.8a -> 3.0.0(1) We have security = domain in both samba-versions ; for "normal" domain users nothing has changed , but we need to authenticate external users , who are not members of our native win2k domain via the smbpasswd mechanism. The user got a login-screen and authenticated himself via his "unix-login" and
2004 Oct 22
0
AW: share permissions for AD groups
> Hello, > > We have following environment > > Win2k AD with "endless" number of groups (should be more then 1000) , on > the other site solaris9 samba3.0.7 compiled with all relevant optins , > winbind , ads and so on , installations is ok , we joined AD domain w.o > problems , getent * shows all like expected > same for wbinfo > > The big problem
2017 Jan 27
2
buffer of op_test_memory ?
Hello. What is the buffer in op_test_memory method ? I have try with a array of bytes but without luck: op_test_memory(Bufferofbytes,1024, Err) The error code is -139 (OP_EBADTIMESTAMP). The contend of the Bufferofbytes (from a web-url-audio file) is this: Lavf57.57.100 encoder=Lavc57.65.100 libopustitle=Be Thankful%artist=For What You GotWilliam De Vau$album=Blaxploitation Vol.3 The