search for: 24738

Displaying 11 results from an estimated 11 matches for "24738".

Did you mean: 2438
2005 Aug 21
1
Rsync 2.6.3 does not show to be deleted files. Bug?
...other way around: rsync --dry-run --progress --delete -avvu -e "ssh -l root -i $ {HOME}/.ssh/id_rsync" /usr/local/src/ gerben@hedwig::src-rw I get no such delete messages, but files will be deleted. When I look at the log file where rsync logs to I see: Aug 21 22:31:37 hedwig rsyncd[24738]: deleting i-Packages/tex/.tar- texmf-build Aug 21 22:31:37 hedwig rsyncd[24738]: deleting i-Packages/tex/.tar- exptexmf-build Aug 21 22:31:37 hedwig rsyncd[24738]: deleting i-Packages/%basicii2.make Aug 21 22:31:37 hedwig rsyncd[24738]: CURLHandle/10.2+ compatible/ CURLHandleTester.app/Contents...
2019 May 14
2
weakforced and GeoIP lookups
...to:neil.cook at open-xchange.com <mailto:neil.cook at open-xchange.com>> >>> >>> ------------------------------------------------------------------------------------- >>> Open-Xchange AG, Rollnerstr. 14, 90408 Nuremberg, District Court >>> Nuremberg HRB 24738 >>> Managing Board: Rafael Laguna de la Vera, Carsten Dirks, Michael >>> Knapstein, Stephan Martin >>> Chairman of the Board: Richard Seibt >>> >>> European Office: >>> Open-Xchange GmbH, Olper Huette 5f, D-57462 Olpe, Germany, District >&...
2019 May 14
2
weakforced and GeoIP lookups
...t;> tobi > > > Neil Cook > neil.cook at open-xchange.com <mailto:neil.cook at open-xchange.com> > > ------------------------------------------------------------------------------------- > Open-Xchange AG, Rollnerstr. 14, 90408 Nuremberg, District Court Nuremberg HRB 24738 > Managing Board: Rafael Laguna de la Vera, Carsten Dirks, Michael Knapstein, Stephan Martin > Chairman of the Board: Richard Seibt > > European Office: > Open-Xchange GmbH, Olper Huette 5f, D-57462 Olpe, Germany, District Court Siegen, HRB 8718 > Managing Director: Frank Hobe...
2019 May 14
0
weakforced and GeoIP lookups
...> Neil Cook >> neil.cook at open-xchange.com <mailto:neil.cook at open-xchange.com> >> >> ------------------------------------------------------------------------------------- >> Open-Xchange AG, Rollnerstr. 14, 90408?Nuremberg, District Court >> Nuremberg?HRB 24738 >> Managing Board: Rafael Laguna de la?Vera, Carsten Dirks, Michael >> Knapstein,?Stephan Martin? >> Chairman of the Board: Richard Seibt >> >> European Office:? >> Open-Xchange GmbH, Olper Huette 5f,?D-57462 Olpe, Germany, District >> Court?Siegen, HRB 871...
2013 Jan 31
4
[RFC][PATCH 2/2] Btrfs: implement unlocked dio write
...E7500 @ 2.93GHz Mem: 2GB SSD: Intel X25-M 120GB (Test Partition: 60GB) == config file == [global] ioengine=psync direct=1 bs=4k size=32G runtime=60 directory=/mnt/btrfs/ filename=testfile group_reporting thread [file1] numjobs=1 # 2 4 rw=randwrite == result (KBps) == write 1 2 4 lock 24936 24738 24726 nolock 24962 30866 32101 == result (iops) == write 1 2 4 lock 6234 6184 6181 nolock 6240 7716 8025 Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> --- fs/btrfs/inode.c | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/...
2019 May 22
1
weakforced: Possible to access the ip address of report/allow?
...e a good one >> >> -- >> >> tobi > > > Neil Cook > neil.cook at open-xchange.com > > ------------------------------------------------------------------------------------- > Open-Xchange AG, Rollnerstr. 14, 90408 Nuremberg, District Court Nuremberg HRB 24738 > Managing Board: Rafael Laguna de la Vera, Carsten Dirks, Michael Knapstein, Stephan Martin > Chairman of the Board: Richard Seibt > > European Office: > Open-Xchange GmbH, Olper Huette 5f, D-57462 Olpe, Germany, District Court Siegen, HRB 8718 > Managing Director: Frank Hobe...
2019 May 22
2
weakforced: Possible to access the ip address of report/allow?
Hi I wonder if the information about the origin of report or allow can be accessed somehow. lt.remote gives the IP of the client trying to login but is there anything in lt which gives the ip of the system that connects to wforced? Thanks and have a good one -- tobi
2019 May 22
0
weakforced: Possible to access the ip address of report/allow?
...t; connects to wforced? > > Thanks and have a good one > > -- > > tobi Neil Cook neil.cook at open-xchange.com ------------------------------------------------------------------------------------- Open-Xchange AG, Rollnerstr. 14, 90408 Nuremberg, District Court Nuremberg HRB 24738 Managing Board: Rafael Laguna de la Vera, Carsten Dirks, Michael Knapstein, Stephan Martin Chairman of the Board: Richard Seibt European Office: Open-Xchange GmbH, Olper Huette 5f, D-57462 Olpe, Germany, District Court Siegen, HRB 8718 Managing Director: Frank Hoberg US Office: Open-Xchange....
2009 Oct 06
3
rpois formula
Hi all, It's been a while since i've used R and I can't remember how to do the following: i have a = rpois (100000, x) b = rpois (100000, y) what is the code to show that a>b, b>a and a=b to show just the number of occurances? at the moment when I type a>b I get a nice long list of true or false. so i'm hoping to have the following a>b > 35000 b>a > 25000
2017 Apr 08
3
How to migration my mails from another server ?
Hello, I would like to host my mails and I would like to retrieve my existing mailbox content from my ISP My ISP ====== I don't have root access on the server The server seem to use Dovecot according to the banner. My machine ========== I have root access on the server I use Dovecot 2.2.21 I use Maildir I read this page multiple times but it's not clear to me
2006 Jan 09
1
Saving an upload
I am creating a database for movies (films) and television shows (shows) that will have has_and_belongs_to_many relationships with the pictures table. CREATE TABLE screenshots ( id serial NOT NULL, filename character varying NOT NULL, content_type character varying NOT NULL, primary key (id) ); CREATE TABLE films ( id serial NOT NULL, name character varying NOT NULL,