similar to: samba samba-3.0.0rc3 make install error

Displaying 20 results from an estimated 1000 matches similar to: "samba samba-3.0.0rc3 make install error"

2003 Oct 01
2
Problem with samba 3.0.0 installation
Hi. I have found some problems installing the new version of samba. My enviroment is: Solaris 8 (sparc) gcc 3.1 GNU make 3.80 Currently samba 2.2.8a is running. When I try install the version 3.0.0, after executing 'configure' and 'make' without problem, I execute 'make install' and it finish with the error: (...) Installing bin/CP437.so as
2003 Nov 04
1
General installation question: mksh error
Here is the last output from the make install command: Installing bin/readonly.so as /usr/local/samba/lib/vfs/readonly.so Installing bin/cap.so as /usr/local/samba/lib/vfs/cap.so Installing bin/CP850.so as /usr/local/samba/lib/charset/CP850.so Installing bin/CP437.so as /usr/local/samba/lib/charset/CP437.so ./install-sh -c bin/libsmbclient.so /usr/local/samba/lib mksh: Fatal error: Cannot load
2007 Sep 24
1
errors join samba 3.0.26a to windows 2003 r2
I am trying to join a samba server to an active directory domain and I am getting the fowling error, any help is greatly appreciated. ---------------- # net ads join -U 'Administrator@MYDOMAIN.LOCAL' Administrator@BHPHOTOVIDEO.LOCAL's password: Using short domain name -- MYDOMIAN [2007/09/21 08:51:09, 0] utils/net_rpc_join.c:(70) net_rpc_join_ok: failed to get schannel session key
2003 Dec 30
0
samba 3.0.1 getting Sid not users login?
can someone please help me on this I am using solaris9 x86 with samba 3.0, iplanet ds5 with the samba schema. My login works to this machine but by creating a directory or any file it will only return my samba Sid not my login name? What am I doing wrong? Any help is greatly appreciated Eli My smb.conf # testparm Load smb config files from /data4/samba/lib/smb.conf Processing section
2011 Dec 15
2
lm and R-squared (newbie)
Hello, I've two data.frames (data1 and data4), dec="." and sep=";". http://r.789695.n4.nabble.com/file/n4199964/data1.txt data1.txt http://r.789695.n4.nabble.com/file/n4199964/data4.txt data4.txt When I do plot(data1$nx,data1$ny, col="red") points(data4$nx,data4$ny, col="blue") , results seem very similar (at least to me) but the R-squared of
2003 Sep 16
0
error with make install samba-3.0.0rc4
Hi All, I am using solaris9 x86 installed this packages and then installed samba rc4 booms out with errors libiconv-1.9.1 BerkeleyDB.4.1 openldap-stable-20030709 samba-3.0.0rc4 ./configure --prefix=/data5/samba --with-libiconv=/usr/local/lib --with-krb5=/us r/local/sbin --with-ldap --with-profiling-data --with-quotas --with-sys-quotas - -with-acl-support make make install .... ....
2010 Dec 19
1
Random selection from a subsample
Dear Mailing List I have a data set (data4) consisting of a number of factors and a response variable. I wish to randomly sample from a combination of two of those factors (GIS_station and Distance_code2) and return a new dataframe containing the original data structure (i.e. all the columns) but only containing the randomly selected rows. The number of rows in each combination of GIS_station
2012 Jan 29
5
[PATCH 0/2 v3] mkstemp() and m68k support
Hi, after a year, I decided to hack on klibc again. I?ve reworked both the patch to add mkstemp(), discussing to use AT_RANDOM as cheap entropy source on IRC (if there will ever be another entropy consumer, I can quickly write a minimal arc4random() seeded from it, as it has only 16 octets), capable of making a working mksh (static and shared) on amd64/xen, and the m68k support code, leading to
2013 Oct 09
2
[PATCH 0/1] Porting klibc to arm64
On Wed, 9 Oct 2013 10:44:27 +0000 (UTC) Thorsten Glaser <tg at mirbsd.de> wrote: > Anil Singhar dixit: > > >Manual testing as provided within the package has been done with all > >tests passing. This includes the units tests available under > >usr/klibc/tests, usr/utils, usr/dash and usr/gzip. For dash and > >gzip, only sanity testing has been done. > >
2019 Jan 21
1
testing by building mksh (was Re: RFT: klibc 2.0.5)
On Sun, 2019-01-20 at 14:18 +0000, Thorsten Glaser wrote: > Hi Ben, > > *massive* thanks for picking up klibc work. This might motivate > me to pick up some of the TODOs for it that have piled on in my > TODO (but only after the freeze, I?m sorry to say, I have more > to do for other packages). > > >And I spotted another test program that has this property >
2023 Jan 24
2
mips64el stat/time/…? problem
Hi Ben, >Thorsten: I've attached a patch which I tested briefly in QEMU. Let me >know if this works for you. sorry for the delay. I was able to test this on eller today. To reproduce the issue, this was needed, because the value read was a nanosecond field and so the test didn?t always fail: (sid_mips64el-dchroot)tg at eller:~$ while sleep 0.1; do :>b; ./mksh -c 'test a -nt
2012 May 18
1
hppa, powerpcspe: call for klibc/mksh testers
Hi, no mailing list for powerpcspe? What?s the progress of your architectures? I don?t see much happening on debian-ports.org, and taking your architectures off that infrastructure hurts others (I?ve ?revived? m68k and kept it running on d-p.o which helps a bit). Anyway: a new klibc (2.0~rc5-1) has been uploaded, and an mksh companion version (40.9.20120518-1) depending on it and trying to use
2012 Apr 20
2
klibc 2.0~rc3-1 ./. mksh 40.9.20120414-2
Hi, after changing mksh to no longer use mkstemp, I decided to try and build mksh-static with klcc on most platforms, in Debian. Here are the results by Debian architecture: alpha (4) fails amd64 works armel works armhf (3) fails i386 works ia64 works m68k (1) workaround mips works mipsel works powerpc (2) fails ppc64 works (!) s390 works s390x works sparc works Architectures not listed either
2016 Feb 05
2
[PATCHv2] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID.
2006 Nov 24
1
barplot help needed
hello, I would like to create the following barplot: I have 4 different data sets (same length + stddev for each data point) data1 sd1 data2 sd2 data3 sd3 data4 sd4 now, I'd like to plot in the following way: data1[1],data2[1],data3[1],data4[1] with it's sd-values side-by-side at one x-axis label (named "position 1") and each bar in different colors.
2016 Apr 14
1
[PATCH 1/1] x32 support
On Wed, Apr 13, 2016 at 7:24 PM, Thorsten Glaser <tg at mirbsd.de> wrote: > Denis Bychkov dixit: > >>This is a klibc port to x32 architecture. I tried to reuse as many >>existing files as possible, hence, a >>script making symlinks to x86-64 files. I was running this on Debian >>for about six months and hopefully, >>found any close to surface bugs. Of
2016 Feb 05
3
[PATCH] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID.
2010 Nov 02
1
subset a data.frame
Hello List, this should be simple, but cannot figure it out. I am trying to subset a data.frame like this: > data4 users time 1 user5 2009-12-01 14:09:58 2 user1 2009-12-01 14:40:16 3 user8 2009-12-04 08:18:37 4 user6 2009-12-04 08:18:37 5 user83 2009-12-04 08:18:37 6 user82 2009-12-04 08:18:37 7 user31 2009-12-04 08:18:37 8
2003 Aug 31
1
samba-3.0.0rc2 Please help with charset error
Hi all, I am using solaris9 x86 with samba-3.0.0rc2, getting this errors by running any samba command. any help is appreciated. ./testparm Load smb config files from /data4/samba3_rc2/lib/smb.conf Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1: ./testparm : fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire ctory Error loading module
2003 Aug 29
1
RC2: Compile errors Solaris 8 (cc) and suggested fix
Hi, I've got 2 errors while compiling CP850.c and CP437.c: "modules/CP437.c", line 27: syntax error before or at: [ "modules/CP437.c", line 282: warning: syntax error: empty declaration "modules/CP850.c", line 27: syntax error before or at: [ "modules/CP850.c", line 282: warning: syntax error: empty declaration Environment: Solaris 8/Sparc,