Displaying 20 results from an estimated 1000 matches similar to: "Re: klibc - setenv broken"
2005 Mar 02
1
[PATCH] signal.h
This patch does two things.
This test program results (on i386) in an error about _NSIG:
#include <signal.h>
#if defined (SIGRTMAX)
int rtmax = SIGRTMAX;
#endif
The cause is that the kernel signal.h defines SIGRTMAX as _NSIG,
then makes _NSIG invisibelby hiding it inside ifdef __KERNEL__.
Perhaps it's more elegant to solve this in the kernel,
but the ramifications of that scare
2008 Aug 26
1
environments
Hi there,
I try to understand the usage of environments but I'm not sure if I get it. I
wrote a test script like this:
testenv <- new.env(environment())
myfun <- function(x) {
print(testvar)
testenv$testvar_2 <- 20
}
environment(myfun) <- testenv
testenv$testvar <- 10
myfun("hello")
ls(envir = testenv)
Now, I was wondering if there is any way to create new
2011 Mar 17
1
assigning to list element within target environment
I would like to assign an value to an element of a list contained in an
environment. The list will contain vectors and matrices. Here's a simple
example:
# create toy environment
testEnv = new.env(parent = emptyenv())
# create list that will be in the environment, then assign() it
x = list(a=1,b=2)
assign("xList",x,testEnv)
# create new element, to be inserted into xList
c = 5:7
2019 Feb 02
2
[PATCH 1/2] ia64: Fix invalid memory access in vfork
Commit 8418552 ("[klibc] ia64: Fix shared build") missed this use of the
GP register, although the code appears to have been dubious anyway,
assuming the address of errno was the first thing pointed to by GP.
---
usr/klibc/arch/ia64/vfork.S | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/usr/klibc/arch/ia64/vfork.S b/usr/klibc/arch/ia64/vfork.S
index
2019 Nov 14
2
Filesystem does not support posix ACLs
Thanks a lot for the reference how to make the regtest.
One last question please, if understand this correctly, the --use-ntvfs isnot available by default when installing the Debian package, so I need to compile samba with --with-ntvfs-fileserver to make the option available?
On 11/14/19 8:52 AM, Andrew Bartlett wrote:
> On Thu, 2019-11-14 at 07:30 +0000, Ghassan Elrayah wrote:
>> Hi,
2019 Apr 07
1
selftest, help with a single test
Hi,
Yes, you're right, the problems are due to the selftest environment
failing to start up. In this case, you could just reproduce the same
problem with:
SELFTEST_TESTENV=s4member:local make testenv
There may be some package dependencies you're missing in order to get
selftest to run correctly. In a earlier message it looked like you were
missing the python DNS package (python-dnspython
2019 Nov 15
1
Filesystem does not support posix ACLs
Hi again,
it seems that the configure option (--with-ntvfs-fileserer,
--enable-developer) are not available on samba-4.11.2. I get the
following error:
+ --enable-developer --with-ntvfs-fileserver --sysconfdir=/etc/samba/
--mandir=/usr/share/man/ --sbindir=/usr/sbin/ --bindir=/usr/bin/
--without-systemd --with-statedir=/var/lib/samba
--with-cachedir=/var/cache/samba
2004 Feb 21
1
sighandler_t signal(int signum, sighandler_t handler);
sighandler_t signal(int signum, sighandler_t handler);
it's in the headers ok but the function seems to be missing. I seem to recall
this working in older versions.
linking...
/home/mesa/boot/v86bios/main.c:411: undefined reference to `signal'
main.o(.text+0x613): /home/mesa/boot/v86bios/main.c:412: undefined reference to
`signal'
=====
Jon Smirl
jonsmirl@yahoo.com
2016 Jul 26
0
Fwd: help - how to use python bindings for smbtorture test suits
Hi,
I am struggling in using python bindings for smbtorture test suits. In case
I want to run smbtorture python bindings from a client m/c to a Samba
standalone server (or Samba as member to an AD domain), what are the steps
to follow, as I don't see any clear documentation on the same.
Below are what I could do so far:
samba-4.4.4/selftest/wscript: Main code for selftest
2012 May 25
4
klibc breakage on alpha, need porterbox
Hi,
is there a DD-accessible porterbox somewhere (slow would be ok,
as this is smallish software) with an up-to-date sid (enough to
install the recently-built libklibc-dev 2.0~rc5-1 and all other
B-D of mksh 40.9.20120518-1, as well as strace and gdb-minimal)?
Similarily to http://www.zytor.com/pipermail/klibc/2012-May/003229.html
I found klibc-compiled programmes on Alpha to fail (SIGSEGV
2019 Nov 14
3
Filesystem does not support posix ACLs
Hi,
I am trying to get some integration tests running in CI with a software uses samba4 AD for authentication. So basically I would like spin up a build and provision a samba4 AD with some test users and groups non-interactively and test commits and pull requests against the AD.
On 11/14/19 8:16 AM, Andrew Bartlett wrote:
> On Thu, 2019-11-14 at 06:19 +0000, Ghassan Elrayah via samba wrote:
2001 Feb 18
3
OpenSSH 2.5.0p1 vs. SA_RESTART
Not all OSes have SA_RESTART (for instance, SunOS does not).
Also, for the non-SA_RESTART case in scp.c sa.sa_flags
was not being initialized (noted by dworkin at village.org).
- todd
--- scp.c.DIST Sat Feb 17 17:56:33 2001
+++ scp.c Sat Feb 17 17:57:59 2001
@@ -1224,8 +1224,9 @@
struct sigaction sa;
sa.sa_handler = updateprogressmeter;
sigemptyset((sigset_t *)&sa.sa_mask);
+
2019 Sep 11
2
How to make an unattended backup
On 11/09/2019 19:36, Andrew Bartlett via samba wrote:
> On Wed, 2019-09-11 at 15:14 -0300, Sergio Belkin via samba wrote:
>> Hi,
>>
>> I use AptVanBelle repo for samba, is there a way to backup in unattended
>> way (I mean via cron) the DC?
>>
>> If I use
>> samba-tool domain backup online --targetdir=/srv/backup --server=
>> samba4.example.com
2011 Aug 04
3
[Announce] Samba 3.5.11 Available for Download
===================================================================
"Birthdays are nature's way of
telling us to eat more cake."
Source Unknown
==================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.5.
Major enhancements in Samba 3.5.11 include:
o Fix access to
2011 Aug 04
3
[Announce] Samba 3.5.11 Available for Download
===================================================================
"Birthdays are nature's way of
telling us to eat more cake."
Source Unknown
==================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.5.
Major enhancements in Samba 3.5.11 include:
o Fix access to
2012 May 15
5
[PATCH 0/5] resubmitting pending patches
Hi,
I?ve gone through the mailing list archives and hereby want
to resubmit my pending patches. Most are independent of each
other, except the m68k patch which will only be complete if
sigsuspend is also fixed. (It can be applied before that,
though.)
http://www.zytor.com/pipermail/klibc/2012-January/003173.html
[PATCH] fix m68k support
Resubmitted here as 0005. While there was a question from
2008 Aug 15
6
Saving environment object
Hi,
When I create an environment object with new.env() and populate it with
values then how can I save it into an .RData file properly, so it can be
loaded later on in a new session?
Saving an environment object with save() or save.image() results in an error
message when loading again:
Error: protect(): protection stack overflow
Regards,
benjamin
======================================
2016 Feb 16
2
[PATCH] fish: reset the console on ^Z RHBZ#1213844
Patch registers SIGTSTP hook where it sends reset terminal color control
sequence.
Maros Zatko (1):
fish: reset the console on ^Z RHBZ#1213844
fish/fish.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
--
2.5.0
2019 Apr 07
0
selftest, help with a single test
Hi,
Thanks for the reply,
On 4/8/19 12:16 AM, Tim Beale wrote:
> Hi,
>
> Yes, you're right, the problems are due to the selftest environment
> failing to start up. In this case, you could just reproduce the same
> problem with:
> SELFTEST_TESTENV=s4member:local make testenv
This actually reveals something:
[user at s4member samba]$ ping
2019 Apr 08
1
selftest, help with a single test
On 4/8/2019 12:49 AM, Manfred wrote:
>> Hi,
>>
>> Yes, you're right, the problems are due to the selftest environment
>> failing to start up. In this case, you could just reproduce the same
>> problem with:
>> SELFTEST_TESTENV=s4member:local make testenv
>
> This actually reveals something:
> [user at s4member samba]$ ping