search for: 54321

Displaying 20 results from an estimated 60 matches for "54321".

Did you mean: 5432
2010 Aug 09
1
nested 'by'
Assuming a data frame or matrix with two columns representing variable that you want to aggregate over. you want to calculate column means, by year, for each Id example<-data.frame(id=c(rep(12345,5),rep(54321,6),rep(45678,7)),Year=rep(seq(1900,1902,by=1),6), x=seq(1,18,by=1),y=seq(18,1,by=-1)) example id Year x y 1 12345 1900 1 18 2 12345 1901 2 17 3 12345 1902 3 16 4 12345 1900 4 15 5 12345 1901 5 14 6 54321 1902 6 13 7 54321 1900 7 12 8 54321 1901 8 11 9 54321 1902 9 10 10 5...
2019 Jun 19
2
[Bug 1344] New: Segmentation fault in nft add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 }
https://bugzilla.netfilter.org/show_bug.cgi?id=1344 Bug ID: 1344 Summary: Segmentation fault in nft add rule ip ipv4table ipv4chain-1 tcp sport { 12345-54321 } Product: nftables Version: unspecified Hardware: All OS: Ubuntu Status: NEW Severity: critical Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: sbezverk at cisco.com...
2018 Jul 26
1
dsync: expunge from pop3 does not replicate
...***)<2172><>: Debug: Added userdb setting: plugin/quota_rule=*:bytes=3221225472 Jul 26 10:54:11 mda11 dovecot: doveadm(jakub@***)<2172><>: Debug: Added userdb setting: plugin/quota_rule2=*:messages=0 Jul 26 10:54:11 mda11 dovecot: doveadm(jakub@***): Debug: remote(10.3.13.52:54321): auth USER input: jakub@*** uid=65534 quota_rule=*:bytes=3221225472 quota_rule2=*:messages=0 Jul 26 10:54:11 mda11 dovecot: doveadm(jakub@***): Debug: remote(10.3.13.52:54321): Added userdb setting: plugin/quota_rule=*:bytes=3221225472 Jul 26 10:54:11 mda11 dovecot: doveadm(jakub@***): Debug: remo...
2018 Jul 25
2
dsync: expunge from pop3 does not replicate
...ter-users driver = passwd-file master = yes pass = yes } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = box msgid from subject size mail_replica = tcp:10.3.13.51:54321 old_stats_command_min_time = 1 mins old_stats_domain_min_time = 12 hours old_stats_ip_min_time = 12 hours old_stats_memory_limit = 16 M old_stats_refresh = 30 secs old_stats_session_min_time = 15 mins old_stats_track_cmds = yes old_stats_user_min_time = 1 hours quota = dict:User q...
2009 Apr 22
1
Cannot set user quotas
...File limits User used soft hard grace used soft hard grace ---------------------------------------------------------------------- root -- 184224 0 0 4 0 0 12345 -- 208 0 0 49 0 0 54321 -- 172 0 0 40 0 0 (4) Turn on quotas quoataon /home (5) Add a user quota setquota -u 12345 10000 11000 0 0 -a /dev/hda3 (6) Recalculate the quotas quotaoff /home quotacheck -amu quotaon /home (7) Check if the quotas are active ls ?l /h...
2023 Mar 26
1
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
On Mon, Mar 20, 2023 at 10:44, Ido Schimmel <idosch at nvidia.com> wrote: >> + $MZ $swp1 -c 1 -p 128 -t udp "sp=54321,dp=12345" \ >> + -a $mac -b `mac_get $h2` -A 192.0.2.1 -B 192.0.2.2 -q >> + tc_check_packets "dev $swp2 egress" 1 1 >> + check_fail $? "Dynamic FDB entry did not age out" > > Shouldn't this be check_err()? After the FDB entry was aged you want t...
2018 Mar 11
1
Problem connecting two home networks (Windows/Linux)
...5.255.0.0 Tinc (1.1pre 15) is running on 192.168.0.2 (Windows) and on 192.168.1.4 (Debian, Raspberry) IP forwarding is activated on the Windows PC (HKEY_LOCAL_MACHINE\ System\ CurrentControlSet\ Services\ Tcpip\ Parameters) and the Raspberry (net.ipv4.ip_forward = 1). Port forwarding for port 54321 is enabled on both routers. Configuration files: NodeVienna: tinc.conf: -- Name = NodeVienna ConnectTo = NodeBerlin Interface = vpn-dev AddressFamily = ipv4 PrivateKeyFile=C:\Program Files\tinc\MyTincVPN\rsa_key.priv Mode = router -- IP config for the TAP-device (Version Windows 9...
2010 Sep 08
6
'par mfrow' and not filling horizontally
.... I'd appreciate being shown the way out of this one! I've been round the documentation in ever-drecreasing circles, and along other paths, without stumbling on the answer. The background to the question can be exemplified by the example (no graphics window open to start with): set.seed(54321) X0 <- rnorm(50) ; Y0 <- rnorm(50) par(mfrow=c(2,1),mfg=c(1,1),cex=0.5) plot(X0,Y0,pch="+",col="blue",xlim=c(-3,3),ylim=c(-3,3), xlab="X",ylab="Y",main="My Plot",asp=1) par(mfg=c(2,1)) plot(X0,Y0,pch="+",col="blue&...
2023 Mar 28
2
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
On Sun, Mar 26, 2023 at 05:41:06PM +0200, Hans Schultz wrote: > On Mon, Mar 20, 2023 at 10:44, Ido Schimmel <idosch at nvidia.com> wrote: > >> + $MZ $swp1 -c 1 -p 128 -t udp "sp=54321,dp=12345" \ > >> + -a $mac -b `mac_get $h2` -A 192.0.2.1 -B 192.0.2.2 -q > >> + tc_check_packets "dev $swp2 egress" 1 1 > >> + check_fail $? "Dynamic FDB entry did not age out" > > > > Shouldn't this be check_err()? After the FDB...
2023 Mar 18
1
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
...ng_time $LOW_AGEING_TIME + bridge link set dev $swp1 learning on locked on + + bridge fdb replace $mac dev $swp1 master dynamic + tc filter add dev $swp2 egress protocol ip pref 1 handle 1 flower \ + dst_ip 192.0.2.2 ip_proto udp dst_port 12345 action pass + + $MZ $swp1 -c 1 -p 128 -t udp "sp=54321,dp=12345" \ + -a $mac -b `mac_get $h2` -A 192.0.2.1 -B 192.0.2.2 -q + tc_check_packets "dev $swp2 egress" 1 1 + check_err $? "Packet not seen on egress after adding dynamic FDB" + + sleep $((LOW_AGEING_TIME / 100 + 10)) + + $MZ $swp1 -c 1 -p 128 -t udp "sp=54321,dp=12...
2020 May 28
0
xinetd custom service - perl - remote address
...al/bin/args: #!/usr/bin/perl $i=1; while(defined($_ = shift)) { printf "ARGV[%d]=\"%s\"\n",$i++,$_; } foreach $env (keys %ENV) { printf "ENV{%s}=\"%s\"\n",$env,$ENV{$env}; } 2. /etc/xinetd.d/args: service args { disable = no port = 54321 type = UNLISTED socket_type = stream wait = no user = root server = /usr/local/bin/args server_args = --test log_on_failure += USERID } 3. Results of telnet 127.0.0.1 54321: # telnet 127.0.0.1 54321 Trying 127.0.0.1... Connected...
2005 Aug 03
0
chanspy not working with Agents
I'm trying to spy on an agent (Agent/54321). I can "dial(Agent/54321)" successfully. If I "chanspy(Agent/54321)" or "chanspy(Agent)" all I get is a series of beeps. Any clue where I should start looking? Thanks in advance, ------------------------------------------------------------------------ Steve Edward...
2023 Mar 20
1
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
...dge link set dev $swp1 learning on locked on > + > + bridge fdb replace $mac dev $swp1 master dynamic > + tc filter add dev $swp2 egress protocol ip pref 1 handle 1 flower \ > + dst_ip 192.0.2.2 ip_proto udp dst_port 12345 action pass > + > + $MZ $swp1 -c 1 -p 128 -t udp "sp=54321,dp=12345" \ > + -a $mac -b `mac_get $h2` -A 192.0.2.1 -B 192.0.2.2 -q Packets should be injected via $h1, not $swp1. See other test cases in this file. > + tc_check_packets "dev $swp2 egress" 1 1 > + check_err $? "Packet not seen on egress after adding dynamic FDB&qu...
2018 Mar 30
1
Replication fails with dsync-server(admin@asergis.com): Error: Couldn't create lock /home/admin/.dovecot-sync.lock: No such file or directory
...eate ??? special_use = \Junk ? } ? mailbox Trash { ??? auto = no ??? special_use = \Trash ? } ? mailbox virtual/All { ??? auto = no ??? special_use = \All ? } ? prefix = } passdb { ? args = /etc/dovecot/dovecot-sql.conf.ext ? driver = sql } plugin { ? mail_replica = tcp:192.168.100.11:54321 } protocols = imap lmtp service aggregator { ? fifo_listener replication-notify-fifo { ??? mode = 0666 ??? user = $default_internal_user ? } ? unix_listener replication-notify { ??? mode = 0666 ??? user = $default_internal_user ? } } service auth { ? client_limit = 512 ? inet_listener aut...
2020 May 28
5
xinetd custom service - perl - remote address
Hi all, I can't believe that I can't find the answer to this one. I have a perl script which is called by xinetd. I want that perl script to be able to detect the remote IP address of the caller. I presumed that it would be an environment variable but I could be wrong. I've found reference to the ENV and PASSENV arguments for xinetd.conf but no examples, and no indication of what
2010 Feb 25
2
Restructure some data
...context, this is the format that represents student's taking a computer adaptive test. first.item is the first item that student was administered and then score.1 is the student's response to that item and so forth. item.pool <- paste("item", 1:10, sep = "") set.seed(54321) dat <- data.frame(id = c(1,2,3,4,5), first.item = sample(item.pool, 5, replace=TRUE), second.item = sample(item.pool, 5,replace=TRUE), third.item = sample(item.pool, 5,replace=TRUE), score1 = sample(c(0,1), 5,replace=TRUE), score2 = sample(c(0,1), 5,replace=TRUE)...
2010 Apr 20
1
"some problems"
An embedded and charset-unspecified text was scrubbed... Name: nem el?rhet? URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100420/33e1cc15/attachment.pl>
2008 Mar 19
0
Deadair in queues.
Hello, Asterisk Server A makes an outbound call, and upon connect: exten =>1,n,RetryDial(/var/lib/asterisk/sounds/connecting,0,3,SIP/${connectto},,tT ) (${connectto} most of the time happens to be 12345 at 66.xx.xx.66 or 54321 {IP masqueraded ofcourse}) ..transfers it to * Server B (i.e 66.xx.xx.66) via SIP. (Background info, Server B registers on Server A as 1000, and Server A registers on Server B as 1000. Both of them are on direct IPs, and not behind a hardware firewall. Server A has no iptables, and Server B h...
2015 Nov 02
2
auth_request_get_var_expand test fails on big endian arches.
...dr function. This function, in turn, uses ntohl to convert from network byte order to host byte order. In big endian machines, that means that the string output will be ------------- big endian --------------- +user at +domain1@+domain2 +user +domain1 at +domain2 +service 7.91.205.21 73.150.2.210 54321 +password +mech secured 21 210 valid instead of ---------- expected output --------- +user at +domain1@+domain2 +user +domain1 at +domain2 +service 21.205.91.7 210.2.150.73 54321 +password +mech secured 21 210 valid Let me know in case you need help testing on big endian arches. Att. -- Rafae...
2010 Dec 12
0
Can't get a HighID with eMule 0.50a on wine 1.2 and Ubuntu
...nx 64bit. I installed wine 1.2 beta from the official lucid repos (which btw has become final), and eMule 0.50a. I used to do so in the past, but now i can't realize why i can't get a HighID, which is needed to get optimal performance while sharing. I configured eMule as usual (TCP port is 54321 and UDP is 54320), i use a static IP (192.168.0.1) to connect to my router and i correctly set port-forwarding for the port i just mentioned. This setup always worked in the past both on ubuntu and windows, i can't realize why now it doesn't. To fix this i tried first to manually open the...