Displaying 20 results from an estimated 100 matches similar to: "Urgent: rsync hangs with large directories from windows"
2009 Jun 02
3
search without flush.
Hi,
Is it possible to perform a search without flushing the index? I've got
an application that updates the index every 4 hours but I need to be
able to search the new data fairly quickly after the index is updated.
The problem revolves around the fact that the update is often much less
than 10 000 documents so it isn't being flushed until quite a bit
latter. I realise I can do a flush
2009 Dec 23
1
flush() definitely required before close()
Greets,
WRT this discussion:
http://lists.xapian.org/pipermail/xapian-discuss/2009-November/007300.html
Richard recommends calling flush() before closing a index database
segment, etc. Well, I can confirm that calling flush() is *required*
before calling close() since close() on it's own does not commit/flush any
pending writes/whatever unless the Perl script terminates, etc.
So, for a
2015 Apr 29
3
non failover equivalent to "virsh migrate --copy-storage-all"
Hello,
I have two servers where I can push VMs from one to the other by issuing
the command
virsh migrate --live --persistent --copy-storage-all --verbose \
test6 qemu+ssh://kvmhost2/system
on kvmhost1. I can get the VM back by issuing the equivalent command on
kvmhost2:
virsh migrate --live --persistent --copy-storage-all --verbose \
test6 qemu+ssh://kvmhost1/system
virsh
2010 May 05
1
Getting transfer error lists
Hello again,
Is there a reliable way I can parse the errors or get a direct list that rsync produces while transferring? I'm writing a GUI and the only way to get errors has been using regular expressions (all lines starting with "rsync:" for one) but it's not always reliable because I don't know the format of all errors. Also some errors appear to not be fatal but I'm
2003 Jun 05
0
Problems joining W2003 PDC with Samba 3.0 alpha 24
I know the Q has been asked, but I havn't seen the answer.
I have PDC in native mode
The ADS name is test.se
The domain-name is SAMBA-NET
The name of the pdc is W2003SERVER ( 10.0.0.20)
In smb.conf have the following settings
workgroup = SAMBA-NET
; ads server = 10.0.0.20
password server = W2003SERVER
netbios name = SAMBA
server string = Samba (%v)
2003 Jun 10
0
Problem to get winbind working for Samba3-beta1 on Solaris 9 against W2003 PDC
My smb.conf
global]
workgroup = SAMBA-NET
password server = *
;ads server = w2000server
netbios name = SAMBA
server string = Samba (%v) domain (%h)
interfaces = hahostix1/255.255.0.0
bind interfaces only = Yes
client use spnego = no
;use spnego = no
security = domain
private dir = /global/mnt1/SAMBA/private
log
2006 Feb 09
0
filesize problem...
dear list,
following problem with large files:
server:
samba 3.0.21b
debian linux kernel 2.4.32
filesystem ext3
client:
windows xp sp2
- i layed a tarball to the directory with a size of 35GB (also tested
with a smaller filesize of 7.2 GB)
- the filesystem shows the correct filesize.
- looking via samba share, there's a filesize of 2.91GB???
- trying to copy a file bigger then 2.91 GB i
2007 Jun 19
2
Deleted documents not deleted
I seem to be seeing cases where I call db.delete_document(somedocid) with
no error, then flush() and delete the database object, but the document is
still there after process exit. The write lock is normally deleted, so it
appears that the database close finished normally.
If I then then call delete_document(somedocid) from another
command/process, this time it goes away.
I've been seeing
2004 Jun 01
1
Searching without flush?
Hi,
I am using the Xapian-0.8.0 snapshot from 15-Apr-2004 02:14, and I am
using the same Xapian::WritableDatabase instance for indexing and searching.
Currently each search causes a database flush, which is slow.
How can I avoid this flush?
It seems that I have to modify Xapian to either
- search only the already flushed data (eventually missing some hits)
or
- search the un-flushed data, too.
2008 Jan 25
1
Weird reproduceable delta after power failure - PDC
Hello List,
i am using Ubuntu Server 6.06 with the smbldap installer script from
majen.net/smbldap/
I am using VMWare to run my test systems (Ubuntu server and Windows
Domain Clients)
After producing a power supply failure (stopping my Ubuntu and windows
client by the stop button in vmware) and starting them up again i can
see a delta in my ldap database:
Before Power failure:
2008 May 15
4
RSync from NAS machine over WinXP with cwRSync to another PC
Hello,
some people want to use the following construction:
they have a NAS machine with an integrated rsync (may be on embedded linux).
they have a WinXP with cwRsyncServer (with rsync 3.0.2)
and they have on WinXP a network share (i.e. Y:
== "//192.168.100.123/sharename")
They can use NAS / WinXP with cwRsync to copy files from NAS to a local path
on the WinXP machine.
But how
2014 May 07
1
[Bug 918] New: Ranges and comparat
https://bugzilla.netfilter.org/show_bug.cgi?id=918
Summary: Ranges and comparat
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: anarey at gmail.com
2008 Jul 01
5
chicken/egg problem with custom types
Hi
while usings DavidS mysql module with its custom mysql types I hit some
kind of a chicken/egg problem:
While deploying mysql, I also like to define some mysql munin user, to
enable munin monitoring for mysql things. I choosed to use the
mysql_user type from DavidS and it works perfectly. However I start
using the custom types on a host where mysql have already been installed.
Now I should
1998 Dec 02
4
Net help analyzing logfiles: Printer permissions in Domain
Hi!
I am trying to print from an NT machine to a simple samba printer.
That NT machine is the PDC and the samba box is having logins
authenticated by the NT box.
When I try to access the printer with my own username, it works fine.
As soon as I have the account that is destined to do the printing
print, it can't log in.
I have included my smb.conf file and two log excerpts - one
successful,
2014 Dec 22
7
Using virsh blockcopy -- what's it supposed to accomplish?
I am experimenting with the blockcopy command, and after figuring out
how to integrate qemu-nbd, nbd-client and
dumpxml/undefine/blockcopy/define/et. al. I have one remaining question:
What's the point?
The "replication" disk file is not, from what I can ascertain, bootable.
I expect this operation to create a pristine copy of my source qcow2
file (at a given point in time)
2002 Jun 06
2
More ext3 fileserver woes ...
Well.... you might remember that I have had problems will my NFS
fileserver that run ext3 with data=journal.
The filesystem corruption now seems too be solved with the patch (plus
amendment) that I posted, so I am happy about that... but there is
more.
I have known for a while that ext3 doesn't behave very well when the
journal fills up. If it finds that the journal is full, and the
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 12 November 2016 at 22:54, Kirill M?ller wrote:
[... lots of stuff deleted ...]
| I noticed this because plogr logging crashed in dplyr (compiled with gcc
| 6) right after upgrading to yakkety; I still had a gcc-5 built version
| of Rcpp installed. As soon as I added -std, everything worked as before.
| No minimal example, sorry. Don't we need "-std=c++98" in Makevars
|
2007 Mar 19
4
Changing the SSL Ciphers used between Puppet client and server.
Hello,
Is it possible to specify which of the OpenSSL ciphers to utilize during client/server communication?
Thank you,
-- Rob --
____________________________________________________________________________________
8:00? 8:25? 8:40? Find a flick in no time
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news
2008 Oct 11
2
Running GUI applications in background
Is that possible ? e.g run notepad.exe in console(not in WM) and it runs in background without creating windows in VM
run gui applications without window manager so they stay in background(no need input from user)
2020 May 13
2
Can't connect to Managesieve Server - what´s wrong?
Hi, please excuse my bad english language. But I am not a native
speaker. I have installed dovecot including sieve and managesieve on a
ubuntu 18.04 lts. When I try to access the filter with roundcube (from
another vm) I get the error message "Cannot connect to
Managesieve-Server". If I try a "telnet myserver.dynvpn.de 4190" from
the roundcube-vm I get Trying 188.194.95.63...