search for: 6598

Displaying 20 results from an estimated 29 matches for "6598".

Did you mean: 659
2006 Oct 28
2
subsetting, aggregating and zoo
Hi, Having an zoo object I can subset it to obtain the days where I have the values within some range: is.zoo(z) TRUE subset(z[,1], z[,1]>=5 & z[,1]<= 10) #Yields: Year(day) 1988(13) 1988(14) 1988(16) 1988(20) 1988(21) 1988(22) 1988(25) 1988(26) 7.973946 9.933518 7.978227 7.512960 6.641862 5.667780 5.721358 6.863729 1988(27) 1988(28) 1988(29) 1988(30) 1988(32)
2019 Mar 29
2
YP Directory Listing Concern
...this is NOT simple. Most of your trouble is with things that are not Icecast. For 'streaming to the internet' (and listing on YP) you MUST provide: * A publicly reachable TCP port (IPv6 and or IPv4)   Please note that RFC1918 is NOT public (192.168..; 10...; 172.16-31..)   Neither is RFC 6598 - 100.64... * A world wide resolvable DNS entry for the IP address(es) involved above   Technically this is optional, but we STRONGLY recommend it. This mailing list will NOT help you with either of those two. You MUST provide this by yourself. If you need help with this, PLEASE seek it elsewhere...
2019 Jan 22
3
samba_dns_question
...fault) the server will not answer authoritatively. And http://www.zytrax.com/books/dns/ch7/queries.html#empty-zones-enable empty-zones-enable yes | no ; By default empty-zones-enable is set to yes which means that reverse queries for IPv4 and IPv6 addresses covered by RFCs 1918, 4193, 5737 and 6598 (as well as IPv6 local address (locally assigned), IPv6 link local addresses, the IPv6 loopback address and the IPv6 unknown address) but which is not not covered by a locally defined zone clause will automatically return an NXDOMAIN response from the local name server. This prevents reverse map...
2019 Apr 03
2
YP Directory Listing Concern
...e, this is NOT simple. Most of your trouble is with things that are not Icecast. For 'streaming to the internet' (and listing on YP) you MUST provide: * A publicly reachable TCP port (IPv6 and or IPv4) Please note that RFC1918 is NOT public (192.168..; 10...; 172.16-31..) Neither is RFC 6598 - 100.64... * A world wide resolvable DNS entry for the IP address(es) involved above Technically this is optional, but we STRONGLY recommend it. This mailing list will NOT help you with either of those two. You MUST provide this by yourself. If you need help with this, PLEASE seek it elsewhere....
2019 Apr 03
2
YP Directory Listing Concern
...e, this is NOT simple. Most of your trouble is with things that are not Icecast. For 'streaming to the internet' (and listing on YP) you MUST provide: * A publicly reachable TCP port (IPv6 and or IPv4) Please note that RFC1918 is NOT public (192.168..; 10...; 172.16-31..) Neither is RFC 6598 - 100.64... * A world wide resolvable DNS entry for the IP address(es) involved above Technically this is optional, but we STRONGLY recommend it. This mailing list will NOT help you with either of those two. You MUST provide this by yourself. If you need help with this, PLEASE seek it elsewhere....
2019 Apr 02
0
YP Directory Listing Concern
...trouble > is with things that are not Icecast. > > For 'streaming to the internet' (and listing on YP) you MUST provide: > > * A publicly reachable TCP port (IPv6 and or IPv4) > Please note that RFC1918 is NOT public (192.168..; 10...; 172.16-31..) > Neither is RFC 6598 - 100.64... > > * A world wide resolvable DNS entry for the IP address(es) involved above > Technically this is optional, but we STRONGLY recommend it. > > This mailing list will NOT help you with either of those two. You MUST > provide this by yourself. If you need help with th...
2019 Apr 03
0
YP Directory Listing Concern
...st of your trouble > is with things that are not Icecast. > For 'streaming to the internet' (and listing on YP) you MUST provide: > * A publicly reachable TCP port (IPv6 and or IPv4) > Please note that RFC1918 is NOT public (192.168..; 10...; 172.16-31..) > Neither is RFC 6598 - 100.64... > * A world wide resolvable DNS entry for the IP address(es) involved above > Technically this is optional, but we STRONGLY recommend it. > This mailing list will NOT help you with either of those two. You MUST > provide this by yourself. If you need help with this, PLEASE...
2019 Apr 04
0
YP Directory Listing Concern
...st of your trouble > is with things that are not Icecast. > For 'streaming to the internet' (and listing on YP) you MUST provide: > * A publicly reachable TCP port (IPv6 and or IPv4) > Please note that RFC1918 is NOT public (192.168..; 10...; 172.16-31..) > Neither is RFC 6598 - 100.64... > * A world wide resolvable DNS entry for the IP address(es) involved above > Technically this is optional, but we STRONGLY recommend it. > This mailing list will NOT help you with either of those two. You MUST > provide this by yourself. If you need help with this, PLEASE...
2010 Sep 22
20
problem in downloading large file with apache+mongrel
hii all, am using apache as frontend to mongrel and loaded xsendfile module in apache ,am looking for 1 GB of download .this is download routine def download @stream = Stream.find(params[:id]) send_file(@stream.location,:filename => @stream.name,:disposition > ''attachment'',:x_sendfile => true ) and And this is how it is processed Processing
2008 Jun 27
1
xyplot and separate abline per plot
Hello list! I have a set of data like this: > alldata[1:5,] breaks numbers disttype moltype type 1 0.0000000 6598 Gapped Distances 5S Between species 2 0.4066667 0 Gapped Distances 5S Between species 3 0.8133333 5228 Gapped Distances 5S Between species 4 1.2200000 0 Gapped Distances 5S Between species 5 1.6266667 9702 Gapped Distances 5S Between species > levels(al...
2011 Mar 19
0
ActiveRecord::Relation#except and #only loses scope extensions
...aking a pull request is erroring on my on github, I''ve added the patch to lighthouse too. This can be added to the Rails 3.0.x branch as well. https://github.com/iain/rails/commit/a0bd5ba2fa38155ef6c036b256b08414eb9a2af1 https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/6598-activerecordrelationexcept-and-only-loses-scope-extensions Any feedback is greatly appreciated Iain -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsu...
2019 Jan 22
0
samba_dns_question
...t; > http://www.zytrax.com/books/dns/ch7/queries.html#empty-zones-enable > > empty-zones-enable yes | no ; > > > > By default empty-zones-enable is set to yes which means that reverse > > queries for IPv4 and IPv6 addresses > > covered by RFCs 1918, 4193, 5737 and 6598 (as well as IPv6 local > > address (locally assigned), > > IPv6 link local addresses, the IPv6 loopback address and the IPv6 > > unknown address) > > but which is not not covered by a locally defined zone clause will > > automatically return an NXDOMAIN response from...
2025 Jan 04
1
Upcoming discontinuation of Samba 4.19.x (creation of new GPOs impossible with versions 4.20.x and 4.21.x)
Are Samba developers aware that the only way to create usable GPOs (which are arguably one of the most important features of an AD environment) is to use a Samba version (4.19.x) that is two versions behind the current one and that, according to "Samba Release Planning and Supported Release Lifetime", is scheduled for discontinuation in March 2025?
2019 Jan 22
1
samba_dns_question
....com/books/dns/ch7/queries.html#empty-zones-enable > > > empty-zones-enable yes | no ; > > > > > > By default empty-zones-enable is set to yes which means that > > > reverse queries for IPv4 and IPv6 addresses > > > covered by RFCs 1918, 4193, 5737 and 6598 (as well as IPv6 local > > > address (locally assigned), > > > IPv6 link local addresses, the IPv6 loopback address and the IPv6 > > > unknown address) > > > but which is not not covered by a locally defined zone clause will > > > automatically return...
2012 Jun 05
0
Errors in dmesg
...type mismatch for f9c00000,200000 old: write-back new: write-combining mtrr: type mismatch for f9800000,400000 old: write-back new: write-combining mtrr: type mismatch for f9000000,800000 old: write-back new: write-combining input: AT Translated Set 2 keyboard as /class/input/input4 altera_installe[6598]: segfault at 0000000000000000 rip 0000000000000000 rsp 00000000ffd6af2c error 14 INFO: task kjournald:1793 blocked for more than 120 seconds. "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. kjournald D ffff810c6a193e40 0 1793 843 1819 1...
2015 Mar 22
2
Error after setting up fts /solr for Open-Xchange
..._run+0x13) [0x7fae1c10a7b3] -> dovecot/imap(main+0x2ae) [0x7fae1c90152e] -> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) [0x7fae1bd73ead] -> dovecot/imap(+0xd69d) [0x7fae1c90169d] Mar 22 18:54:24 mailserver dovecot: imap(zucca at foo.bar): Fatal: master: service(imap): child 6598 killed with signal 6 (core dumps disabled) I don't even have any fts-search-serialize.c on the system... Maybe someone is able to help me? I know we're nearly there, but i can't find anything on this anywhere. If there's anything else you need to know in order to help, please let...
2019 Mar 29
2
YP Directory Listing Concern
hi, im so sorry i made you confuse, lets make things simple, i will attach here my config file (the passwords are the default for now). and see if this configuration will now work over the internet and can be heard publicly, I only change the hostname, also please check it if it's the correct one. thanks for your kind consideration. On Fri, Mar 29, 2019 at 2:06 PM Thomas B. Rücker
2015 Mar 28
2
Error after setting up fts /solr for Open-Xchange
...; dovecot/imap(main+0x2ae) [0x7fae1c90152e] -> >> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) >> [0x7fae1bd73ead] -> dovecot/imap(+0xd69d) [0x7fae1c90169d] >> Mar 22 18:54:24 mailserver dovecot: imap(zucca at foo.bar): Fatal: >> master: service(imap): child 6598 killed with signal 6 (core dumps >> disabled) >> >> I don't even have any fts-search-serialize.c on the system... >> >> Maybe someone is able to help me? >> I know we're nearly there, but i can't find anything on this anywhere. >> If there's...
2015 Mar 28
2
Error after setting up fts /solr for Open-Xchange
...x86_64-linux-gnu/libc.so > <http://libc.so>.6(__libc_start_main+0xfd) > [0x7fae1bd73ead] -> dovecot/imap(+0xd69d) [0x7fae1c90169d] > Mar 22 18:54:24 mailserver dovecot: imap(zucca at foo.bar): > Fatal: master: service(imap): child 6598 killed with > signal 6 (core dumps disabled) I don't even have any > fts-search-serialize.c on the system... Maybe someone is > able to help me? I know we're nearly there, but i can't > find anything on this anywhere. If there&...
2015 Mar 28
0
Error after setting up fts /solr for Open-Xchange
...c10a7b3] -> dovecot/imap(main+0x2ae) [0x7fae1c90152e] -> > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) > [0x7fae1bd73ead] -> dovecot/imap(+0xd69d) [0x7fae1c90169d] > Mar 22 18:54:24 mailserver dovecot: imap(zucca at foo.bar): Fatal: > master: service(imap): child 6598 killed with signal 6 (core dumps > disabled) > > I don't even have any fts-search-serialize.c on the system... > > Maybe someone is able to help me? > I know we're nearly there, but i can't find anything on this anywhere. > If there's anything else you need to...