search for: adami

Displaying 20 results from an estimated 26 matches for "adami".

Did you mean: adam
2011 Aug 16
3
Bayesian Relative Survival Analysis in R?
...linesurv/index.html> is for Nonparametric bayesian survival analysis. (For your information, relative survival is the method of choice for estimating patient survival using data collected by population-based cancer registries although its utility is not restricted to studying cancer( Dickman and Adami 2006; Dickman et al. 2004).”, which is a concept defined by Berkson (1942) and Berkson & Gage (1950).Two data files are required in order to estimate relative survival; a file containing individual-level data on the patients and a file containing expected probabilities of survival for a compara...
2008 Feb 07
1
Doubt on adding support for new mailbox format
...ats for Dovecot isn't very difficult, although it can be time consuming. Dovecot exposes a nice and simple API which needs to be implemented" But I couldn't find that API. I've read the documentation so many times but have not found. Can you help me? Thanks a lot! -- Armando Adami Zaro Canopus Inform?tica Ltda Porto Alegre - RS - Brasil +55 51 3062-2404
2001 May 29
1
this for real?
got the following in the freshmeat newsletter. the page doesn't say anything about it. also the sct dir on kernel.org still shows the WIP version... [007] - e2fsprogs 1.20 (Default)   by P. Adami (http://freshmeat.net/users/ramirez/)   Monday, May 28th 2001 19:39 The ext2fsprogs package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 filesystem utilities. Changes: Fixes for minor compilation issues....
2011 Jul 26
0
[PATCH] add support for kexec_load()
...exec-tools can compile against klibc. On the klibc side only this syscall addition is missing. The patch has been carried in OpenEmbedded klibc for some time. Signed-off-by: Thomas Kunze <thommycheck at gmx.de> Signed-off-by: Yuri Bushmelev <jay4mail at gmail.com> Signed-off-by: Andrea Adami <andrea.adami at gmail.com> Signed-off-by: maximilian attems <max at stro.at> --- usr/klibc/SYSCALLS.def | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index d3279c7..be1f9bc 100644 --- a/usr/klibc/SYSCALLS.def +...
2011 Aug 08
0
[PATCH] include: [sys/ioctl.h] needs linux/sockios.h
...:16: error: 'SIOCGIFCONF' undeclared (first use in this function) | kexec/ifdown.c:46:16: note: each undeclared identifier is reported only once for each function it appears in | kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in this function) Reported-by: Andrea Adami <andrea.adami at gmail.com> Suggested-by: KUMAAN <9maaan at gmail.com> Cc: Ben Hutchings <ben at decadent.org.uk> Signed-off-by: maximilian attems <max at stro.at> --- usr/include/sys/ioctl.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/usr/inc...
2019 Aug 20
1
Fwd: Bug Reporting
Hello, I would like to report this date/time bug that threatened me for a long time, as I need correct date calculation in my computations. If I add 1 day to the light saving switching day, it will incorrectly subtract 1 hour from the date and missalign all my calculations. You can see it runing (I am testing it with Rome, Italy (+1) TimeZone) print(paste0("Horrible R Bug is present?
2005 Sep 30
1
I need a program to work under Wine...
...age: err:fixup:apply_relocations No implementation for KERNEL.0, setting to 0xdeadbeef wine: Unhandled exception (thread 000a), starting debugger... ... and the program does not start. Is there anything I can do to make it working? (In the following, the full error message) Thanks a lot. Pierluigi Adami ------ error message ------ err:fixup:apply_relocations No implementation for KERNEL.0, setting to 0xdeadbeef wine: Unhandled exception (thread 000a), starting debugger... WineDbg starting on pid 0x8 fixme:dbghelp:SymLoadModule Should have successfully loaded debug information for image C:\Progra...
2005 Oct 07
1
MSP files
I have a .MSP file that has an update to a program I can't run otherwise. How should I open/run this file? msiexec doesn't work. I have searched the documentation and googled for it and couldn't find anything. Patola -- http://linuxfud.org - o TIRA-TEIMA dos ataques ao software livre!
2011 Aug 08
1
[socket.h] add (more) missing definitions
Hello, to compile kexec-tools statically against klibc we still need a patch for socket.h, otherwise: | kexec/ifdown.c:46:16: error: 'SIOCGIFCONF' undeclared (first use in this function) | kexec/ifdown.c:46:16: note: each undeclared identifier is reported only once for each function it appears in | kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in this
2013 Apr 22
1
Recent kexec-tools and klibc on x86/x86-64
Hello, trying to update to the latest kexec version I'm blocked by the lack of basename() and vfscanf() in klibc. I've noticed it only recently because I'm building almost exclusively for arm. This commit intruduced the issue: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/commit/kexec/arch/i386/x86-linux-setup.c?id=3bf0213789d56054f601c5a06372f78567aacdd9 Has
2010 Jul 05
5
version compatibility between linux and klibc
Are there any version compatibilities between linux and klibc? I tried to compile the latest klibc (1.5.18) with the latest linux (2.6.32.15) and there is miserable compile failures. It looks like klibc wants some headers to be in include/asm (linked in my case to include/asm-x86) but they are instead in include/asm-generic (it seems all headers but one are in there). I put together this script
2010 Mar 14
0
[patches] klibc review unsorted patch queue
...d long *);\n\n"; commit 5390b6821d21a1469566e589727d36b97c1bd748 Author: maximilian attems <max at stro.at> Date: Sun Mar 14 04:44:29 2010 +0100 [klibc] add losetup utils seen on the OpenEmbedded repository, added small cleanups, may need more.. Cc: Andrea Adami <andrea.adami at gmail.com> Signed-off-by: maximilian attems <max at stro.at> diff --git a/usr/utils/Kbuild b/usr/utils/Kbuild index 354a364..57e2d08 100644 --- a/usr/utils/Kbuild +++ b/usr/utils/Kbuild @@ -3,7 +3,7 @@ # progs := chroot dd mkdir mkfifo mknod mount pivot_root um...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...asm/posix_types.h This was tracked down to a wrong include path. For x86_64 it was correct. Fix it for i386. This should fix the build problem reported Phil Howard. "FYI basically same patch was done and tested in OpenEmbedded on 2010-07-01" - Andrea Adami <andrea.adami at gmail.com> 6f08923d3024f108b6262258c913573fb6ea78e6 fixed allmost all other unified archs. Signed-off-by: Sam Ravnborg <sam at ravnborg.org> Cc: Phil Howard <kunnskaperen at gmail.com> Signed-off-by: maximilian attems <max at stro....
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...il.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <osp@andrep.de> Andre Renaud <andre@bluewatersys.com> Andre Schramm <andre.schramm@iosono-sound.com> Andrea Adami <andrea.adami@gmail.com> Andrea Arcangeli <aarcange@redhat.com> Andrea Arcangeli <andrea@qumranet.com> Andrea Gelmini <andrea.gelmini@gelma.net> Andrea Righi <andrea@betterlinux.com> Andreas Bießmann <andreas@biessmann.de> Andreas Dilger <adilger@d...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...il.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <osp@andrep.de> Andre Renaud <andre@bluewatersys.com> Andre Schramm <andre.schramm@iosono-sound.com> Andrea Adami <andrea.adami@gmail.com> Andrea Arcangeli <aarcange@redhat.com> Andrea Arcangeli <andrea@qumranet.com> Andrea Gelmini <andrea.gelmini@gelma.net> Andrea Righi <andrea@betterlinux.com> Andreas Bießmann <andreas@biessmann.de> Andreas Dilger <adilger@d...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...il.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <osp@andrep.de> Andre Renaud <andre@bluewatersys.com> Andre Schramm <andre.schramm@iosono-sound.com> Andrea Adami <andrea.adami@gmail.com> Andrea Arcangeli <aarcange@redhat.com> Andrea Arcangeli <andrea@qumranet.com> Andrea Gelmini <andrea.gelmini@gelma.net> Andrea Righi <andrea@betterlinux.com> Andreas Bießmann <andreas@biessmann.de> Andreas Dilger <adilger@d...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...il.com> Andre Guedes <andre.guedes@openbossa.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <osp@andrep.de> Andre Renaud <andre@bluewatersys.com> Andre Schramm <andre.schramm@iosono-sound.com> Andrea Adami <andrea.adami@gmail.com> Andrea Arcangeli <aarcange@redhat.com> Andrea Arcangeli <andrea@qumranet.com> Andrea Gelmini <andrea.gelmini@gelma.net> Andrea Righi <andrea@betterlinux.com> Andreas Bießmann <andreas@biessmann.de> Andreas Dilger <adilger@d...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...a.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <andre.przywara@linaro.org> Andre Przywara <osp@andrep.de> Andre Renaud <andre@bluewatersys.com> Andre Schramm <andre.schramm@iosono-sound.com> Andrea Adami <andrea.adami@gmail.com> Andrea Arcangeli <aarcange@redhat.com> Andrea Arcangeli <andrea@qumranet.com> Andrea Gelmini <andrea.gelmini@gelma.net> Andrea Righi <andrea@betterlinux.com> Andreas Bießmann <andreas@biessmann.de> Andreas Dilger <adilger@d...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...a.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <andre.przywara@linaro.org> Andre Przywara <osp@andrep.de> Andre Renaud <andre@bluewatersys.com> Andre Schramm <andre.schramm@iosono-sound.com> Andrea Adami <andrea.adami@gmail.com> Andrea Arcangeli <aarcange@redhat.com> Andrea Arcangeli <andrea@qumranet.com> Andrea Gelmini <andrea.gelmini@gelma.net> Andrea Righi <andrea@betterlinux.com> Andreas Bießmann <andreas@biessmann.de> Andreas Dilger <adilger@d...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...a.org> Andre Heider <a.heider@gmail.com> Andre Przywara <andre.przywara@amd.com> Andre Przywara <andre.przywara@linaro.org> Andre Przywara <osp@andrep.de> Andre Renaud <andre@bluewatersys.com> Andre Schramm <andre.schramm@iosono-sound.com> Andrea Adami <andrea.adami@gmail.com> Andrea Arcangeli <aarcange@redhat.com> Andrea Arcangeli <andrea@qumranet.com> Andrea Gelmini <andrea.gelmini@gelma.net> Andrea Righi <andrea@betterlinux.com> Andreas Bießmann <andreas@biessmann.de> Andreas Dilger <adilger@d...