similar to: [Bug 8375] New: rsync with bandwidth limit sometimes expend extra time

Displaying 20 results from an estimated 70 matches similar to: "[Bug 8375] New: rsync with bandwidth limit sometimes expend extra time"

2018 Feb 23
6
RFC 8305 Happy Eyeballs in OpenSSH
Hello, I use hosts that are dual stack configured (IPv4 and IPv6) and it happens that connectivity through one or the other is broken and timeouts. In these case connection to the SSH server can take quite some time as ssh waits for the first address to timeout before trying the next. So I gave a stab at implementing RFC 8305. This patch implements part of it in sshconnect.c. * It does not do
2017 Aug 19
0
H2O issue
Hi to all! I am using H2O with R on Ubuntu. I start it using h2o.init() Then I execute my R/H2O code, just h2o.distance(df1,df2) that expends 3 mins to run. When this is runing I do an htop to see the resources, and I see the issue, that only 1 of the 4 available threads is in use. The other 3 at 0%. I check the cluster status with h2o.clusterStatus I see that the number of theards is
2013 Apr 12
0
Biggest Fake Conference in Computer Science
We are researchers from different parts of the world and conducted a study on the world’s biggest bogus computer science conference WORLDCOMP ( http://sites.google.com/site/worlddump1 ) organized by Prof. Hamid Arabnia from University of Georgia, USA. We submitted a fake paper to WORLDCOMP 2011 and again (the same paper with a modified title) to WORLDCOMP 2012. This paper had numerous
2016 Nov 30
2
RFC: Adding Support For Vectorcall Calling Convention
Adding Support For Vectorcall Calling Convention ===================================================== Vectorcall Calling Convention for x64 ---------------------------------------------------- The __vectorcall calling convention specifies that arguments to functions are to be passed in registers, when possible. __vectorcall uses more registers for arguments than __fastcall or the default x64
2003 Nov 11
1
Unable to use voicemail
Hello all. Now I aleady installed the Asterisk. I could make communication between 2 XLite client through Asterisk. I tryed to test the voicemail function as follow. 1, I make a call to 1001 from 1002 2, Start ringing 3, Wait untill time out for ringing If no problem, 1001 go to voicemail and unavailable message will be played. But 1001 receive a 403 forbidden massage and connection go
2009 Nov 11
0
Problems with samba 3.4.3 as PDC for Windows 7
Hi all, I am testing Windows 7 Ult with Samba 3.4.3 as a PDC for Windows 7. I am using a simple, smb.conf file, domain name is "mygroup" without the quotations. Windows XP clients can join correctly and login as normal. However, with Windows 7, I can get the client to joint the domain, but when I reboot, I get a machine trust error and the user can not log onto the Windows 7 client.
2009 Apr 14
2
What means? Correct auth, but based on stale nonce received
Hi masters! I've this Asterisk 1.4.15 running. yesterday I had to change the firewall schema that I had before. I use to have a FW that would be my network FW/Proxy and do the NATs for Asterisk. This FW was receiving too many requests from my LAN and it was making the Asterisk 'cut' the calls or reach very high latency. Yesterday I added a new FW just for this Asterisk. The same
2011 Jun 29
5
[Urgent] Email Retrieval from remote servers doesn't use Dovecot
------------------------ Dovecot Version: ------------------------ 2.0.13 ------------------------ Output of "dovecot -n": ------------------------ # 2.0.13: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.35-28-generic x86_64 Ubuntu 10.10 ext4 mail_location = maildir:/home/%u/Maildir passdb { args = %s driver = pam } protocols = imap pop3 ssl = no userdb { driver = passwd }
2017 Jan 19
5
Segfault on LIST Command
Dear all, I experience SegFaults in the imap binary on a LIST "" "" command, as sent by Claws mail. Using LIST "" "INBOX" or similar is fine. Here is an example telnet session $ telnet 127.0.0.1 143 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
2007 Feb 16
1
Still unsure of the Dag Repos for CentOS 3
I have read the Wiki for the Yum stuff, and tried to pay attention to the variations for Centos 3/Centos 4 mentioned, but for the life of me, I can't seem to get the Dag repo working properly on my CentOS 3 system. I have installed the rpmforge rpm, but this doesn't seem to do much. It does create(I think it created it) the yum.repos.d folder, and I edited the Dag repos file to be
2010 Dec 14
2
writing sample values in to a file
Dear all, I am relatively new to R. I would like to know how can we write the realizations (for example generated through rnorm or runif) in to a data file. It would be very inefficient to first generate values and then write them in to file using "write" function. Instead, is there a way to generate 1 value at a time and append them in to the file. The question might be trivial to
2010 Mar 03
1
Heatmap reordering of dendrogram to hierarchical clustering
Dear list members, I have been using R to create a heatmap where my data has continous variables from 0 to 100. When I create the heatmap, although the branches are correct, they do not order themselves so that the row with the most zeros is at one end and the row with the most 100s is at the other, which is what I would like them to do, so as to create a colour gradient down the graphic. I have
2017 Jan 23
2
Segfault on LIST Command
I'll try reproduce this issue, but can you, in the mean time, run this with mail_debug=yes and provide logs? Aki On 23.01.2017 11:45, Thorsten Hater wrote: > Hi, > > I did added the default location and stripped down my config to a very > basic > level, dropping all plugins and database queries, see below. The segfault > still > appears in the same location. > As I
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
I am getting the following link error on centos 5 AMD 64 for opengl. What do I not have installed? I ran ./configure --x-libraries=/usr/lib --libdir=/usr/lib only warnings I got was abour FontForge missing. make depend make THanks, jerry ----------- make[2]: Leaving directory `/home/silentm/wine-0.9.40/dlls/wtsapi32' make[2]: Entering directory
2017 Jan 19
0
Segfault on LIST Command
The Problem arises due to a NULL deref in mail_namespaces.c line 601. Backtrace below x LIST "" "" Program received signal SIGSEGV, Segmentation fault. mail_namespaces_get_root_sep (namespaces=0x0) at mail-namespace.c:601 601 while ((namespaces->flags & NAMESPACE_FLAG_LIST_PREFIX) == 0) (gdb) bt #0 mail_namespaces_get_root_sep (namespaces=0x0) at mail-namespace.c:601
2017 Jan 23
2
Segfault on LIST Command
Thank you for your report. Aki On 23.01.2017 11:56, Thorsten Hater wrote: > OK, I found the problem in my config. If I use an default namespace with an > empty > name, instead of "inbox" it works as expected. Here the log for this case > > Starting program: /usr/local/libexec/dovecot/imap -u **** > imap(****): Debug: auth input: **** home=**** uid=48 gid=48 >
2006 Mar 31
3
smb-ldap or not to smb-ldap
Hi all, We are deploying a Linux server and desktops for a customer. We will have the users and groups in LDAP on the server, and files shared via NFS. However, one never knows if Windows desktops will be needed in the future. Is it a good idea to add users with smb-ldap even if samba is not initially used, as adding the samba attributes to an existing LDAP database is painful, and the
2017 Jan 23
0
Segfault on LIST Command
Hi, I did added the default location and stripped down my config to a very basic level, dropping all plugins and database queries, see below. The segfault still appears in the same location. As I have build from source, I wonder whether you can reproduce the problem? Thorsten $ doveconf -n # 2.2.26.0 (23d1de6): /usr/local/etc/dovecot/dovecot.conf # Pigeonhole version 0.4.16 (1dc4c73) # OS:
2017 Jan 23
0
Segfault on LIST Command
OK, I found the problem in my config. If I use an default namespace with an empty name, instead of "inbox" it works as expected. Here the log for this case Starting program: /usr/local/libexec/dovecot/imap -u **** imap(****): Debug: auth input: **** home=**** uid=48 gid=48 quota_rule=*:bytes=1000M imap(****): Debug: Added userdb setting: plugin/quota_rule=*:bytes=1000M Debug: Effective
2017 Jan 23
0
Segfault on LIST Command
This is fixed in 2.2.27 with ddc96f7 lib-storage: Fixed error handling in list=children checking Aki On 23.01.2017 12:00, Aki Tuomi wrote: > Thank you for your report. > > Aki > > On 23.01.2017 11:56, Thorsten Hater wrote: >> OK, I found the problem in my config. If I use an default namespace with an >> empty >> name, instead of "inbox" it works as