Displaying 20 results from an estimated 800 matches similar to: "rsync with --exclude files"
2002 Aug 12
3
--include option
HI,
I'm trying to have files to be included during rsync. I have the filesystem
/stor/circuit_design/, with the following subdirectories as its contents:
clock_speed
fub_layout
test_simulations
pattern_flow
I would only like to rsync the following 2 subdirectories to the destination
machine:
clock_speed
fub_layout
and they're contained in the file called files_included:
# cat
2011 Mar 08
1
NaNs in Nested Mixed Model
Dear R users,
I have a problem with something called "NaNs" in a nested mixed model.
The background is that I have studied the number of insect nymphs
emerging from replicated Willow genotypes in the field. I have 15
replicates each of 4 Willow genotypes belonging two 2 Willow species.
Now I want to elucidate the effect of Willow genotype on the number of
emerging nymphs. Previously I
2005 Apr 14
1
utmp update for bsd systems (try 2)
re
i have posted this before but received no response...
is there anybod reading on this address?
cu
----- Forwarded message (env-from mickey) -----
re
this is a patch against samba-2.2.12p0 and adds support
for updating utmp on bsds. code similarly ripped from
openbsd's ftpd (;
cu
--
paranoic mickey (my employers have changed but, the name has remained)
--- utmp.c Thu Aug 12
1999 Jul 14
1
Users Cannot Use smbpasswd to Change Samba Passwords
Running Samba 2.0.3 on a Digital Unix 4.0D system. All functions of the
new Samba version appear to run properly (previously ran 1.9.15) with
exception of users being able to change their own Samba password
(root is only able to change password on behalf of users).
Following is permissions assigned to smbpasswd:
-rwxr-xr-x 1 root system 901120 Mar 31 16:06 smbpasswd
Following is
2002 Jun 24
3
Weird problem - one machine works another doesn't on new server - both OK on old one.
Hello and Thanks in Advance,
I've been at this for three days now and can't think of anything else to
try. Been through the docs and #samba on openprojects and even begged
for direction in #samba-technical who suggested writing here.
On the ancient RedHat 5.2 server (SAMBA 1.9?) both boxes work OK and
continue to work OK with both servers now up (new one is from Mandrake
8.2 - SAMBA
2007 Apr 02
2
Software RAID 10?
Hello...
I have a server with 4 x SCSI drives and I would like to install Centos
4 (or 5) onto a software RAID 10 array. Do you know if this is
possible? I noticed that under the Centos 4.92 beta, RAID 5 is an option
but for some reason RAID 10 is not listed.
There does appear to be a RAID 10 module....
/lib/modules/2.6.9-42.0.8.ELsmp/kernel/drivers/md/raid10.ko
More info I found here:
2003 Sep 01
6
Change include contexts runtime
Hi there
How do I change the dialplan runtime, if I for example wants all calls on
the main number to be answered by a voicemail (when it is out-of-office
hours).
I want to be able to change the configuration by pressing a DTMF combination
e.g. *82. Can't figure out whether it is necessary to change contexts or how
to do it.
I have read a lot of examples and config documentation, but I
2008 Jul 27
2
[LLVMdev] Problem
Hello, Willow
> C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a
> a.c:1: error: bad value (generic) for -mtune= switch
Something is really broken at your side. Are you running Vista?
--
WBR, Anton Korobeynikov
2003 Sep 03
1
MusicOnHold and MP3Player not triggering "answer"
Hi
I have kind of an odd problem.
When dialing in from an outside line via a TE410P card it seems like
MusicOnHold and MP3Player doesn't work properly (for me anyway). The remote
end which is calling * doesn't hear the music but just keeps ringing. But if
I insert a Playback("file_which_dont_exist") just before the Moh or
MP3Player I can hear the music. Actually I observed the
2005 Mar 30
1
utmp update for bsd systems
re
this is a patch against samba-2.2.12p0 and adds support
for updating utmp on bsds. code similarly ripped from
openbsd's ftpd (;
cu
--
paranoic mickey (my employers have changed but, the name has remained)
--- utmp.c Thu Aug 12 14:24:20 2004
+++ /home/mickey/utmp.c Wed Mar 30 15:51:40 2005
@@ -261,6 +261,7 @@
}
#ifndef HAVE_PUTUTLINE
+#include <ttyent.h>
2005 Mar 18
2
Pattern matching in extensions.conf
Hello fellow * users
Hope this isn't a stupid question; I've done my research but could not find
a proper answer.
I have 8 different destinations which I want to match. The numbers are:
###### 00
###### 20
###### 30
###### 40
###### 15
###### 35
###### 12
###### 44
Right now I've solved it by doing this:
exten => _######[0234]0,1,HangUp
exten => _######[13]5,1,HangUp
exten
2008 Jul 28
0
[LLVMdev] Problem
Yes I am running Vista. I tried running the program as an Administrator
but I get the same error. What is a valid -mtune argument I can try?
Thanks,
Willow
Anton Korobeynikov wrote:
> Hello, Willow
>
>
>> C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a
>> a.c:1: error: bad value (generic) for -mtune= switch
>>
> Something is
2008 Jul 28
1
[LLVMdev] Problem
On Sun, Jul 27, 2008 at 10:15 PM, Willow Schlanger <wschlanger at gmail.com> wrote:
> Yes I am running Vista. I tried running the program as an Administrator
> but I get the same error. What is a valid -mtune argument I can try?
generic *is* a valid value for mtune; however, it's was added to gcc
relatively recently. This is only a rough guess, but the most likely
issue is that
2007 Jun 16
3
[LLVMdev] OS Development
Hi,
I'm interested in developing a 64-bit operating system to run inside a
version of BOCHS compiled with x86-64 support enabled
(bochs-2.2.6-x86-64.exe) that I found on the web.
Can I use LLVM as a GCC replacement for OS development? I need to
generate 64-bit x86-64 assembly language output which I can then
assemble with the normal 'as' and link via 'ld' commands.
How do
2002 Sep 10
1
Rsync with multiple huge filesystems
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
NIS domain, and have been made to trust one another. The 2 NIS domains are
also on separate
2003 Sep 04
1
I don't think I understand "Call pickup"
I must be getting something wrong about this call pickup.
In zapata.conf I have just the default callgroup=1 and pickupgroup=1. If I
call from my mobile to * and then try to dial *8 from any other phone than
the one which is ringing I just get a "Nothing to pick up" answer on my *
console.
I also have experimented with those parameters in sip.conf but are not aware
of exactly where to
2003 Nov 04
1
Flash hook -> SIP device
Hi there
I have a Welltech Wellgate SIP device and I want to be able to do a supervised transfer. I've read that in order to do that I have to use flash hook. The problem is just that I can't flash hook with this device.
I'm in contact with the developer of the SIP device but don't know what to tell him in order to get him to fix this.
What is happening when you flash hook, I
2004 Jun 24
1
Interesting errors...
Greetings,
About 2 months ago, we decided to backup our Oracle test servers via
samba rather than nfs -- the backups were just taking too long using
nfs. No problem mounting the remote file share to the server and the
backup took about one-third of the time. Yep, worked good...and still
continues to out perform nfs hands down.
Problem is - I'm receiving errors on both of the test servers.
2007 Jun 16
0
[LLVMdev] OS Development
On Fri, 15 Jun 2007, Willow Schlanger wrote:
> I'm interested in developing a 64-bit operating system to run inside a
> version of BOCHS compiled with x86-64 support enabled
> (bochs-2.2.6-x86-64.exe) that I found on the web.
>
> Can I use LLVM as a GCC replacement for OS development? I need to
> generate 64-bit x86-64 assembly language output which I can then
> assemble
2006 Nov 06
3
RHEL4 as 64-bit HVM guest -- not starting in 64 bit mode
I''m trying to install RHEL 4 on an HVM (Core 2 Duo). However, when
the RHEL installer tries to start the kernel, it complains that the
CPU doesn''t support extended mode, and that I should use a 32-bit
installer.
However:
hrm@willow:~$ sudo xm info | grep xen_caps
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64
Is there some magic I