Displaying 20 results from an estimated 200 matches similar to: "having a problem with include/exclude logic"
2010 Feb 01
1
Trouble updating to latest version of R
Dear R Debian People:
I'm trying to update a computer that I do not use often to the latest version of R.
Here is the problem:
debian:/home/erinh# apt-get -t unstable install r-base r-base-dev
Reading package lists... Error!
E: Dynamic MMap ran out of room
E: Error occurred while processing uim-utils (NewVersion1)
E: Problem with MergeList
2006 Jan 13
2
LoginGraceTime
Hello,
We've found some undesirable behavior with respect to LoginGraceTime. A
minor code change in session.c seems to clear it up, but now I'm asking
for help in better understanding the problem and determining if there
any unexpected side effects of the change.
First, the code change:
$ diff orig_session.c session.c
216c216,218
< alarm(0);
---
>
2013 Sep 23
1
[PATCH] ns16550: Use correct #define symbol for HAS_IOPORTS
CID 1091471, Regression caused by 7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51
This appears to be a typo which causes check_existence() to unconditionally
return 1 in all cases.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Keir Frser <keir@xen.org>
CC: Jan Beulich <jbeulich@suse.com>
CC: Ian Campbell <ian.campbell@citrix.com>
---
xen/drivers/char/ns16550.c |
2014 Feb 19
2
Windows 7 to Samba 4.1.4 in complete copies from CD/DVD
I have a test server setup with Samba 4.1.4. All file interactions test
work except when copying files from a CD or DVD to the samba share on
Windows 7.
I have a CD with a folder that contains 324 files and 22 sub-folders.
Consistently if I drag/drop or copy/paste the folder in Windows Explorer
directly from the CD to the samba share only 53 files and 4 folders get
copied. No error dialogs
2008 Mar 06
2
strange lustre errors
Hi,
On a few of the hpc cluster nodes, i am seeing a new lustre
error that is pasted below. The volumes are working fine and there
is nothing on the oss and mds to report.
LustreError: 5080:0:(import.c:607:ptlrpc_connect_interpret())
data3-OST0000_UUID at 192.168.2.98@tcp changed handle from
0xfe51139158c64fae to 0xfe511392a35878b3; copying, but this may
foreshadow disaster
2005 Sep 29
0
Samba + LDAP Login problem
Sorry if something wrong with this question - i'm pretty new in the field...
But i really need some help or link...
I have strange problem:
Linux by Fedora 3 with latest updates
Samba 3.0.14a
LDAP 2.2.13
idealix
small 10-users server without any security needs. 2 users of them sometimes
fail to login and in nt user manager when i try to open them i get the
message "The username could
2002 May 16
0
[patch] output of rsync -n truncated
I noticed that the output of "rsync -n" is sometimes truncated.
Even when you repeat the same command, the output may be different.
I'm using rsync-2.5.5 on a Debian woody system with ext3 file systems.
One scenario to reproduce this behavior is someting like this:
# rsync -aR /usr/share/zoneinfo /tmp
# rsync -n -avRH localhost:/usr/share/zoneinfo /tmp
receiving file list ... done
2016 May 05
3
Yet another filter question
I hate to say anything remotely negative to Wayne but...
That wording from the man page makes almost no sense without the
examples directly after it (and I have read it many times and know what
it is saying).
When I go all RTFM on this topic I usually tell them to 'man rsync',
search for file-will-not-be-found and start reading from that line.
Once you understand the broken and correct
2013 Sep 13
10
[PATCH RFC 0/8] xen/arm: initial cubieboard2 support.
See http://www.gossamer-threads.com/lists/xen/devel/297170 for some
information on how to get this going.
I''ve rebased and addressed the review comments.
As before several of the patches are not to be applied because they can
be done better using infrastructure from Julien''s "Allow Xen to boot
with a raw Device Tree" patch. They are included for completeness.
With
2017 Jul 09
2
rsyslog stops logging on service reload?
I have multiple servers running stock CentOS 7 rsyslog 7.4.7-16.el7,
which are configured to log locally and over TCP to a remote logserver,
also running stock CentOS 7 rsyslog. The remote server uses imptcp to
receive, and pretty basic rules to parse and commit to disk.
I have several systems that log prolifically, but periodically, they
stop soon after the remote log server HUPs (daily
2007 Jul 17
0
Small problem with src/lib/mountpoint.c
Greetings -
Whilst playing with getting quotas from NFS-mounted filestores I've
just discovered a slight problem with src/lib/mountpoint.c
I had things working on a Solaris 10 test machine which had the
mailstore mounted 'normally' using an entry in /etc/vfstab.
However when I changed to use the automounter for the mailstore
obtaining the quota broke.
The problem lies with
2013 Sep 05
0
[PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management.
This patch enables the following features:
a) Boots and shuts down the card via sysfs entries.
b) Allocates and maps a device page for communication with the
card driver and updates the device page address via scratchpad
registers.
c) Provides sysfs entries for shutdown status, kernel command line,
ramdisk and log buffer information.
Co-author: Dasaratharaman Chandramouli
2005 Jan 31
1
[patch] add "--ignore" option
Hi,
The patch below adds a "--ignore" option to rsync, which means
"--exclude-but-dont-delete-even-if-we-specified--delete-excluded".
I need this for a few tasks, the simplest of which is to have rsync resist
trying to delete NetApp filers' ".snapshot" directories.
The change is fairly simple (the boolean filter returns become tri-state),
and works for me both
2007 Sep 05
1
rsync directories that match a string
Hi,
I am trying to rsync the "new" folder for all my mail users from the old
server to the new server we have.
Basically I want to copy all files from
oldserver/home/$USERS/Maildir/new to newserver/home/$USERS/Maildir/new
where the $USERS represents all the user's home folders.
this is what I have tried but its not working:
rsync --dry-run -vaxuHS \
--filter='+
2009 Feb 12
1
DO NOT REPLY [Bug 6106] New: --disable-debug does nothing
https://bugzilla.samba.org/show_bug.cgi?id=6106
Summary: --disable-debug does nothing
Product: rsync
Version: 3.0.5
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: jblaine@kickflop.net
QAContact:
2010 Jun 10
1
Complex include/excludes with rsync?
I'm trying to use rsync filters to achieve the following result:
Include /
Exclude /home
Include /home/user1
I've been doing a lot of experimentation and at this point I'm just
staring at the man page. Rsync filters seem to be complicated, and a
result of that I hope they are also powerful.
How does one achieve this common pattern with rsync?
2010 Oct 22
1
RODBC: data base with decimal point ","
Dear R-users,
I am working with R version 2.10.1 and package RODBC Version: 1.3-2 under windows.
Say I have a table "testtable" (in an Access data base) with 3 columns and 1 row that looks like this:
X Y Z
0012345 42 42,1
The columns are of these types: X - character, Y - Long Integer, Z - Decimal.
I use RODBC to get these data into R:
> library(RODBC)
>
2002 Aug 21
1
power management and ext3 - mount as ext2?
Hi,
Newbie question here. I've read some about how you can't power down a
disk under ext3 because of the journaling writes. I also know I can
mount my ext3 partitions as ext2.
What about mounting the partitions as ext2 while mobile on batteries?
The hard disk would spin down when it wasn't in use (if noflush, etc.
has been configured). But what about data integrity when
2007 Dec 03
4
RSYNC
If I try:
rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*"
--exclude="*.xml" --include="+ */Tariff/"
192.168.1.1:/home/e-smith/files/ibays/frogs/files/dbs/
rsync lists the correct files, but if I add the destination like this:
rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*"
2005 Nov 27
2
trying to understand --include and --exclude
I was under the impression that --include and --exclude worked by matching
patterns in the order given, and whichever matched first, whether that was
an include or exclude determined the action for that file. I have a big
directory from which I am attempting to transfer selected files. I want
all files where the first level directory is anything, the second level
directory is "2005"