search for: 15136

Displaying 16 results from an estimated 16 matches for "15136".

Did you mean: 151,6
2014 Jan 07
1
Security: Best practices, apparmor, -L, -R, -U
...t/tinc and tinc still works. -R Do I have to put libraries and device files under /etc/tinc/NETNAME to build a functional chroot jail ? Currently lsof reports these open resources for tincd: lsof -p $( pgrep tincd ) -n COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME tincd 15136 root cwd DIR 252,0 4096 2 / tincd 15136 root rtd DIR 252,0 4096 2 / tincd 15136 root txt REG 252,0 143256 552711 /usr/sbin/tincd tincd 15136 root mem REG 252,0 97144 32279 /lib/x86_64-linux-gnu/lib...
2011 Jul 08
1
Referencing a vector of data labels in ggplot function
...h below as a function, but I can't get the function to recognize variables beyond 'dframe'. I've read through many papers on writing functions in R, but I can't get this to work. data <- data.frame('date' = as.Date(rep(c(15101, 15108, 15115, 15122, 15129, 15136, 15143, 15150),4), origin = '1899-12-30'), 'factor' = factor(rep(c('first','second'), each = 8, 2)), 'value' = rep(c(429258, 430645, 431165, 431360, 452284, 467316, 467326, 467330, 375588, 411383, 427179, 364582...
2017 Jun 06
3
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...the mem_bytes metric in LNT are: > O0 -g O0 -g gisel-with-localizer O0 -g gisel-without-localizer > SingleSource/Benchmarks/Misc/perlin 14272 14640 18344 25.95% > SingleSource/Benchmarks/Dhrystone/dry 16560 17144 20160 18.21% > SingleSource/Benchmarks/Stanford/QueensProfile 13912 14192 15136 6.79% > MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url 71400 72272 75504 4.53% > > I haven't had time to investigate what exact changes make the code size go up that much with the localizer pass in those cases... > >> >> The only thing I can think of is tha...
2017 Jun 12
1
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...the mem_bytes metric in LNT are: > O0 -g O0 -g gisel-with-localizer O0 -g gisel-without-localizer > SingleSource/Benchmarks/Misc/perlin 14272 14640 18344 25.95% > SingleSource/Benchmarks/Dhrystone/dry 16560 17144 20160 18.21% > SingleSource/Benchmarks/Stanford/QueensProfile 13912 14192 15136 6.79% > MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url 71400 72272 > 75504 4.53% > > I haven't had time to investigate what exact changes make the code size go > up that much with the localizer pass in those cases... > > > The only thing I can think of is that...
2007 Oct 18
1
Vista performance (uggh)
...quad core running Vista client on gigabit - Reads at 8MB/s avg-cpu: %user %nice %system %iowait %steal %idle 2.81 0.00 9.62 73.95 0.00 13.63 Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn hda 51.10 3033.27 20.84 15136 104 hde 53.91 3028.46 16.03 15112 80 hdg 49.90 2993.19 19.24 14936 96 hdi 47.49 3036.47 6.41 15152 32 hdk 49.30 2993.19 14.43 14936 72 Us...
2006 Jun 26
1
Question about template
In some application (check from railsday svn) ,i''ll notice this code: <%= yield :something %> What does this mean ? When use it ? Sorry if question was ever posted but i can''t find it. Thanks -- djtal -- Posted via http://www.ruby-forum.com/.
2009 Aug 21
0
Help with residuals function.
...ly include the forecast package for the data set): library("forecast") library("expsmooth") library("fma") f <- HoltWinters(wineind) This results in a HoltWinters fit to the data in the variable 'f'. If I look at the first few data points: f$x[1:10] [1] 15136 16733 20016 17708 18019 19227 22893 23739 21133 22591 And at the fitted values: f$fitted[1:10,1] [1] 14043.33 16849.90 18885.04 20474.27 18836.84 21665.11 24118.32 25198.27 [9] 22901.40 24450.89 Then at the residuals: residuals(f)[1:10] [1] 984.6741 1127.0982 1122.9566 879.7321 661...
2017 Jun 14
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...etric in LNT are: >> O0 -g O0 -g gisel-with-localizer O0 -g gisel-without-localizer >> SingleSource/Benchmarks/Misc/perlin 14272 14640 18344 25.95% >> SingleSource/Benchmarks/Dhrystone/dry 16560 17144 20160 18.21% >> SingleSource/Benchmarks/Stanford/QueensProfile 13912 14192 15136 6.79% >> MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url 71400 72272 >> 75504 4.53% >> >> I haven't had time to investigate what exact changes make the code size >> go up that much with the localizer pass in those cases... >> >> >> The o...
2017 May 31
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
Hi Kristof, Thanks for the updated numbers. > On May 31, 2017, at 7:45 AM, Kristof Beyls <kristof.beyls at arm.com> wrote: > >> >> On 31 May 2017, at 15:33, Diana Picus via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Cool test :) >> It seems to work fine now, I don't see any new failures.
2012 Jul 12
11
Announce: PuppetDB 0.9.2 Available
...d have been bad. 2. We had an || where we needed an &&, so we weren''t actually calling the groupdel / userdel commands. 3. We were hard-coding the user''s home dir to a bad path. 4. We had some ''-r'' flags that were wrong and/or unnecessary. * (#15136, #15340) Properly handle non-string node queries Previously, these would result in 500 errors as the database failed the comparisons because of mismatched types. Now, all equality comparisons will be done against strings, and all numeric comparisons will be done against numbers. For equ...
2020 Sep 30
2
CTDB Question w/ Winbind
...winbind.service" and "journalctl -xe" for details.* Sep 30 12:59:06 euw2-samba-server-c21-01 ctdb-eventd[15138]: *49.winbind: Failed to start winbind* Sep 30 12:59:06 euw2-samba-server-c21-01 ctdb-eventd[15138]: *startup event failed* Sep 30 12:59:06 euw2-samba-server-c21-01 ctdbd[15136]: *startup event failed* On Tue, Sep 29, 2020 at 8:59 PM Martin Schwenke <martin at meltin.net> wrote: > Hi Bob, > > On Tue, 29 Sep 2020 18:27:00 -0400, Robert Buck via samba > <samba at lists.samba.org> wrote: > > > When I try to enable CTDB to manage (legacy) S...
2020 Sep 29
2
CTDB Question w/ Winbind
When I try to enable CTDB to manage (legacy) SMB and Winbind, I get startup errors. Sep 29 22:23:06 euw2-samba-server-c21-01 ctdb-eventd[1509]: *49.winbind: Failed to start winbind* Sep 29 22:23:06 euw2-samba-server-c21-01 ctdb-eventd[1509]: *startup event failed* Sep 29 22:23:06 euw2-samba-server-c21-01 ctdbd[1507]: *startup event failed* Sep 29 22:23:11 euw2-samba-server-c21-01 ctdbd[1507]:
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...15040 => Hello World +15048 => Hello World +15056 => Hello World +15064 => Hello World +15072 => Hello World +15080 => Hello World +15088 => Hello World +15096 => Hello World +15104 => Hello World +15112 => Hello World +15120 => Hello World +15128 => Hello World +15136 => Hello World +15144 => Hello World +15152 => Hello World +15160 => Hello World +15168 => Hello World +15176 => Hello World +15184 => Hello World +15192 => Hello World +15200 => Hello World +15208 => Hello World +15216 => Hello World +15224 => Hello World +15232...
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
...5032: 0, 0 +15040: , +15040: 0, 0 +15048: , +15048: 0, 0 +15056: , +15056: 0, 0 +15064: , +15064: 0, 0 +15072: , +15072: 0, 0 +15080: , +15080: 0, 0 +15088: , +15088: 0, 0 +15096: , +15096: 0, 0 +15104: , +15104: 0, 0 +15112: , +15112: 0, 0 +15120: , +15120: 0, 0 +15128: , +15128: 0, 0 +15136: , +15136: 0, 0 +15144: , +15144: 0, 0 +15152: , +15152: 0, 0 +15160: , +15160: 0, 0 +15168: , +15168: 0, 0 +15176: , +15176: 0, 0 +15184: , +15184: 0, 0 +15192: , +15192: 0, 0 +15200: , +15200: 0, 0 +15208: , +15208: 0, 0 +15216: , +15216: 0, 0 +15224: , +15224: 0, 0 +15232: , +15232:...
2012 Aug 22
1
Error in if (n > 0)
..., 14959, 14986, 15009, 15041, 15072, 15100, 15118, 15128, 15168, 15193, 15226, 13858, 13952, 14040, 14127, 14215, 14313, 14381, 14406, 14434, 14465, 14495, 14520, 14556, 14581, 14620, 14646, 14677, 14711, 14740, 14773, 14806, 14828, 14854, 14886, 14914, 14946, 14984, 15008, 15044, 15069, 15111, 15136, 15160, 15194, 15220, 13854, 13952, 14040, 14131, 14215, 14315, 14381, 14398, 14433, 14459, 14494, 14519, 14556, 14581, 14623, 14648, 14678, 14713, 14746, 14773, 14804, 14827, 14859, 14886, 14920, 14956, 14984, 15008, 15042, 15077, 15111, 15134, 15160, 15194, 15220, 14941, 14952, 14983, 15010,...
2018 Jan 22
1
Samba 4.7 don't start on F27
...7fdee42bb000 close(3) = 0 openat(AT_FDCWD, "/usr/lib64/samba/liblibcli-lsa3-samba4.so", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\20\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=15136, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fdeebff3000 mmap(NULL, 2109448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fdee3eb6000 mprotect(0x7fdee3eb9000, 2093056, PROT_NONE) = 0 mmap(0x7fdee40b8000, 4096, PROT_READ|PROT_WRITE, MAP_PR...