Displaying 20 results from an estimated 200 matches similar to: "reporting a bug"
2004 Jun 11
3
what am I doing wrong
I am seeing some rather strange behavior with synch of 2 directories on the same system using 2.6.2.
The older file is the image of a full backup and is 29Gig in size. The new image is a slice of an incremental
backup and is 101Meg in size.
the command line is:
time /home/wally/rsync/rsync-2.6.2 -av --rsh=rsh --backup --stats --block-size=<xxx> --write-batch=kbup1aaa
2004 Jun 14
1
stalling during delta processing
I have a 29 Gig full backup on a remote server (lets call if fedor) that is called Kbup_1.
I have a 1.3 Gig incremental backup on my local server.
I have rsync 2.6.2 on both servers. Both are RedHat Linux 9.1 on i-686 hardware platforms.
I issue the command "time rsync -avv --rsh=rsh --stats /test/Kibbutz/Kbup_1 fedor://test/Kibbutz". The synch takes ~5 minutes of real time and about
2014 Aug 06
2
Sieve filter extracting wrong header value on certain mail messages
# 2.2.12: /etc/dovecot/dovecot.conf
# OS: Linux 3.15.4-x86_64-linode45 x86_64 openSUSE 12.3 (x86_64)
Short version:
1) I filter out spam by using a dovecot sieve filter to act based on a
header inserted by bogofilter
2) In some cases, sieve fails to correctly file based on this header
3) Testing with sieve-test indicates that it's testing the wrong header
4) Suggestions? Am I doing
2010 Jun 04
5
R Newbie, please help!
Hello Everyone,
I just started a new job & it requires heavy use of R to analyze datasets.
I have a data.table that looks like this. It is sorted by ID & Date, there
are about 150 different IDs & the dataset spans 3 million rows. The main
columns of concern are ID, date, and totret. What I need to do is to derive
daily returns for each ID from totret, which is simply totret at time
2017 Jul 11
2
Re: Is there still no easier way to shrink a VM image?
Thanks for letting me know I'm not making myself clear, let me try again with a few more specifics, These are Windows VMs with three disk images for C:, D: and L:. To simplify I'll focus on the image for C: which had grown to 77G physical size on the hypervisor's ssd (I just double-checked that with 'ls -al' because qemu-img below says 70G, this image had two snapshots at one
2008 Jul 10
4
Interpolation of data
Hello,
I have the data whcih are not balanced (several missing observations),
and one possibility is t use interpolation method
to get the information missing in this series from other series.
Does anybody know how I can program interpolation of
series1 (which ahs missing observations) and series 2-6,
for example.
Thanks a lot in advance,
Silke
2007 Nov 08
2
DO NOT REPLY [Bug 5064] New: compile error - SCO 5.0.6a
https://bugzilla.samba.org/show_bug.cgi?id=5064
Summary: compile error - SCO 5.0.6a
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: Other
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: aaron.pelton@ahs.state.vt.us
2005 Oct 24
1
Out of memory
Hi,
I am using gamm and I run out of memory and R crashes. I have tried to change the amount of memory in R using memory.limit as so far the largest it has allowed
memory.limit(size=3072)
still ahs this problem.
If I try to use max I get the following error
> memory.limit(memory.size(max=TRUE))
Error in memory.size(size) : don't be silly!: your machine has a 4Gb address limit
Does
2010 Jun 08
1
Filtering out a data.frame
Sample Data.Frame format
Name is Returns.nodup
X id ticker date_ adjClose totret RankStk
427225 427225 00174410 AHS 2001-11-13 21.66 100 1235
"id" uniquely defines a row
What I am trying to do is filter out id's that have less than 1500 data
points (by date)
First, I used
total<-by(Returns.nodup, Returns.nodup$id,nrow)
which subsetted by
2019 Jul 01
2
Issue with DHCP Updating DNS Records on AD DC
Greetings,
I am in the process of replacing my MicroFocus (Novell) eDirectory system
with a Samba-based Active Directory system. I've got three domain
controllers built, and they seem to be humming along nicely. Server OS is
Ubuntu 18.04 patched current. I started off with the Samba 4.7 packages
included in the default Ubuntu repository, but have since upgraded to Samba
4.10 using packages
2015 Apr 02
1
mounted NFS does not show in df -h
Hey guys,
This is kind of odd, so I wanted to do a sanity check.
I mounted an NFS share like so:
[root at web1:~] #mount -t nfs nfs1.jokefire.com:/home /mnt/home
Seemed to go ok. Then I took a look at the output of df -h and didn't see
it!
[root at web1:~] #df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda 40G 24G 14G 64% /
devtmpfs
2009 Mar 19
1
[Bridge] Is bridging possible if two devices connected peer to peer ?
Hello,
In one of our project we need to connect one IMX 27 based baord which ahs a internal FEC controller & an MPC 8323RDb baord which has a Built in Network controller.
We need to connect the IMX27 based board to MPC board thro cross cable & MPC baord has wlan AP card .
Basically we want to communicate from IMX27 to wireless network. Hence we are planning to make follwoing arranage
2011 Feb 02
2
Memory Leak
Hello,
I'm trying to track down the cause of some extreme memory usage and I've been using Dirk Eddelbuettel's lsos() function he posted on stack overflow. There is a large difference between R's RAM usage :
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
6637 darstr 20 0 30.0g 29g 4712 S 0 63.2 10:34.43 R
and what objects I have loaded in memory :
2004 Jun 02
2
More than 10 open sessions
Hi,
we use OpenSSH_3.8.1p1 and we would like to change the complete printer
Spool communication from Unix r-Commands to ssh "OpenSSH". Sometimes, we
have problems, because of very high connection set-ups in extremely
short time intervals, more than 10 open sessions.
The connection set-up is partly declined with the error message:
ssh_exchange_identification: Connection closed by remote
2004 Apr 12
3
cp -al issues
Hi,
I'm having some strange issues when using cp in my rsync script. It
seems there may be links breaking or something.
Before running the actual rsync I run the following command in my
script:
cp -al /backup/Current /backup/$prevday
Then I rsync from the source to /Current
So shouldn't all my previous days have hard links back to the original
/backup directory?
Sometimes the
2012 Jun 06
2
qemu-img snapshots with backing stores?
So, I was attempting to use qemu snapshots with backing stores. The
QEMU docs (http://wiki.qemu.org/Documentation/CreateSnapshot) make it
sound like you simply point your qemu at the snapshot after it's
creation, and you're golden.
When attempting this with libvirt, though, it fails.
I created a snapshot using the above tutorial. the resulting file is
disk.0, and a qmeu-img info on it
2018 Jan 19
1
Re: [PATCH nbdkit filters-v2 3/5] filters: Add nbdkit-offset-filter.
On 01/19/2018 09:23 AM, Richard W.M. Jones wrote:
> This very basic filter allows you to select an offset and range within
> a plugin, for example:
>
> nbdkit --filter=offset file file=foo offset=1M range=100M
>
> which serves the byte range [ 1M .. 101M-1 ] from file ‘foo’.
I wonder - would it be possible to write a filter that performs
concatenation? I know we don't
2018 Jan 19
0
[PATCH nbdkit filters-v2 3/5] filters: Add nbdkit-offset-filter.
This very basic filter allows you to select an offset and range within
a plugin, for example:
nbdkit --filter=offset file file=foo offset=1M range=100M
which serves the byte range [ 1M .. 101M-1 ] from file ‘foo’.
---
TODO | 2 -
configure.ac | 1 +
filters/Makefile.am | 3 +-
filters/offset/Makefile.am
2002 Jun 06
1
Backuo problem from ext3 file system
I have backup problem of redhat 7.2 with ext3 file system. I'm using dump for backup.
The problem is one of the filesystem (/proj) Incremantal backup is not happening.
The command used is
dump -u1a -f /dev/st0 /dev/md0
Daily its taking the entire file system backup eventhough i tried incremental.
This is happening only for /proj and proj1 is working fine.
Filesystem Size
2005 Dec 21
0
Samba partialy responding on 1 ethernetcard
Since a couple of days I have a very strang thing...
Machine-A : eth0 192.168.5.37
(linux) eth1 x.x.5.37
Machine-B : eth0 192.168.5.10
(win2k) eth1 x.x.5.10
eth3 not configured
Machine-C : eth0 192.168.89.10
(win2k)
Machine-B was mounted on Machine-A on /mnt/d (through 192.168.5.10)
Machine-C was mounted on Machine-B on /mnt/c (through 192.168.89.10)
After a power-failure on