search for: 9768

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

Did you mean: 768
2007 Jun 29
1
Shapiro Test P Value Incorrect? (PR#9768)
Full_Name: Jason Polak Version: R version 2.5.0 (2007-04-23) OS: Xubuntu 7.04 Submission from: (NULL) (137.122.144.35) Dear R group, I have noticed a strange anomaly with the shapiro.test() function. Unfortunately I do not know how to calculate the shapiro test P values manually so I don't know if this is an actual bug. So, to produce the results, run the following code: pvalues = 0; for
2008 Mar 10
10
tutes on testing controllers
hello spec''ers, i''m in the hunt for guides on testing controllers with rspec, would you guys recommend any? thanks Oliver -- Oliver Azevedo Barnes oli.azevedo.barnes at gmail.com +55 11 9768 0193 http://www.linkedin.com/in/oliverbarnes http://workingwithrails.com/person/4704-oliver-barnes
2006 Apr 15
13
htb overrate with 2.6.16
...eaf 800b: prio 0 quantum 25000 rate 2000Kbit ceil 2000Kbit burst 2600b/8 mpu 0b overhead 0b cburst 2600b/8 mpu 0b overhead 0b level 0 Sent 189796883 bytes 20626 pkt (dropped 0, overlimits 0 requeues 0) rate 3484Kbit 45pps backlog 0b 0p requeues 0 lended: 20627 borrowed: 0 giants: 30926 tokens: -9768 ctokens: -9768 As you can see the correctly calculated rate is way above the ceiling and I''ve seen it go as fast as this certain type of traffic can go (something like 8-10Mbits), i.e. the class doesn''t seem to shape at all. No drops or overlimits. FWIW the cbq in 2.6.10 kernel...
2011 Mar 20
2
task md1_resync:9770 blocked for more than 120 seconds and OOM errors
...to work ok, but I'm worried about those /var/log/message: kernel: INFO: task md1_resync:9770 blocked for more than 120 seconds. kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. kernel: md1_resync D ffff81011edba820 0 9770 55 9768 (L-TLB) kernel: ffff810083259d70 0000000000000046 0000000000000000 ffff81011ea66e0c kernel: ffff81011ea66c0c 000000000000000a ffff81011ccc27a0 ffff81011edba820 kernel: 000011d56f2a0b28 000000000000100f ffff81011ccc2988 000000028008b4d7 kernel: Call Trace: kernel: [<ffffffff800a0947...
2010 Oct 12
1
GEE with user-specified link function
Hello, I would like to try to fit a GEE with user-specified link function. I read through a couple of thread on the list, for example http://tolstoy.newcastle.edu.au/R/help/04/12/9768.html#start and http://tolstoy.newcastle.edu.au/R/help/06/04/25298.html. I noticed that they are all 6 or more years old and the answer is very clear for GLM, however for GEE I am still not sure. There are two existing package for GEE. One is called gee and anther is called geepack. However, in bot...
2019 May 31
3
sieve setup. no svbin ?
...Unknown column 'mailbox.enablesievec' in 'where clause' Jun 01 08:32:26 auth-worker(9621): Error: sql(voytek): User query failed: Unknown column 'mailbox.enablesievec' in 'where clause' # sievec -u voytek at sbt.net.au dovecot.sieve sievec(voytek at sbt.net.au)<9768><>: Error: user voytek at sbt.net.au: Auth USER lookup failed sievec(root): Fatal: Internal error occurred. Refer to server log for more information. Jun 01 08:36:24 auth-worker(9769): Warning: sqlpool(mysql): Query failed, retrying: Unknown column 'mailbox.enablesievec' in 'w...
2007 Apr 18
0
approach to Iraq 1
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 9768 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20060922/d57d8b9b/attachment.png
2008 Jan 10
0
Plotting a smooth curve through points
...I'm interested in. The problem is that I don't understand how/why of fitting a model to the data points. Here is an example of the data I am graphing: year mean sd 1 2010 6738 1721 2 2015 8793 2326 3 2020 11699 3333 4 2025 15951 5232 5 2030 22492 9768 6 2035 33289 24431 7 2040 52917 82341 And here is the R code I am currently using: gr = function (yr,rate,trk) trk*rate^(yr-2006) plot.results <- function(dfn) { dt <- read.table(dfn) res.g = nls(dt$mean ~ gr(dt$year, R, T), start=c(R=1.08, T=3700), data=dt) R <- as.nu...
2007 Apr 18
0
approach to Iraq 1
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 9768 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20060922/d57d8b9b/attachment.png
2014 Jun 04
0
Lead Developer for a Groundbrekaing Crypto crowdfunding startup
...This is a long-term FT opportunity based in Mountain View, CA, but open for short-term contractor. This could potentially turn into CTO role based on profile / experience level. Take a look at www.koinify.com and contact me if interested. -Tom Attachments: http://www.ruby-forum.com/attachment/9768/koinify.png -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5T...
2006 Aug 04
2
Functional Testing Anomoly
I have a test method (below). def test_save_failed post( :edit, :record => StatusChanger.invalid_data_hash) assert_response :success assert_template ''edit'' assert assigns(:record) assert_equal false, assigns(:record).valid? end This particular method is part of a larger set of functional tests. If I run, $ ruby controller_test.rb -n
2019 Jun 09
0
sieve setup. no svbin ?
...enablesievec' in 'where clause' > Jun 01 08:32:26 auth-worker(9621): Error: sql(voytek): User query failed: > Unknown column 'mailbox.enablesievec' in 'where clause' > > > # sievec -u voytek at sbt.net.au dovecot.sieve > sievec(voytek at sbt.net.au)<9768><>: Error: user voytek at sbt.net.au: Auth > USER lookup failed > sievec(root): Fatal: Internal error occurred. Refer to server log for more > information. > > Jun 01 08:36:24 auth-worker(9769): Warning: sqlpool(mysql): Query failed, > retrying: Unknown column 'mail...
2005 Aug 17
4
[Bug 1070] Enchancement: Integration with GridEngine
http://bugzilla.mindrot.org/show_bug.cgi?id=1070 Summary: Enchancement: Integration with GridEngine Product: Portable OpenSSH Version: 4.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2019 May 30
2
sieve setup. no svbin ?
since moving/upgrading system I've noticed I no longer get sieve script compiled, there is no dovecot.svbin created in /var/vmail/vmail1/sbt.net.au/voytek at tld.au/sieve what am I missing, how to check ? also, looking at sieve.log, I see a lot of May 31 06:32:50 lda(voytek at sbt.net.au)<1234><c4aVBfI98FzSBAAAyLbbsQ>: Error: sieve: Failed to initialize script execution: Invalid
2014 Jun 25
3
about samba failover
Hi all, As many of us, I'm trying to find a way to have a failover solution for a Samba domain. The actual choice has been (because of hardware cost) to have only 1 physical xen-based server (ubuntu 14.04) that do (dom0) : - DHCP server (LAN) - NTP server - firewall - proxy - DNS server Then 4 VMs running for: - Samba Domain controller - Samba Domain member (file server) - Apache2 server -
2016 Feb 23
2
[GIT,PULL] Signed firmware for NVIDIA Maxwell 2 GPUs
...es nvidia/gm200/gr/fecs_inst.bin | Bin 0 -> 16271 bytes nvidia/gm200/gr/fecs_sig.bin | Bin 0 -> 76 bytes nvidia/gm200/gr/gpccs_bl.bin | Bin 0 -> 576 bytes nvidia/gm200/gr/gpccs_data.bin | Bin 0 -> 2056 bytes nvidia/gm200/gr/gpccs_inst.bin | Bin 0 -> 9768 bytes nvidia/gm200/gr/gpccs_sig.bin | Bin 0 -> 76 bytes nvidia/gm200/gr/sw_bundle_init.bin | Bin 0 -> 7616 bytes nvidia/gm200/gr/sw_ctx.bin | Bin 0 -> 5592 bytes nvidia/gm200/gr/sw_method_init.bin | Bin 0 -> 10800 bytes nvidia/gm200/gr/sw_nonctx.bin | Bin 0 -...
2004 Jan 06
7
Getting ext3 up and running
I have a Debian system from a Knoppix distribution. I started out with ext2 but decided to change to ext3. tune2fs -j OK. However the system boots with a warning ....ext3 mounted as ext2. proc/mounts confirms this and no journal is running. So I have to make an initrd. Did so using instructions in the Debian Reference and this did not change anything. Any attempt to use the img produced was a
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...ello World +9672 => Hello World +9680 => Hello World +9688 => Hello World +9696 => Hello World +9704 => Hello World +9712 => Hello World +9720 => Hello World +9728 => Hello World +9736 => Hello World +9744 => Hello World +9752 => Hello World +9760 => Hello World +9768 => Hello World +9776 => Hello World +9784 => Hello World +9792 => Hello World +9800 => Hello World +9808 => Hello World +9816 => Hello World +9824 => Hello World +9832 => Hello World +9840 => Hello World +9848 => Hello World +9856 => Hello World +9864 => Hello...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...+9656: 0, 0 +9664: , +9664: 0, 0 +9672: , +9672: 0, 0 +9680: , +9680: 0, 0 +9688: , +9688: 0, 0 +9696: , +9696: 0, 0 +9704: , +9704: 0, 0 +9712: , +9712: 0, 0 +9720: , +9720: 0, 0 +9728: , +9728: 0, 0 +9736: , +9736: 0, 0 +9744: , +9744: 0, 0 +9752: , +9752: 0, 0 +9760: , +9760: 0, 0 +9768: , +9768: 0, 0 +9776: , +9776: 0, 0 +9784: , +9784: 0, 0 +9792: , +9792: 0, 0 +9800: , +9800: 0, 0 +9808: , +9808: 0, 0 +9816: , +9816: 0, 0 +9824: , +9824: 0, 0 +9832: , +9832: 0, 0 +9840: , +9840: 0, 0 +9848: , +9848: 0, 0 +9856: , +9856: 0, 0 +9864: , +9864: 0, 0 +9872: , +9872: 0,...
2013 Feb 21
2
ggplot2, geomtile fill assignment
...-0.025 4 6579 1894 1894 0.3375 1.8375 -0.025 4 8219 1895 1895 0.3375 1.8625 -0.025 4 10516 1896 1896 0.3375 1.8875 -0.025 4 12064 1897 1897 0.3375 1.9125 -0.025 4 11859 1898 1898 0.3375 1.9375 -0.025 4 10623 1899 1899 0.3375 1.9625 -0.025 4 9768 1900 1900 0.3375 1.9875 -0.025 4 9555 1901 1901 0.3375 2.0125 -0.025 4 9401 1902 1902 0.3375 2.0375 -0.025 4 9102 1903 1903 0.3375 2.0625 -0.025 4 8844 1904 1904 0.3375 2.0875 -0.025 4 8899 1905 1905 0.3375 2.1125 -0.025 4 9105 1906 1906 0.3375...