similar to: Adding a machine; I think I am onto something

Displaying 20 results from an estimated 1000 matches similar to: "Adding a machine; I think I am onto something"

2003 Feb 21
1
Re: [expert] Brainstorm - add user script in Samba-LDAP
>>add user script = /usr/share/samba/scripts/smbldap-useradd.pl -w -d >>/dev/null -g Machines -s /bin/false %u Yes. The Manchines group does exist, as does adm and Administrators as specified in /etc/smb.conf seen here: >>domain admin group = root Administrator @adm @Administrators @wheel wheel does not actually exist and both users in the system belong to adm. I have
2003 Apr 04
2
samba_3_0+ldapsam: Bug?
Hi, after upgrading samba 3.0 from ~ Jan. 03 cvs -> today's cvs, samba crashes while contacting an LDAP server. If I try: $ smbclient -L localhost -Udariush%pass smbd logs the following: [2003/04/04 18:20:39, 2] passdb/pdb_ldap.c:ldapsam_search_one_user(648) ldapsam_search_one_user: searching for:[(&(uid=dariush)(objectclass=sambaAccount))] [2003/04/04 18:20:39, 10]
2011 Nov 17
1
Just getting noise
I'm only doing one frame using speex_encode_int greatly simplifies my code I'm not sure why the sample I was working off of was converting the shorts to floats then calling the other encode/decode methods. Based off of your suggestions I tried the following but I get the same result. virtual Enigma::u8* Encode(Enigma::u8* inputBuffer,size_t inputSize, size_t& outputSize) {
2011 Nov 16
2
Just getting noise
Alright noted, I changed me code so that the state is created in the constructor and destroyed in the destructor of the object. However I'm still getting the same issue although I'm sure that would have bit me sooner or later. The new code is as follows. virtual Enigma::u8* Encode(Enigma::u8* inputBuffer,size_t inputSize, size_t& outputSize) { short *in=(short*)inputBuffer;
2004 Dec 10
1
Cannot delete printer driver
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 | [root@enigma 0 3]$ rpcclient enigma -U 'root%XXXXXXXXXX' -c 'enumdrivers' | | [Windows NT x86] | Printer Driver Info 1: | Driver Name: [Lexmark Z53 Color Jetprinter] | | | [Windows NT x86] | Printer Driver Info 1: | Driver Name: [Lexmark Z53 Color Jetprinter] | | [root@enigma 0 3]$ rpcclient enigma -U
2004 Feb 13
1
ACL bug
Hello, I'm using samba 3.0.2(acl) and kernel 2.4.24+acl, libacl-2.2.23. Following problem: When I create a file in an directory with extended ACLs, samba applies the "create mask" in a wrong way (IMHO). The normal behaviour of tools like chmod is that the second (middle) permission field is mapped to the "mask" ACE if the file has an extended ACL, so that the change
2011 Nov 16
2
Just getting noise
I'm completely new to speex and I'm having issues adding it to my application. I can pass raw PCM and that works fine so I know my transmission code is fine however when I try to encode/decode using speex I get noise almost like a whining/buzzing sound. I'm sure it's and issue in my code but I'm not sure where to start looking other then my gut tells me I'm not sizing or
2004 Jan 04
3
3.0.0 -> 3.0.1 upgrade causes "Failed to verify
I am having the same problem as well. This is just an educated guess, but I think the problem has to do with the "in-memory krb5 keytab support" Anyone have any workarounds? -Jim
2009 Apr 23
2
Building ustack() helpers on OS X without -G
I am trying to integrate John Levon''s ustack() helper for Python into the upstream Python sources. The method for doing this on Solaris is to compile the phelper.d script containing the helper into an object file using "dtrace -G". dtrace on OS X does not have "dtrace -G", just "dtrace -h". This works fine for USDT probes, but I am at a loss on how to
2004 Dec 07
0
help identifying errors
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This from tail -f /var/log/samba/spartack | spartack (192.168.2.102) couldn't find service ::{2227a280-3aea-1069-a2de-08002b30309d} | [2004/12/06 16:18:46, 1] smbd/service.c:make_connection_snum(648) | spartack (192.168.2.102) connect to service print$ initially as user root (uid=0, gid=0) (pid 3004) | [2004/12/06 16:18:46, 1]
2010 Jun 17
2
Problem with Chromium
Hello. I have made a ogv file for testing html5 video using ffmpeg2theora for Windows. It is available on http://wwsi.edu.pl/video/enigma.html and http://movies.wwsi.edu.pl/wwsi/small/enigma.ogv . It looks it works fine in Firefox, Opera for Windows, VLC, mplayer, ffmpegplay, some other Linux browsers. It fails in Chrome (and Chromium), the video looks very out of synchronization. I
2003 Jan 20
1
Auth Systems Security mini-audit
Being a responsible sort of guy, I want to check and make sure I have some decent encryption settings for my authentication systems. Namely Samba PDC (2.2.7a) with an LDAP backend that also authenticates Linux clients (which I've finally gotten running the way I want :-)). According to some documentation I've found, the samba ports are 137/udp,138/udp and 139/tcp. Samba changes
2008 Sep 23
3
7.0-stable: a hung process - scheduler bug?
Hello! I was trying to build OpenOffice using all of my 4 CPUs. To be able to do other work on the machine comfortably, I ran the build under nice, and assigned real-time priority to the two Xorg processes. The build started at about 23:10 last night, and hung at 23:46. The procstat output for the make's process group is: PID PPID PGID SID TSID THR LOGIN WCHAN EMUL
2003 Sep 19
3
error samba-3.0-rc4
hi. i'm testing samba-3.0-rc4 with ldap(edirectory 8.7.1). I extended the schema whitout problems. i'm configure the samba server how a primary domain authtenticating in the ldap server. my smb.conf file is here: workgroup = bla ldap server = localhost ldap ssl = no ldap admin dn="cn=admin,o=suporte" ldap machine suffix="ou=geral,o=suporte" ldap suffix =
2009 Sep 12
3
Inquiry:Migration from Linux 7.2 to CentOS 5
Dear All Can you please do me favor and let me know what are the highlights of major benefits of CentOS Release 5 (Final) over the RedHat Linux 7.2 (Enigma) as we are going to migrate to it ? Thank you in advance Regards H.Motamedi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 22
2
Missing pid probes in OS X Python processes
I cannot seem to probe any of the Python interpreter''s C functions on OS X. $ sudo dtrace -n ''pid$target::PyEval_EvalFrameEx:entry'' -c python dtrace: invalid probe specifier pid$target::PyEval_EvalFrameEx:entry: probe description pid59706::PyEval_EvalFrameEx:entry does not match any probes These functions show up in ustack()s, but they do not appear to be available
2002 Oct 24
1
signal 11 on fsck
System info: ------------ [root@angel root]# cat /etc/issue Red Hat Linux release 7.2 (Enigma) Kernel \r on an \m [root@angel root]# uname -a Linux angel 2.4.9-34 #1 Sat Jun 1 06:25:16 EDT 2002 i686 unknown This problem occured after upgrade to kernel 2.4.18-17.7, backed out to previous version now (2.4.9-34). All other system RPMs are up to date according to RHN, and nothing, aside from
2003 Apr 10
1
Samb and Ldap groups
Hi, After some carefully editing of pdb_ldap.c I have managed to get a list of groups from the LDAP directory if you are root or anyother user. :-) The problem now is if you run the command (from win2k) net group it /domain (where 'it' is the group name) or try to open a group in user manager you do not get any listing of uers in that group. The error in windows is "Group name
2003 Mar 14
2
SV: Adding samba users ?:/
I have now added a user and the hash apirs in the passwd... :] but when I try to log in but it just don't work :/ Can someone give a suggestion? This is my smb.conf... I guess theres a chance that its where the problem comes in 2 play :) [global] workgroup = Nost encrypt passwords = yes smb passwd file = /usr/local/private/smbpasswd unix password sync = yes
2003 Apr 12
1
eDirectory 8.7 and sambaAccount
I'm having a problem adding a password to users. I get "NDS error: no additional information available (-306) when I use smbpasswd. Also I can see in ndstrace that the search string is (&(objectClass=sambaAccount)(uid=WORKGROUP/test)) and not (&(objectClass=sambaAccount)(uid=test)). I have "ldap fileter = (&(cn=%u)(objectClass=sambaAccount)) in my smb.conf. Another