Displaying 20 results from an estimated 110 matches similar to: "Strange behaviour with global variable in C"
2006 Mar 23
0
strange deadlock and magic resurrection with RELENG_6
Hi,
I'm using a recent RELENG_6 under I386/SMP (Athlon X2 4800+).
dmesg output is under http://people.freebsd.org/~mr/dmesg.log.gz
Root is on gmirror volume (2 SATA disks), a backup FS is on graid3
(5 firewire disks). This server acts as an bacula server.
During backup with bacula I discovered an complete system freeze
(no keyboard, nfs, disk...) after the following lines on the screen:
...
2008 Jun 18
3
R perfomance question !!!
I ran the simple script bellow and received shoking results. It was complied
for about 15 seconds !!! on modern Intel Core Duo computer.
i=0;
while(i<5000000)
{
i=i+1;
}
Using Visual Basic I can complete the same script (simple loop of 5000000
itterations) in 0.1 sec.
Is it realy R not suitable for huge computing.
--
View this message in context:
2020 Apr 07
0
[Announce] Samba 4.12.1 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.12 release series.
Changes since 4.12.0
--------------------
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 14295: nmblib: Avoid undefined behaviour in handle_name_ptrs().
o Bj?rn Baumbach <bb at sernet.de>
* BUG 14296: samba-tool group: Handle group names with
2020 Apr 07
0
[Announce] Samba 4.12.1 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.12 release series.
Changes since 4.12.0
--------------------
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 14295: nmblib: Avoid undefined behaviour in handle_name_ptrs().
o Bj?rn Baumbach <bb at sernet.de>
* BUG 14296: samba-tool group: Handle group names with
2020 May 05
0
[Announce] Samba 4.11.9 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.11 release series.
Changes since 4.11.8
--------------------
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 14242: nmblib: Avoid undefined behaviour in handle_name_ptrs().
o Bj?rn Baumbach <bb at sernet.de>
* BUG 14296: 'samba-tool group' commands do not
2020 May 05
0
[Announce] Samba 4.11.9 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.11 release series.
Changes since 4.11.8
--------------------
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 14242: nmblib: Avoid undefined behaviour in handle_name_ptrs().
o Bj?rn Baumbach <bb at sernet.de>
* BUG 14296: 'samba-tool group' commands do not
2010 Nov 03
1
Patch to provide "btrfs subvolume last-gen".
Here is a patch to btrfs-progs to provide the command "subvolume last-gen":
$ sudo ./btrfs subvolume last-gen /.snaps/1h-20101102-010001
transid marker was 2808
$ sudo ./btrfs subvolume last-gen /.snaps/1h-20101102-020001/
transid marker was 2942
$
So we can do something like:
$ sudo ./btrfs subvolume find-new /.snaps/1h-20101102-020001 2808 | head -5
inode 100399
2011 Jan 19
2
VarCorr
I have a loop that I would like to use to extract the "stddev" for
each itteration so I can average the "stddev" for all the runs. It
would be helpful to know how to extract the "stddev" for each run from
the VarCorr. Thanks
MCruns<-1000
sighatlvec<-rep(NA,MCruns)
sighatbvec<-rep(NA,MCruns)
sighatevec<-rep(NA,MCruns)
for(mc in 1:MCruns)
{
2002 Jan 09
4
Cochrane-Orcutt method
Hello,
Is there a package that implements the Cochrane-Orcutt itterative
procedure for dealing with autocorrelation in a regression model?
Thanks,
John.
--
==========================================
John Janmaat
Department of Economics
Acadia University, Wolfville, NS, B0P 1X0
(902)585-1461
All opinions stated are personal, unless
otherwise indicated.
2008 Nov 18
7
Errors using WINE with certain programs
So far I have tried using 4 programs with WINE so far and I have not been able to get any of them to work right. An Emulator program kept blinking, a small desktop application called "catwalk" also was blinking. It took me a while to get those programs closed because of the blinking.
I also tried installing the Windows Version of TrueCrypt. It had an error on install. Files were
2012 Aug 21
0
[LLVMdev] SelectionDAGISel::CodeGenAndEmitDAG() confusion.
Hello everybody,
Following on from the excellent help I received at
http://comments.gmane.org/gmane.comp.compilers.llvm.devel/52591 - I
have a follow up question.
I've been editing the SelectionDAGiSel.cpp to try and print out the
operations in the nodes, to this end I have modified the
SelectionDAGISel::CodeGenAndEmitDAG() function as follows
void SelectionDAGISel::CodeGenAndEmitDAG() {
2009 Sep 09
0
Samba update 3.0.14a to 3.2.5 -> machine needs unix account!?!
Hi list,
i've updated from 3.0.14a to 3.2.5 using a PDC-LDAP-setup.
With 3.0.14a the "Primary Group SID" value was taken from LDAP's machine
account entry.
#pdbedit -Lv machine$ -d 10
...
...
smbldap_search: base => [o=mybase], filter =>
[(&(uid=machine$)(objectclass=sambaSamAccount))], scope => [2]
init_sam_from_ldap: Entry found for user: machine$
2007 Feb 02
1
Snow Package and R: Exported Variable Problem
Hello and thanks in advance for your time.
I've created a simulation on my cluster which uses a custom package
developed by me for different functions and also the snow package.
Right now I'm using LAM to communicate between nodes and am currently
only testing my code on 3 nodes for simplicity, though I plan on
expanding to 16 later. My problem is this error:
"Error in
2012 Nov 11
2
[LLVMdev] Tracing nodes in selectionDAG to final code...
Hello everyone.
I use this command
clang -emit-llvm hello.c -c -o hello.bc
llc hello.bc -march=mipsel -relocation-model=static -o hello.s
to produce this MIPS code:
.section .mdebug.abi32
.previous
.file "hello.bc"
.text
.globl main
.align 2
.type main, at function
.set nomips16 # @main
.ent main
main:
.cfi_startproc
.frame $sp,32,$ra
.mask 0x80000000,-4
.fmask
2010 Oct 13
0
Re: Getting Alibre Design to work...
I currently use Sexy Cooldown, but only for the pulse. The bar takes up an unnecessary amount of space on the screen(WOW Gold (http://www.storeingame.com/)), and it's not been that helpful to me. I'd rather just look at my Dominos bars to see where(Buy WOW Gold (http://www.zyy.com/)) my cooldowns lie. That way, I'm always looking in the same area. Then, I need to see enemy cast times.
2009 Nov 10
2
--fuzzy search over to-be-deleted files to catch moved files and directories
Hi,
I use rsync via rsnapshot to backup a large collection of files.
Using "--fuzzy" already saves me a lot of time by discovering most
renames that happen within a directory. Therfore I already use the
"--delete-after" option.
Now the question is, if fuzzy search could be extended to search for
moved files across directory borders. If for example I move pictures
aound to
2018 Feb 26
3
Outstanding PKCS#11 issues
Hello everyone,
as you could have noticed over the years, there are several bugs for
PKCS#11 improvement and integration which are slipping under the radar
for several releases, but the most painful ones are constantly updated
by community to build, work and make our lives better.
I wrote some of the patches, provided feedback to others, or offered
other help here on mailing list, but did not
2018 Nov 08
0
[Announce] Samba 4.9.2 Available for Download
========================================================
"We don't see things as
they are, we see them
as we are."
Anais Nin
========================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.9 release series.
Changes since 4.9.1:
--------------------
o Andrew Bartlett
2018 Nov 08
0
[Samba] [Announce] Samba 4.9.2 Available for Download
========================================================
"We don't see things as
they are, we see them
as we are."
Anais Nin
========================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.9 release series.
Changes since 4.9.1:
--------------------
o Andrew Bartlett
2018 Dec 13
0
[Announce] Samba 4.8.8 Available for Download
========================================================
"Fall forward!"
Denzel Washington
========================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.8 release series.
Major bug fixes include:
------------------------
o dns: Fix CNAME loop prevention using counter regression (bug