search for: 12324

Displaying 18 results from an estimated 18 matches for "12324".

Did you mean: 1224
2008 Aug 07
1
qgamma inaccuracy (PR#12324)
Full_Name: Version: 2.7.1 (2008-06-23) OS: windows vista Submission from: (NULL) (216.82.144.137) Hello, I have been working with various probability distributions in R, and it seems the gamma distribution is inaccurate for some inputs. For example, qgamma(1e-100, 5e-101, lower.tail=FALSE) gives: 1.0. However, it seems this is incorrect; I think the correct answer should be
2017 Mar 10
2
strange behaviour of dovecot
...lled with signal 9 --- then the log process is not there so that no mail log gets captured in maillog: --- root 28036 0.0 0.0 19864 1604 ? Ss 11:45 0:00 /usr/sbin/dovecot -F dovecot 28074 0.0 0.0 9312 1000 ? S 11:46 0:00 dovecot/anvil root 28075 0.0 0.0 12324 2084 ? S 11:46 0:00 dovecot/config --- Does this have something to do with any limitation in dovecot configuration? If anyone in the list ever has similar or same experience, please give me a clue that shows where to look at from here. Thanks, -- Masaharu Kawada
2010 Mar 01
1
help with zoo
...then fill the NA entries by interpolation. I am not able to proceed beyond a certain point and would like some help. Here's my code : dput(stoft) structure(list(datum = structure(c(12060, 12073, 12089, 12101, 12114, 12128, 12143, 12157, 12170, 12184, 12198, 12213, 12226, 12284, 12297, 12310, 12324, 12338, 12352, 12368, 12381, 12394, 12409, 12425, 12436, 12451, 12464, 12478, 12489, 12507, 12535, 12549, 12562, 12579, 12591, 12639, 12653, 12668, 12681, 12696, 12710, 12724, 12737, 12751, 12765, 12779, 12793, 12807, 12821, 12835, 12849, 12863, 12878, 12892, 12906, 12920, 12934, 12948, 12962,...
2018 Dec 19
5
VNC question
We have run into the infamous black screen problem with tigervnc under CentOS7, which prompted me to look into how vnc is configured here. https://access.redhat.com/solutions/966063 Am I reading this correctly - root needs to set up a systemd vnc service for every user and display individually? Compared to e.g. CentOS before 7, or indeed any other Linux/Unix system where vnc is completely under
2017 Mar 10
0
strange behaviour of dovecot
...ocess is not there so that no mail log gets captured in > maillog: > > --- > root 28036 0.0 0.0 19864 1604 ? Ss 11:45 0:00 > /usr/sbin/dovecot -F > dovecot 28074 0.0 0.0 9312 1000 ? S 11:46 0:00 > dovecot/anvil > root 28075 0.0 0.0 12324 2084 ? S 11:46 0:00 > dovecot/config > --- > > Does this have something to do with any limitation in dovecot > configuration? > > If anyone in the list ever has similar or same experience, please give me a > clue that shows where to look at from here. > >...
2010 Mar 30
0
rsync speed problem when transferring bzip2 files
...) do appear to transfer > 100-200MiB/s. Using rsync with rsh: rsync --exclude=/proc/* --exclude=/sys/* --archive --update --verbose --stats --progress --hard-links --sparse --numeric-ids --skip-compress --delete --delete-excluded --delete-after -e rsh 10.0.0.254:/ ./l1 root 20819 0.4 0.0 12324 796 pts/18 S+ 17:41 0:00 rsh 10.0.0.254rsync --server --sender -vulHogDtprSe.Lsf --skip-compress=--delete --numeric-ids . / Justin.
2006 Jul 18
1
Saving an ActiveRecord object
I get this error when I try to save an object that extends of ActiveRecord: NoMethodError in TeamController#add_player You have a nil object when you didn''t expect it! The error occured while evaluating nil.keys .... .... #{RAILS_ROOT}/app/models/player.rb:17:in `create_player'' #{RAILS_ROOT}/app/controllers/team_controller.rb:53:in `add_player'' And my Player model
2013 Feb 13
0
seasonal sum and mean and combine multiple, different data frames in .csv
...11621, 11622, 11654, 11685, 11992, 11962, 11963, 11964, 11965, 11966, 11937, 11938, 11939, 11909, 11910, 11911, 11881, 11882, 11853, 11823, 11794, 11795, 11765, 11766, 11739, 11740, 11710, 11711, 12077, 12078, 12110, 12111, 12140, 12136, 12168, 12169, 12200, 12232, 12258, 12290, 12291, 12323, 12324, 12351, 12352, 12384, 12415), class = "Date"), FluxDay = c(1512.2498, 1447.5309, 1410.6735, 1366.4421, 1326.6835, 1300.182, 1248.2897, 1193.732, 1106.1205, 1074.7132, 1037.1902, 1037.1479, 1104.1739, 1073.765, 1047.021, 1136.9787, 988.592, 988.6488, 939.9868, 810.8965, 812.3177, 811.6...
2007 Jun 20
5
How To Free memory
Hi All, My CentOS 5.0 is running on x86 machine with 4GB RAM. It runs as a webserver and there is a small java applet application. When the system is fresh reboot, there is below 1GB of used memory and as times go , the used memory increased to over 3.5GB. Is there a way to free memory out like those program which works under Windows? Thank you. -------------- next part -------------- An HTML
2008 Aug 25
0
R 2.7.2 is released
...formula environment, rather than simply in the parent (informal bug report by Werner Stahel). o The undocumented limit of 8191 bytes on comments (from # to the end of the line) in R code has been removed. o qgamma() warns if used with shape < 1e-10, when it may be unreliable. (PR#12324) o Installing a source package was not using the package's declared encoding (if any) as a default encoding for the help.search() database in Meta/hsearch.rds. This could cause packages with a default encoding to have some of their entries rejected by help.search() in a multi-byte loc...
2008 Aug 25
0
R 2.7.2 is released
...formula environment, rather than simply in the parent (informal bug report by Werner Stahel). o The undocumented limit of 8191 bytes on comments (from # to the end of the line) in R code has been removed. o qgamma() warns if used with shape < 1e-10, when it may be unreliable. (PR#12324) o Installing a source package was not using the package's declared encoding (if any) as a default encoding for the help.search() database in Meta/hsearch.rds. This could cause packages with a default encoding to have some of their entries rejected by help.search() in a multi-byte loc...
2009 Dec 14
0
R 2.10.1 is released
...amma(x, a, lower.tail=FALSE) and qgamma(..) are now considerably more accurate in some regions for very small 'a'. qgamma() now correctly returns 0 instead of NaN in similar extreme cases, and qgamma() no longer warns in the case of small 'a', see (PR#12324). o unname() now also removes names from a zero length vector. o Printing results from ls.str() no longer evaluates unevaluated calls. o complete.cases() failed on a 0-column data frame argument. (Underlies PR#14066.) It could return nonsensical results...
2009 Dec 14
0
R 2.10.1 is released
...amma(x, a, lower.tail=FALSE) and qgamma(..) are now considerably more accurate in some regions for very small 'a'. qgamma() now correctly returns 0 instead of NaN in similar extreme cases, and qgamma() no longer warns in the case of small 'a', see (PR#12324). o unname() now also removes names from a zero length vector. o Printing results from ls.str() no longer evaluates unevaluated calls. o complete.cases() failed on a 0-column data frame argument. (Underlies PR#14066.) It could return nonsensical results...
2009 Apr 07
2
[Bug 590] New: iptables unknown target data
...nat,iptable_mangle,iptable_filter x_tables 16132 14 ipt_LOG,ipt_owner,xt_mark,xt_CONNMARK,xt_MARK,ipt_ULOG,xt_multiport,xt_state,ipt_MASQUERADE,iptable_nat,xt_TCPMSS,xt_tcpmss,xt_tcpudp,ip_tables ac 6916 0 sbp2 24072 0 lp 12324 0 snd_mpu401 9448 0 snd_mpu401_uart 9728 1 snd_mpu401 parport_pc 36260 1 parport 37832 3 ppdev,lp,parport_pc analog 13600 0 gameport 16008 1 analog pcspkr 4224 0 matrox_w1 4992...
2003 Mar 28
9
Squid
...ah -- * * 0.0.0.0/0 0.0.0.0/0 Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 413 61925 eth0_fwd ah -- eth0 * 0.0.0.0/0 0.0.0.0/0 237 12324 eth1_fwd ah -- eth1 * 0.0.0.0/0 0.0.0.0/0 176 16908 eth2_fwd ah -- eth2 * 0.0.0.0/0 0.0.0.0/0 0 0 eth3_fwd ah -- eth3 * 0.0.0.0/0 0.0.0.0/0 0 0 common ah -- * *...
2018 Sep 11
2
Byte-wide stores aren't coalesced if interspersed with other stores
Andres: FWIW, codegen will do the merge if you turn on global alias analysis for it "-combiner-global-alias-analysis". That said, we should be able to do this merging earlier. -Nirav On Mon, Sep 10, 2018 at 8:33 PM, Andres Freund via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > On 2018-09-10 13:42:21 -0700, Andres Freund wrote: > > I have, in postres,
2013 Sep 18
0
libvirt report error "error: End of file while reading data: Input/output error" when start domain
Hi, When I want to start a VM by virsh, report error: virsh start vm1 2013-09-18 05:52:06.809+0000: 12324: info : libvirt version: 1.1.1, package: 1.mcp8_0.1 (Koji, 2013-08-09-07:55:01, lnxmcp1) 2013-09-18 05:52:06.809+0000: 12324: debug : virLogParseOutputs:1334 : outputs=1:file:/var/log/virsh.log error: Failed to start domain vm1 error: End of file while reading data: Input/output error error: One...
2020 Jun 28
2
AVR750U Low Power not Triggering Shutdown
...t: Unknown error 0.070140 Can't retrieve Report 59: Permission denied 0.070172 Path: UPS.ffff00fe.ffff00a2, Type: Feature, ReportID: 0x59, Offset: 0, Size: 8 0.071002 Path: UPS.ffff00fe.CommunicationProtocolVersion, Type: Feature, ReportID: 0x6c, Offset: 0, Size: 16, Value: 12324 0.072013 Path: UPS.ffff00fe.ffff0062, Type: Feature, ReportID: 0x5d, Offset: 0, Size: 8, Value: 1 0.072971 libusb_get_report: Unknown error 0.073005 Can't retrieve Report 60: Permission denied 0.073027 Path: UPS.ffff00fe.ffff0060, Type: Feature, ReportID: 0x60, Offse...