search for: maxconnection

Displaying 20 results from an estimated 20 matches for "maxconnection".

Did you mean: maxconnections
2002 Jun 13
0
MaxConnections
Hello, I am using OpenSSH3.1p1 and for limiting the maximum number of simultaneous connections, if i add "MaxConnections " directive in sshd_config, it shows "Bad Configuration" error. How to set the maximun number of simultaneous connections that sshd will handle? regards Kumaresh.
2006 Mar 29
0
MaxConnections in IE and Ajax.Request/Sortable
Hi all, Iäve built some functionality in a CMS where you can drag and drop small elements on the page between 2+ panes/containers/divs. Whenever a drag-drop event has occurred (onUpdate) I make a Ajax.Request to save the new layout in the CMS. The code is as follows: in an onload-function: var a = ["subcontent", "main"]; for (var i=0; id=a[i]; i++) { if ($(id)) {
2017 Jan 12
3
proposed change to ssh_connect_direct()
On Sat, Jan 7, 2017 at 2:30 PM, Peter Moody <mindrot at hda3.com> wrote: > so I spent a bit of time looking at this and it seems like the only > way to go, at least if I want to keep it in ssh_connect_direct(), is > to use pthreads. further, it seems like getting that accepted is > something of a long shot: Sorry, pthreads is a non-starter. I would have thought that using
2004 Apr 27
1
A question on limiting the number of ssh connections to the ssh server
Hello I would like to know if there is a keyword in sshd_config that can be used to limit the number of simultaneous connections an OpenSSH server will accept. There is a MaxConnections keyword in SSH2 but I have not found a similar keyword for OpenSSH. Thanks in advance for your response Amba Giri Symbol Technologies, San Jose P: 408-528-2721 E:agiri at sj.symbol.com Symbol. The Enterprise Mobility Company.
2012 Dec 11
0
dovcot+offlineimap+gmail: INBOX empty, mail doubled
...-------schnipp------------------------->8--- [general] accounts = Uni ui = Noninteractive.Basic maxsyncaccounts = 1 [Account Uni] localrepository = UniLocal remoterepository = UniRemote [Repository UniLocal] type = IMAP ssl = no remotehost = localhost remoteuser = myuser remotepass = mypasswd maxconnections = 2 [Repository UniRemote] type = Gmail # ssl =no ssl =yes #remotehost = ucimap.ucm.es remotehost = imap.gmail.com remoteuser = myuser remotepass = mypasswd # nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak', # re.sub ('sent_mail'...
2007 Feb 21
4
Xen domU''s and iscsi initaitor problems.
...ppreciated. Many thanks, Ryan (note: most of my configuration is based on the iscsi-xen howto at http://www.performancemagic.com/iscsi-xen-howto/iSCSI.html) IET - ietd.conf: Target iqn.iscsi-target.bogus.com:storage.kolab_ocfs Lun 5 Path=/dev/mapper/vg00-kolab_ocfs2lv,Type=fileio MaxConnections=2 core-iscsi - initiator: CHANNEL="1 1 eth0 192.168.1.10 3260 0" open-iscsi - /etc/iscsi/iscsid.conf: node.active_cnx = 1 node.startup = manual node.session.auth.username = jim node.session.auth.password = othersecret node.session.timeo.replacement_timeout = 120 node.session.err_timeo....
2010 Nov 22
1
RCurl : All connection are used ?
     Hi everybody, I got a problem with the ftpUpload function from the RCurl package. My goal is to Upload a lot of files from a local directory to a web server. 1st try : for (i in 1:length(file)){       ftpUpload(what=files[i],to=files[i]) } At i=11 I get : (my server has only 10 available open connections available) : Erreur dans curlPerform(url = to, upload = TRUE, readfunction =
2009 Jan 19
1
iscsi of a SAN on a DomU
...ssion.err_timeo.reset_timeout = 30 node.session.iscsi.InitialR2T = No node.session.iscsi.ImmediateData = Yes node.session.iscsi.FirstBurstLength = 262144 node.session.iscsi.MaxBurstLength = 16776192 node.session.iscsi.DefaultTime2Wait = 0 node.session.iscsi.DefaultTime2Retain = 0 node.session.iscsi.MaxConnections = 0 node.conn[0].iscsi.HeaderDigest = None node.conn[0].iscsi.DataDigest = None node.conn[0].iscsi.MaxRecvDataSegmentLength = 65536 #discovery.sendtargets.auth.authmethod = CHAP #discovery.sendtargets.auth.username = dima #discovery.sendtargets.auth.password = aloha node.conn[0].timeo.login_timeo...
1999 Nov 20
1
openssh and DOS
...sh has inherited the dos attack that ssh is susceptible to. This has been discussed on Bugtraq (see http://securityportal.com/list-archive/bugtraq/1999/Sep/0124.html for the thread). There does not appear to be an official for ssh. Attached below is a simple, proof of concept, patch that adds a MaxConnections to sshd_config that sets the maximum number of simultaneous connections sshd will allow. I was not careful to verify that the changes don't have any side effects. I am posting this here in the hopes that a good solution can be found that can be passed on to the openbsd people. There is a...
2003 Jun 29
0
Samba 2.2.8a PDC + OpenLDAP + W2k Terminalserver
...user X in a terminalsession I get the profile of user Y and when I am about to log the user out it says "logout user Z". When I tested the setup everything worked fine, including the netlogon scripts and the profiles. However, at my customers site this weird stuff happens. I also set the MAXCONNECTION define to 768 in smbd.c for the terminalserver. Can anyone gimme a hint where to search for the error ? Thanks in advance. -- Daniel Bramkamp team! datentechnik GmbH & Co KG Werner-Von-Siemens Strasse 12a 49124 Georgsmarienhuette Tel.: 05401 8226-0 Fax : 05401 8226-20 eMail : bramkamp@team-d...
2012 Mar 06
0
Dovecot saves mails in "wrong" folder.
...neral] accounts = Gmail maxsyncaccounts = 1 [Account Gmail] localrepository = Local remoterepository = Remote [Repository Local] type = IMAP remotehost = localhost port = 143 remoteuser = petro [Repository Remote] type = IMAP remotehost = imap.gmail.com remoteuser = myname at gmail.com ssl = yes maxconnections = 1 realdelete = no folderfilter = lambda foldername: foldername in ['INBOX'] --
2015 Apr 04
1
Downloading a great number of files from different rsync servers for good loadbalancing and high efficiency.
...rsync servers by using the above method which are exactly the content of the file mirrors.list. 3- Finally, I use the powerful rsync tool to downloading all of these deb files listed in deb-file.list by using all of the rsync servers stored in the mirrors.list. Considering that the bandwidth and maxconnections limit imposed by these servers' webmasters -- which are the fact for most of these servers, I want only download one deb file from each of these rsync servers at the same time. And after the downloading finished for the specific rsync server, than let rsync read in the next deb file from t...
2007 Nov 22
1
Re: pppoe domU: did you test userspace rp-pppoe?
Peter Jakobi wrote: > Hi Jiri, > > you already tested an ancient userspace-only rp-pppoe? > I''ve still one active, and trying this you could validate > your the rest of your setup, before looking at possible > kernel changes anew (strace, ltrace, logs, whatever)... > Hi Peter. No I did not. Do I have to compile it? Can you give me more info what to do?
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all, trying to build some Heimdal-based packages for Samba AD DC under openSUSE I am facing some difficulties with the build system: During the installation which is triggered by "make install" waf complains about some task dependency cycle after leaving folder bin/default. Full log including config options can be seen unter https://build.opensuse.org/
2009 Jul 02
2
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do;-)
...Jul 2 13:39:55 2009 Below is my smb.conf and my registry based any sugestions would be appreciated! Sorry for being so long winded! -Glenn smb.conf file # Generated by /usr/sbin/modify_samba_config.pl # [global] configbackend = registry ## Section - [smbsrvr] [smbsrvr] comment = test maxconnections = 0 path = /smbsrvr max connections = 0 # # end of generated smb.conf # Samba registry backend configuration [HKEY_LOCAL_MACHINE\SOFTWARE\Samba] [HKEY_LOCAL_MACHINE\SOFTWARE\Samba\Group Policy] [HKEY_LOCAL_MACHINE\SOFTWARE\Samba\smbconf] [HKEY_LOCAL_MACHINE\SOFTWARE\Samba\smbconf\glo...
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...ime.xml,lpqcommand.xml,lpresumecommand.xml,lprmcommand.xml,lsaovernetlogon.xml,machinepasswordtimeout.xml,magicoutput.xml,magicscript.xml,manglednames.xml,mangleprefix.xml,manglingchar.xml,manglingmethod.xml,mapaclinherit.xml,maparchive.xml,maphidden.xml,mapreadonly.xml,mapsystem.xml,maptoguest.xml,maxconnections.xml,maxdisksize.xml,maxlogsize.xml,maxmux.xml,maxopenfiles.xml,maxprintjobs.xml,maxreportedprintjobs.xml,maxsmbdprocesses.xml,maxstatcachesize.xml,maxttl.xml,maxwinsttl.xml,maxxmit.xml,mdnsname.xml,messagecommand.xml,minprintspace.xml,minreceivefilesize.xml,minwinsttl.xml,mitkdccommand.xml,msdfspr...
2019 Mar 20
2
build problem with 4.10.0
...ime.xml,lpqcommand.xml,lpresumecommand.xml,lprmcommand.xml,lsaovernetlogon.xml,machinepasswordtimeout.xml,magicoutput.xml,magicscript.xml,manglednames.xml,mangleprefix.xml,manglingchar.xml,manglingmethod.xml,mapaclinherit.xml,maparchive.xml,maphidden.xml,mapreadonly.xml,mapsystem.xml,maptoguest.xml,maxconnections.xml,maxdisksize.xml,maxlogsize.xml,maxmux.xml,maxopenfiles.xml,maxprintjobs.xml,maxreportedprintjobs.xml,maxsmbdprocesses.xml,maxstatcachesize.xml,maxttl.xml,maxwinsttl.xml,maxxmit.xml,mdnsname.xml,messagecommand.xml,minprintspace.xml,minreceivefilesize.xml,minwinsttl.xml,mitkdccommand.xml,msdfspr...
2018 Oct 31
2
Internal DNS migrate to Bind9_DLZ
...ultSetSize=262144 lDAPAdminLimits: MaxTempTableSize=10000 lDAPAdminLimits: MaxQueryDuration=120 lDAPAdminLimits: MaxPageSize=1000 lDAPAdminLimits: MaxNotificationPerConn=5 lDAPAdminLimits: MaxActiveQueries=20 lDAPAdminLimits: MaxConnIdleTime=900 lDAPAdminLimits: InitRecvTimeout=120 lDAPAdminLimits: MaxConnections=5000 distinguishedName: CN=Default Query Policy,CN=Query-Policies,CN=Directory Serv ice,CN=Windows NT,CN=Services,CN=Configuration,DC=<domain>,DC=corp # record 5 dn: CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=<domain>,DC=corp objectClass: top objectClass: nTDS...
2018 Oct 31
3
FW: Internal DNS migrate to Bind9_DLZ
Hai,   I've checked out the log you send and i re-read the complete thread.   Based on thats done and what i did see in you logs now, looks like a  * (wildcard)  entry is giving the problem. But i am not sure of that, the wildcard bugs should be fixed, when i look in bugzilla.  (#10435 #12952 )   I've forwarded the mail to Rowland also before we go throw things at you again. ;-)
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
Hi Louis, It's simple to run a r script from the excel spreadsheet. Just write your code, source("C:\\Quantil Aplicativos\\Genercauca\\BackwardSelectionNC.r"), into a cell of a workingsheet. Then right-click the cell and select "run code" in the pop-up menu. Hope this will help you. Best, Bernard -----????----- ???: r-help-bounces at r-project.org [mailto:r-help-bounces