Displaying 20 results from an estimated 20 matches for "65500".
Did you mean:
5500
2005 Jan 09
1
Slow large pings
...ev eth0 parent 1:1 classid 1:2 htb rate 100Mbit prio 2 ceil 100Mbit
tc filter add dev eth0 parent 1:0 prio 5 u32 \
match ip src 10.10.10.1 \
match ip dst 10.10.10.10 \
flowid 1:2
tc qdisc add dev eth0 parent 1:2 handle 2: sfq perturb 10
Small pings are ok - <10ms, here is output for 65500 byte pings:
Pinging test [10.10.10.1] with 65500 bytes of data:
Reply from 10.10.10.1: bytes=65500 time=120ms TTL=64
Reply from 10.10.10.1: bytes=65500 time=120ms TTL=64
Reply from 10.10.10.1: bytes=65500 time=120ms TTL=64
Reply from 10.10.10.1: bytes=65500 time=120ms TTL=64
Ping statistics for...
2007 Aug 15
1
Dovecot deliver + sieve + postfix virtual + mysql ?
...{
}
plugin {
}
/etc/dovecot/dovecot-sql.conf:
driver = mysql
default_pass_scheme = PLAIN
connect = host=127.0.0.1 dbname=postfix user=postfix password=averysecretpass
password_query = SELECT password FROM mailbox WHERE username = '%u' AND active
= '1'
user_query = SELECT maildir, 65500 AS uid, 65500 AS gid FROM mailbox WHERE
username = '%u' AND active = '1'
the user_query gives:
mysql> SELECT maildir, 65500 AS uid, 65500 AS gid FROM mailbox WHERE username
= 'radek.slavicinsky at etnetera.cz' AND active = '1';
+--------------------------------...
2010 Aug 03
2
expire plugin
...| NO | | NULL | |
+--------------+--------------+------+-----+---------+-------+
# cat /etc/dovecot/dovecot-sql.conf
driver = mysql
connect = host=localhost user=xxxxxxx password=xxxxxxx dbname=postfixadmin
user_query = SELECT CONCAT('/home/vmail/homes/',maildir) AS home, 65500
AS uid, 65500 AS gid, \
CONCAT('*:bytes=', CAST(quota AS CHAR)) AS quota_rule \
FROM mailbox WHERE username = "%u" AND active=1
password_query = SELECT username as user, password, maildir as
userdb_home, 65500 as userdb_uid, 65500 as userdb_gid FROM mailbox WHERE
username...
2006 Mar 15
1
virtual users
...debug = no
auth_debug_passwords = no
auth default {
mechanisms = plain
passdb passwd-file {
args = /etc/imap.passwd
}
userdb passwd {
}
userdb passwd-file {
args = /etc/imap.passwd
}
user = root
}
plugin {
}
[1]
------------------------
testuser:{plain}pass:65500:65500::/var/spool/mail/testuser
2003 Feb 21
1
Samba 2.2.7a 64bit executable on Solaris 8
Good Morning,
I recently compiled Samba 2.2.7a as a 64bit executable on Solaris 8.
The Solaris 8 server is configured to permit 65535 files to be open,
while Samba has been configured to allow 65500 files to be open.
These large number of files are required to permit simulataneous
compilations to take place a single build server, though there are
multiple build servers.
Last time I tried to use Samba (version 2.2.3a) this did not work,
however version 2.2.7a is working fine, however Samba...
2002 Jan 19
6
pasv ftp
Hi,
ok Im all new to this :-)
for pasv ftp in your example you say for example to use ports
65500-65535, but i dont see that u open those ports in your example fw
scripts..?
any hints ?
--
Christophe Zwecker mail: doc@zwecker.de
Hamburg, Germany fon: +49 179 3994867
http://www.zwecker.de
"Who is General Failure ? And why is he reading my dis...
2015 Jan 29
2
Tinc and OpenWRT
...p automate
> adding of new hosts in a network.
>
> A tip I've found when putting tinc on your gateway device is to bind
> to several ports so you have options with mobile devices when they are
> behind firewalls that block low ports. I tend to use 655 (tinc), 1194
> (openvpn), 65500 (tinc * 100 so it's a high port number) . Be careful
> how you use this as some older versions of Tinc on OpenWrt crash on
> startup when the .../NETWORK/hosts/NODENAME file lists multiple
> "Address = .... : [port]" lines.
>
> Also, I like to have a backup method to fi...
2015 Jun 13
2
Tinc and OpenWRT
...network.
>>>
>>> A tip I've found when putting tinc on your gateway device is to bind
>>> to several ports so you have options with mobile devices when they are
>>> behind firewalls that block low ports. I tend to use 655 (tinc), 1194
>>> (openvpn), 65500 (tinc * 100 so it's a high port number) . Be careful
>>> how you use this as some older versions of Tinc on OpenWrt crash on
>>> startup when the .../NETWORK/hosts/NODENAME file lists multiple
>>> "Address = .... : [port]" lines.
>>>
>>> Al...
2008 Mar 22
1
how to scientific notation numbers
Hi, Sorry I have to bother you a question.
I have a file with each line like this:
6.5500000000000000e+004 2.8235000000000001e+000 3.2000000000000000e+001
1.1580000000000000e+003 2.4400000000000000e+002 5.9800000000000000e+002
2.2700000000000000e+002 3.9030000000000001e+001 -1.2137000000000000e+002
However, I use read.table, it cannot read it correctly. It read in 18
variables instead of
2011 May 13
0
Winbindd can't convert between SIDs and uid/gid
...sers = yes
winbind nested groups = no
local master = no
dns proxy = Yes
name resolve order = lmhosts wins bcast host
interfaces = e1000g0
client schannel = No
security = ads
passdb backend = smbpasswd
domain master = auto
idmap backend =
idmap uid = 65001-65500
idmap gid = 210000-310000
--
Kai Lanz Stanford University School of Earth Sciences
2015 Jan 26
3
Tinc and OpenWRT
Greetings.
I'm new to tinc, but have so far managed to get a couple laptops and a
hosted server all connected. They're working as expected, running
Tinc 1.1-pre11, which I compiled from source.
Next I want to move on to adding my home router into the mix. My
routers run OpenWRT. I don't have experience compiling anything from
source for OpenWRT, but OpenWRT has Tinc 1.0.25
2015 Jan 27
0
Tinc and OpenWRT
...wrote the script below to help automate
adding of new hosts in a network.
A tip I've found when putting tinc on your gateway device is to bind
to several ports so you have options with mobile devices when they are
behind firewalls that block low ports. I tend to use 655 (tinc), 1194
(openvpn), 65500 (tinc * 100 so it's a high port number) . Be careful
how you use this as some older versions of Tinc on OpenWrt crash on
startup when the .../NETWORK/hosts/NODENAME file lists multiple
"Address = .... : [port]" lines.
Also, I like to have a backup method to find and remote to an Open...
2013 Sep 12
2
Where's Dovecot's ports?
Dear all,
I installed "dovecot dovecoot-mysql postfix and postfix-mysql" from
debian repository 7.
I start them with "/etc/init.d/postfix start" and "/etc/init.d/dovecot
start"
but When i use nmap localhost I see the following output:
root at sito:/etc/dovecot# nmap localhost
Starting Nmap 6.00 ( http://nmap.org ) at 2013-09-12 07:35 IRDT
Nmap scan report for
2015 Jan 30
0
Tinc and OpenWRT
...ng of new hosts in a network.
>>
>> A tip I've found when putting tinc on your gateway device is to bind
>> to several ports so you have options with mobile devices when they are
>> behind firewalls that block low ports. I tend to use 655 (tinc), 1194
>> (openvpn), 65500 (tinc * 100 so it's a high port number) . Be careful
>> how you use this as some older versions of Tinc on OpenWrt crash on
>> startup when the .../NETWORK/hosts/NODENAME file lists multiple
>> "Address = .... : [port]" lines.
>>
>> Also, I like to have a...
2012 Oct 24
13
Puppet & Oracle Database config management
Afternoon all.
I''ve been reading around on Puppet and Oracle, and have come up with a few
links that suggest how to get Oracle installed and base configured, which
has got me started in the right direction on that.
My next challenge is maintaining Oracle database specific configuration on
the relevant hosts. This contains various elements, such as /etc/oratab,
/etc/oranfstab (as
2015 Jun 15
1
Tinc and OpenWRT
...;>
>>>> A tip I've found when putting tinc on your gateway device is to bind
>>>> to several ports so you have options with mobile devices when they are
>>>> behind firewalls that block low ports. I tend to use 655 (tinc), 1194
>>>> (openvpn), 65500 (tinc * 100 so it's a high port number) . Be careful
>>>> how you use this as some older versions of Tinc on OpenWrt crash on
>>>> startup when the .../NETWORK/hosts/NODENAME file lists multiple
>>>> "Address = .... : [port]" lines.
>>>>...
2015 Jun 15
2
Tinc and OpenWRT
...gt;>> A tip I've found when putting tinc on your gateway device is to bind
>>>>> to several ports so you have options with mobile devices when they are
>>>>> behind firewalls that block low ports. I tend to use 655 (tinc), 1194
>>>>> (openvpn), 65500 (tinc * 100 so it's a high port number) . Be careful
>>>>> how you use this as some older versions of Tinc on OpenWrt crash on
>>>>> startup when the .../NETWORK/hosts/NODENAME file lists multiple
>>>>> "Address = .... : [port]" lines.
>...
2019 Jul 19
2
Samba4 - global catalog (GC) cannot be contacted using Windows 7 RSAT
...mbd
tcp 0 0 DC1_IP:135 Other_IP:50476
ESTABLISHED 2573/samba
tcp 0 0 DC1_IP:135 Other_IP:61388
ESTABLISHED 2573/samba
tcp 0 0 DC1_IP:49152 Other_IP:62660
ESTABLISHED 2573/samba
tcp 0 0 DC1_IP:49152 Other_IP:65500
ESTABLISHED 2573/samba
tcp 0 0 DC1_IP:41854 DC2_IP:49152
ESTABLISHED 2581/samba
tcp 0 0 DC1_IP:49152 Other_IP:63554
ESTABLISHED 2573/samba
tcp 0 0 DC1_IP:49152 Other_IP:60790
ESTABLISHED 2573/samba
tcp 0 0 DC1_IP:49152...
2020 Feb 06
2
doveadm backup -R -m -s not picking up a new message
...# Hostname: imapmirror.v.shahaf.local2
disable_plaintext_auth = no
first_valid_uid = 1000
imapc_features = " rfc822.size fetch-headers modseq"
imapc_host = imap.fastmail.com
imapc_password = # hidden, use -P to show it
imapc_port = 993
imapc_ssl = imaps
imapc_user = ...
last_valid_uid = 65500
mail_location = maildir:~/Maildir:UTF-8
mail_prefetch_count = 99
namespace {
inbox = yes
location =
prefix =
separator = /
}
passdb {
driver = pam
}
protocols = imap lmtp
service imap {
drop_priv_before_exec = yes
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmt...
2013 Sep 05
4
Bug#721946: xen-hypervisor-4.1-amd64: dom0_mem cannot exceed some value
...0 336 23436
Thu Sep 5 18:03:28 CEST 2013: Mem: 1756768 1691292 65476 0 332 22992
Thu Sep 5 18:03:33 CEST 2013: Mem: 1756768 1691256 65512 0 284 22616
Thu Sep 5 18:03:35 CEST 2013: Mem: 1756768 1691268 65500 0 252 22360
Thu Sep 5 18:03:41 CEST 2013: Mem: 1756768 1691492 65276 0 328 20364
Sep 5 18:03:46 pcale kernel: [ 1017.376339] Xorg invoked oom-killer: gfp_mask=0x4d0, order=1, oom_adj=0, oom_score_adj=0
Sep 5 18:03:46 pcale kernel: [ 1017.3...