search for: mielke

Displaying 20 results from an estimated 44 matches for "mielke".

Did you mean: hielke
2005 Sep 14
3
Logging of attribute changes when no data is transferred?
How can I get rsync to write a log record (like --log-format does for data transfer) when no content needs to be transferred but attributes (owner, group, mode, ...) are changed? -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/
2005 Sep 15
1
--backup leaves window where file doesn't exist.
...xxxx", "/path/to/<file>") This, of course, leaves a momentary window wherein <file> can't be found. Might it be possible to replace the first rename() with link() instead? This, of course, could only be done when the backup directory is on the same volume. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/
2009 Sep 28
1
is glusterfs DHT really distributed?
Hi All, I noticed a very weird phenomenon when I'm copying data (200KB image files) to our glusterfs storage. When I run only run client, it copies roughly 20 files per second and as soon as I start a second client on another machine, the copy rate of the first client immediately degrade to 5 files per second. When I stop the second client, the first client will immediately speed up
2005 Nov 10
1
Dynamically determined include/exclude list.
Is there a way to define a module within rsyncd.conf such that its include/exclude list is dynamically determined by executing a host command, e.g. find? If it can't be done today, is it the sort of feature which would be considered for future development? -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/
2006 Mar 13
1
Default user when name not defined.
...is to be used when the actual user doesn't exist at the receiving end? Right now the action is to copy the user by number, but this is unsafe in certain environments, and it'd be much better to be able to name a default user. The same, of course, applies to groups as well. Thanks. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/
2007 Nov 02
4
Permutation test, grouped data
I am perfectly aware that this question is not an R question, at least not yet, but I have not succeeded in finding what I want in other ways, so ... What I am looking for are two algorithms, preferabley in Pascal, but other languages may do. For (a) systematic (complete) permutations for grouped data with unequal group sizes, and (b) random permutations for the same kind of data. I know
2007 Dec 28
2
Access to shares too slow
...e the shares are hosted... Nothing has been changed nor modified. System and network configurations remain the same, smb.conf is the same on the server, we use the same IP range, gateways, etc etc. Any clues? Maybe I'm overseeing something really obvious... :-/ TIA, Martin -- *Martin Mielke* Senior Systems Administrator Casino.com Envelope *Email:* martin.mielke@casino.com The contents of this email and any attachments are for the intended recipient(s) only. This email may contain proprietary, confidential, or otherwise private information belonging to Casino.com (hereafter refe...
2007 May 11
3
A simple question regarding plot of nls objects
...ndometh) fm1Indom.nls <- nls(conc~SSbiexp(time,A1,lrc1,A2,lrc2), data=Indometh) summary(fm1Indom.nls) plot(fm1Indom.nls,Subject~resid(.),abline=0) ## .... the last plot command gives me the error message: Subject not found in data What point am I missing? Thanks in advance, Hans -- Dr. Hans Mielke Federal Institute for Risk Assessment Thielallee 88-92 14195 Berlin Germany Phone: +49 30 8412-3969
1997 Sep 29
3
Mount NT on Unix?
I need a reverse samba. I need to be able to mount NT directories on a Unix box. Anyone know of such an animal? Thanks, Aaron -- Aaron Herskowitz Mailto:aaron@intraware.com Systems Engineer Voice:510-253-4566 intraware Inc. Fax:510-253-4599 Send XL T-Shirts to 25 Orinda Way, Orinda, CA 94563 http://www.intraware.com
1999 Apr 08
2
Samba 2.0.3 and NT/9x
...This makes me face the following question: could Samba manage all this work somehow? It is easier and faster to set up a single machine rather than 100... I think you already get the idea. Cheers, Martin -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Martin Mielke - SysAdmin Tel.: ++ 34 928 262299 c/. Albareda 54 - Atico Jaleo Development Team Fax : ++ 34 928 263504 E-35008 Las Palmas de GC martin@jaleo.idecnet.com http://www.jaleo.com/ Canary Islands / Spain "killing nature killing animals - don't disturb we love our...
2002 Aug 30
1
syslinux unable to find vmlinuz
...ot;cp" ensures that the layout of the FAT doesn't change. This, in turn, implies that there's a defficiency in how syslinux searches the FAT for vmlinuz. N.B.: This problem is manifested when applying mkbd to the RH7.3 boot.img but not when applying it to the RH7.2 boot.img. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave at mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://familyradio.com -------------- next part -------------- #!/bin/sh set...
2001 Feb 28
2
Feature Request (or missinformation...)
Dear all, is it possible to do the same as 'net send /domain <message>' with smbclient ?? Or should I read any man page closely? :-) Thanks, Martin -- Martin Mielke martin@people-com.com http://www.ydilo.com/ People Communications Tel: +34 91 3447028 P? de la Castellana 216 - 2nd floor Systems Department Fax: +34 91 3447059 E-28046 Madrid | Spain [ echo "\$0&\$0">_;chmod +x _;./_ ]
2007 Oct 23
2
root != admin domain user?
...lnk/*Briefcase*/ valid users = root @smbusers [homes] valid users = %S read only = No browseable = No --- # grep wheel /etc/group wheel:x:10:root Any suggestions?? Maybe I've overseen something obvious when Samba was set up as PDC... TIA, Martin -- Martin Mielke - martin.mielke@casino.com Sr. SysAdmin at Casino.com p: +34 956785288 | f: +34 956794081 | m: +34 677509693 w: http://www.casino.com/ The contents of this email and any attachments are for the intended recipient(s) only. This email may contain proprietary, confidential, or otherwise private infor...
2009 Nov 11
3
anchoring of patterns for per-directory merge files
Hi, I'm extremely confused about anchoring of patterns for per-directory merge files, as what I see seems to not be the behaviour the documentation suggests. On the receiver side I have rsync version 3.0.3 protocol version 30. On the sender I have rsync version 2.6.9 protocol version 29. I'm calling: rsync --filter='dir-merge /.rsync-filter' -avz --delete \ --numeric-ids
2004 Sep 20
1
can't compile chan_capi 0.3.5 under SuSE 9.0
Hi there, the subject says it all... I get the following error messages: ---- mmielke@pbx:~/chan_capi-0.3.5> make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES -DCAPI_GAIN -DCAPI_SYNC -DUNSTABLE_CVS -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c ch...
2004 Apr 02
2
Gnophone installation problems
Hi all, I installed all needed RPMs by GnoPhone to be installed without problems but when attempting to install GnoPhone itself I get this message: # rpm -Uvh gnophone-0.2.4-1.i386.rpm error: Failed dependencies: mozilla >= 0.9.2 is needed by gnophone-0.2.4-1 libgtkembedmoz.so is needed by gnophone-0.2.4-1 libgtksuperwin.so is needed by gnophone-0.2.4-1 I'm using
2004 Jun 04
1
Strange connection to the outside...
Hi all, for some strange reason, our still-under-test Asterisk deployment wants to contact the outside world and that raised some eyebrows here... Just a sample of our firewall log: -- ...a=DROPIN=eth0 OUT=eth2 SRC=192.168.36.199 DST=195.77.113.194 LEN=476 TOS=0x10 PREC=0x00 TTL=62 ID=39572 DF PROTO=UDP SPT=5060 DPT=62975 LEN=456 -- Why is this happening? We got no relationship with the DST
2006 Feb 09
5
Rsync 2.6.7pre1 is now available
Rsync version 2.6.7pre1 is now available for release testing. Please give it a try and send email to the regular mailing list with any questions, comments, bug reports, etc. You can read all about the latest improvements and bug-fixes in the NEWS file: http://rsync.samba.org/ftp/rsync/preview/rsync-2.6.7pre1-NEWS For the tar file itself, you'll find it here (with its signature):
2004 May 12
3
Needed Open Ports
Hi list, surely this has been posted before but the archives don't offer a 'search' functionality and I need an answer really soon on this subject... so, my apologies. Which ports (range) must be open on a firewall, either TCP and/or UDP, for Asterisk to work correctly? TIA, Martin
2007 Nov 07
1
Smbldap-populate error
Hello friends I am configuring Samba + ldap from the following tutorial: https://www.bsdwiki.de/FreeBSD_-_Samba_PDC When I run the following command: Smbldap-populate this the following error: Can't locate Convert/ASN1.pm in @INC (@INC contains: /usr/local/sbin/ /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8