search for: mx2927

Displaying 8 results from an estimated 8 matches for "mx2927".

Did you mean: 2927
2011 Apr 11
2
Samba over IPX
I would like to add my case for a wish of IPX support in Samba: We use a number of CNC tool machines whose host is pure DOS based. Don't be surprised that DOS is stilll running somewhere. It is fairly OK when we get to the field of HW and real-time control, unlike Windows and the like... These hosts use IPX to access LAN shares. IPX is here preferable to TCP/IP because of its lower memory
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
2019 May 15
0
ImportError: No module named 'dns'
I had the same problem, and also for python3-markdown (on Fedora). Maybe this is something for package maintainers? On 5/15/19 5:19 PM, Roy Eastwood via samba wrote: > Thanks Rowland, our messages crossed in the post; as you see I worked it out - eventually :-) > Roy > >> -----Original Message----- >> From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of
2019 Apr 19
1
selftest: Perl error "Insecure $ENV{ENV} while running setgid at /home/user/src/samba-git/samba/source3/script/tests/printing/modprinter.pl line 138."
In my environment the selftest for samba3.rpc.spoolss.printer was failing at source3/script/tests/printing/modprinter.pl(138) with the Perl error in subject: Insecure $ENV{ENV} while running setgid at /home/user/src/samba-git/samba/source3/script/tests/printing/modprinter.pl line 138 code is: ============================== delete @ENV{'BASH_ENV'}; $ENV{'PATH'} =
2019 Apr 01
3
selftest
Hi all, I just downloaded a fresh samba-4.10.0 tarball to verify the result of 'make test' What I did is: ./configure --enable-selftest make make test All run as the ordinary user. I encountered a build problem with 'make' in source4/lib/messaging/messaging_handlers.c due to the following conditional being placed /before/ #include "includes.h" #if defined(DEVELOPER)
2019 Apr 06
2
selftest, help with a single test
In the hope for some help, I would like some hint on how to diagnose the following single subunit: samba3.blackbox.smbclient_machine_auth.plain In particular the single test samba3.blackbox.smbclient_machine_auth.plain (s4member:local)(s4member:local) Results attached, run is from git at 'origin/v4-10-stable' Thanks in advance (This is because in my full selftest almost all failures
2019 Apr 01
5
selftest
Thanks for the reply, Besides the problem with source4/lib/messaging/messaging_handlers.c, Good to hear that selftest is actively used, then do I understand it right that 'make test' should succeed? My bigger problem is that it failed with lots of errors. This must be a problem with my build, then, but since this is a fresh tarball I am a bit puzzled. I would appreciate some hint on