Displaying 20 results from an estimated 600 matches similar to: "config.c32 fails in 5.00pre11"
2009 Nov 05
0
nested factorial effects in a lme model
Hi.
I would like to run a mixed effects model, but there's one aspect of
the model that I don't know how to code. My goal is to analyze data
from an experiment in which I tested the swimming performance (i.e.,
Umax) of two species of fish from 4 different lakes (a sample of the
data is below). Each fish was tested when it was rested and when it
was tired, and each test was
2015 Feb 25
1
how to share file between samba on debian and ES File Explorer app on android phone?
There are two machines:ones is my pc whose os is debian7.8,other is my android phone whose os ids android4.4. ES File Explorer app was installed on my android phone,i have add linuxsir as samba user with :
smbpasswd -a linuxsir
config1 :samba on pc
The /etc/samba/smb.conf is as the following.
security = share [public] browseable = yes writable = yes path = /home guest ok = yes sudo
2013 Mar 08
5
hiera / create_resources / define
I''m trying to use create_resources to create a series of files with
semi-custom content based on a template.
This is what I have:
foo.conf.erb:
Name "<%= name %>"
WorkingDir "<%= working_dir %>"
... a bunch of static entries
YAML:
configs:
config1:
Name: app1
WorkingDir: /var/app1
config2:
Name: app2
WorkingDir: /var/app2
2009 Oct 01
1
3-layer structure and the bonnie rewrite problem
Hello list
First of all: Good work and thanks for GlusterFS!
I'm totally new to GlusterFS, but i like it a lot and think about
migrating my NFS setup completely to GlusterFS. But i ran into some
problems with my chosen structure. Hopefully someone can help out.
The first questions: i ran into some performance issues with a certain
structure/setup and like to know (before i continue testing)
2012 Nov 14
1
comments about 5.00pre10
Hi Matt,
First comments about 5.00-pre10.
1_ When using "ctrl+v" in the boot prompt, there is no space
character between the version and the boot mode. Additionally, the
main version number is shown twice.
For example, "SYSLINUX 5.00 5.00-PRE10CHS" should be:
"SYSLINUX 5.00-PRE10 CHS"
2_ Boot to menu.c32, press [ESC] to go to the boot prompt. Pressing
[ESC]
2005 Jul 28
2
test failed with acl patch
In the mandriva rpm of rsync, we apply for our rpm the acl patch in the
patches directory.
I am trying to update our rpm to rsync 2.6.6 but one of the test failed with
this patch. It seems to be a minor problem, but can you have a look ?
Thanks by advance.
Following the message (a bit long):
----- itemize log follows
Testing for symlinks using 'test -h'
+
2008 Mar 02
3
DO NOT REPLY [Bug 5297] New: merge test fails
https://bugzilla.samba.org/show_bug.cgi?id=5297
Summary: merge test fails
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bfriesen@simple.dallas.tx.us
QAContact:
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all,
When I try to make a connection to our windows server with smbclient:
smbclient //server/dira/dirb/dirc -U username -W workgroup
Password: *****
I get a working ftp-like connection to our data.
When I try to make the same connection with mount.cifs:
mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790
dom=workgroup
Password: *****
I get a mount to a location which appears
2008 Oct 15
0
net ads join, machine password non-expiring
Hi,
I have a question about the machine account when one does "net ads join -U
admin@REALM.COM
when I join a machine to the domain, the machine account that gets created
has a non-expiring password. This is only a problem for the security team
that monitors our domain, they frown on any accountt that has a
non-expiring password..
Is there a switch that I can throw that will create the
2006 Nov 09
1
wip5000 roaming
Good day all
I cant get my WIP 5000 to roam 100%
I have 2 access points, different SSI's
I make a config1 and config2 on the phone, each for the different SSID's(A &
B)
Im standing next to A and I walk to B, but.the phone does not want to change
its signal to B, it still keeps the bad signal from A
If I power A down, it will switch to B, if I switch A back on and go stand
next to
2008 Apr 15
1
rsync-3.0.2 fails testsuite in itemize
HI,
rsync-3.0.2 with patches/acls.diff,patches/xattrs.diff,patches/slp.diff
fails (most of the time) in the itemize test:
----- itemize log follows
Testing for symlinks using 'test -h'
makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/foo
makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/bar/baz
cd+++++++++ ./
cd+++++++++ bar/
2005 Jun 24
1
[PATCH] Fix itemize test for objdir != srcdir builds
Hi.
The choice of 'config.h' for testing does not consider the possiblity of
objdir != srcdir builds. The small patch below replaces 'config.h'
with 'configure.in' in keeping with the 'config' name choice.
Art Haas
Index: testsuite/itemize.test
===================================================================
RCS file: /cvsroot/rsync/testsuite/itemize.test,v
2015 Nov 10
3
Rsync and differential Backups
On 11/10/2015 12:16 PM, Warren Young wrote:
>
> Well, be fair, rsync can also miss files if files are changing while the backup occurs. Once rsync has passed through a given section of the tree, it will not see any subsequent changes.
I think you miss my meaning. Consider this sequence of events:
* "find" begins and processes dirA and then dirB
* another application writes
2006 Jan 20
1
deleting remote dirs I no longer want to backup
Hi all,
I have been using rsync to copy multiple dirs, eg:
rsync -aR dira dirb /tmp
Now, I no longer want to copy dirb, and I want it to be removed on the
remote side, and I cannot figure how to achieve this.
I tried:
rsync -aR --exclude=dirb --exclude-deleted dira dirb /tmp
but this has no effect.
I have searched for similar posts, and found:
2004 Sep 30
1
--delete and explicitly listed files
It is my understanding after reading all manuals and postings that
--delete only works, when rsync is doing recursive dir-to-dir
synchronization. Like in the following example
local host:
/dir/dira
/dir/dirb
/dir/dirb/file2
remote host:
/dir/dira
/dir/dira/file1
/dir/dirb
/dir/dirb/file2
If we do [CASE 1]
rsync -rR -v --delete /dir/dira /dir/dirb remote:/
we have it right
building file
2002 Jun 13
1
Cannot use \\hostname\dir in Windows2000 client's windows explore r
Hello,
I am using samba ver 2.0.7 and the samba is running on a HPUX OS10.20
machine. On win95,98 NT and even WinXP, i can simply type \\host1\dirA to
view the list of files in shared directories but for Win2000, will get a
prompt that Windows cannot find the path....
But the user already have and can access a drive mapped to the same dirA on
the host1 via the netlogon script.
Really
2006 Sep 26
1
--files-from=FILE problem
Hello,
I am trying to use the "--files-from=FILE" option with rsync version "version 2.6.3 protocol version 28" When I try to use the following syntax, it returns a syntax or usage error:
rsync -azrv --files-from=/home/dira/filelist.txt remoteuser@remotehost:/remotedir
I am also trying to use ssh with this which obviously yields an error also since the
2013 Jan 16
1
5.01 pre3 CONFIG directive
> > C_ While initially thought to be a problem with the INCLUDE
> > directive, now it seems the problem is the second parameter of the
> > CONFIG directive. The second parameter of the CONFIG directive (which
> > sets a new CWD) doesn't seem to work correctly (tested with pwd.c32),
> > specially when the new cfg file (the first parameter of the CONFIG
>
2001 Sep 08
2
RSync on NT
Hello,
I've been struggling to get RSync to work between two NT workstations (I'll
call them A and B). I've got Cygwin installed on both and RSync running as
a service on machine A. I want to replicate some files on machine A to
machine B. I issue the RSync command on machine B and here is what I
get....
(Issued on machine B):
rsync.exe --verbose --stats --archive --delete
2010 Sep 03
1
How to Retain Ownership on webdir
Hi,
I have this webroot /webdir/ with 2775 permission so that any created
file/directory by apache inside of /webdir/ will be 'users:webusers'.
However, I noticed when the apache created a new files (fileB) / directories
(dirB), the ownership becomes 'apache:apache' and the sgid has gone for
/webdir/ (drwxrwxr-x). I'm currently using Wordpress.
[before]
drwxrwsr-x users