Displaying 20 results from an estimated 4000 matches similar to: "Детский чемодан со взрослым функционалом!"
2007 Jul 02
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 51 +
test/trace/Makefile.am | 16
test/trace/chartoascii-4.swf |binary
test/trace/chartoascii-4.swf.trace | 7
test/trace/chartoascii-5.swf |binary
test/trace/chartoascii-5.swf.trace | 1011 ++++++++++++++++++++++++++++++++++++
test/trace/chartoascii-6.swf |binary
test/trace/chartoascii-6.swf.trace | 1008
2015 Oct 26
0
self compiled samba domain member, jessie, pam config
On 26/10/15 19:50, mourik jan c heupink wrote:
> Hi Rowland,
>
> Thanks for the very quick reply. :-)
>
> On the page you reference
> (https://wiki.samba.org/index.php/Libnss_winbind_links) it says:
>
> # smbd -B | grep LIBDIR
> LIBDIR: /usr/local/samba/lib/
>
> On my install, I need to use lower case b. Capitol doesn't work.
> Perhaps the wiki needs to
2015 Oct 26
4
self compiled samba domain member, jessie, pam config
Hi Rowland,
Thanks for the very quick reply. :-)
On the page you reference
(https://wiki.samba.org/index.php/Libnss_winbind_links) it says:
# smbd -B | grep LIBDIR
LIBDIR: /usr/local/samba/lib/
On my install, I need to use lower case b. Capitol doesn't work. Perhaps
the wiki needs to be updated?
Anyway: I created the symlinks, ldconfig, all seemed to work. Your
recipe for
2020 Feb 26
0
Re: *** buffer overflow detected *** accessing invalid FD in libguestfs
On Wed, Feb 26, 2020 at 11:21:18AM +0200, Veselin Kozhuharski wrote:
> Hallo Rich,
>
> Here is the fd list and total number just before collectd application
> crashes. Before that the number of used fd's is constantly increasing. It
> looks like a fd leak inside libguestfs to me. I am trying to debug the fd
> handling inside the library.
>
> root@localhost:~# less
2001 Dec 02
1
Can't write to a disk share
Hi there. I'm running Samba 2.2.2 on a Red Hat 7.2 system. I've set up a
few disk shares (with the writable option set to yes), but I can't write to
them. I can read from them ok, so I don't know what the problem is. I'm
trying to write to the shares from a Windows 2000 Professional computer.
Here's a part of my logs that appear every time I try to write to a share:
2009 Jul 12
2
for (n in SystemResults$EnTime) return EnTime[n] until reaching "(all)"
Hi,
Newbie alert on for loops...
I have a bunch of data.frames built using rbind that have repeated
values in the EnTime column. I want to read the value in the EnTime
column and use it as an input to a function, but only down to the
first occurrence of the string "(all)" where I want to break off and
do other things. From the results I'm getting from some test code I
clearly
2015 Mar 19
2
[LLVMdev] [LV] possible `vector.memcheck` regression when using `llvm.loop` and `llvm.mem.parallel_loop_access`
Adam,
Please find the attached test case (run with ToT opt -O3). As you can see,
`y_body` successfully is vectorized, though %33 and %46 are deemed MayAlias
despite their exclusive use in loads ands stores marked with
`llvm.mem.parallel_loop_access`.
Many Thanks,
Josh
On Thu, Mar 19, 2015 at 12:55 PM, Adam Nemet <anemet at apple.com> wrote:
>
> > On Mar 19, 2015, at 9:43 AM,
2020 Feb 26
1
Re: *** buffer overflow detected *** accessing invalid FD in libguestfs
On Wednesday, 26 February 2020 10:43:27 CET Richard W.M. Jones wrote:
> On Wed, Feb 26, 2020 at 11:21:18AM +0200, Veselin Kozhuharski wrote:
> > Hallo Rich,
> >
> > Here is the fd list and total number just before collectd application
> > crashes. Before that the number of used fd's is constantly increasing. It
> > looks like a fd leak inside libguestfs to me.
2005 Dec 01
3
Samba And Fedora Directory Server
Just curious, is anyone running Samba 3.x.x with LDAP using the
Fedora/Redhat Directory server as the LDAP backend?
--
Eric Feldhusen
System Administrator http://www.remc1.org
PO Box 270 (906) 482-4520 x239
809 Hecla St (906) 482-5031 fax
Hancock, MI 49930 (906) 370 6202 mobile
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2013 May 03
2
Find the flow data from its accumulation of the panel data
Hi,
I have the panel data of income statement of several banks. The date
9803 means 1998-Q1, 9806 means 1998-Q2, etc. I transform the date code to 1
(for 1998Q1), 2 (for 1998Q2), ...., 16 (for 2011Q4) where 1, 2, .... are
placed in Col1.
Now the income statement of a specific quarter is actually the
accumulation from the beginning of the year. For example, the cost data of
1999Q3 is the
2017 Jun 16
2
Wide load/store optimization question
Hi,
Same here, my backend only has 64bit load/store. But i still use 64bit virt regs and expand/declare missing instructions by myself.
I'll try looking into sparc backend, thanks. Also, only after writing this post I found a bunch of built-in transforms. Still trying to understand how to use those.
By the way, constraint-wise (alignment), is there any difference between virt regclass and
2002 Dec 29
0
Slow performance
I have been fighting this problem for months now. My performance under Samba
and XP has ben umbearable. The scenario is running Samba 2.2.7a under SuSE
8.0 as a PDC. The XP machine logs onto Samba and the roaming profiles are
downloaded then stops for 15 minutes or so. The network is verified 100Meg
full-duplex, FTP transfers between the machines are robust and so no
problems in connectivity. Any
2015 Mar 19
2
[LLVMdev] [LV] possible `vector.memcheck` regression when using `llvm.loop` and `llvm.mem.parallel_loop_access`
It seems that at some point in the not-so-distant-past that the loop
vectorizer gained the ability to vectorize loops without explicit
`llvm.loop` & `llvm.mem.parallel_loop_access` metadata. While that's
awesome, there seems to be a regression in that
`llvm.mem.parallel_loop_access` metadata doesn't make it into the alias
analysis, and therefore a `vector.memcheck` basic block is
2007 Mar 21
0
[907] branches/wxruby2/wxwidgets_282: Wx::Control API 2.6 -> 2.8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2005 Jan 31
1
share mounted MANY times...
I've been searching for a solution to this problem for a few hours now, but google searches are coming up empty. I have 3 Linux boxes all running Suse 9.1 and samba 3.0.2a. The 3 systems are:
Novi - the samba server
Newberry - mounting novi
Sagola - mounting novi
This work great, until "mount -a" is run. Each time mount -a is run, we get another mount of novi. When I type
2008 Jan 04
1
patch for html display
All,
I''ve found that the html view for the rspec formatter falls to pieces with
Rails 2.02 and rspec 1.10. Has anyone else run into this trouble?
Here''s a monkey patch that fixes the problem. A more elegant fix would be
in order, but this gets the job done:
Index:
/Users/timcharper/www/exchange/vendor/plugins/rspec/lib/spec/runner/formatter/text_mate_formatter.rb
2015 Mar 19
2
[LLVMdev] Clang flag to either print/omit nop instruction in llvm backend
I have created custom Clang flag -no_nop_optimise which can be passes with
clang on command line.
I am planning to implement someting like:
when -no_nop_optimise flag is passed on the command line do not emit a nop
instruction.
i.e. inside SelLowering class
if ( !OPT_no_nop_optimise)
{
BuildMI(*BB, MI, DL, TII->get(Mips::NOP));
}
Any clues on how can I pass the flag to the LLVM backend
2008 Jul 03
0
Samba pdc with ldap & samba3-3.0.25c-34 on CentOS 5
Hi all,
I had been running a Samba pdc using the standard tdbsam backend on
CentOS 4.5 supporting 20+ WinXPsp2 workstations and a Win2k3 Terminal
Server. This set up was running fine for arroung 18 months maybe more.
The above system was built on ageing hardware that used to be a Win 2k
server that died from OS corruption.
Due to the expanding client needs there was good reason to replace
2015 Mar 19
2
[LLVMdev] [cfe-dev] Controlling the LTO optimization level
On Thu, Mar 19, 2015 at 01:43:25PM -0700, Duncan P. N. Exon Smith wrote:
> This SGTM in principle. The specific set of passes that you've enabled at
> -O1 seems strangely small to me, but we can adjust that later.
Sure. (It seemed best to me for this set to be small, at least for now,
because LTO is single-threaded, unlike regular optimization in a parallelized
build system, and so the