search for: enigma

Displaying 20 results from an estimated 110 matches for "enigma".

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
2004 Mar 15
0
Help identifying errors
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 1. Is there a reference that will help in the identification of Samba errors? 2. Can anyone identify these errors? I' @ log level = 6 and I get: Mar 15 10:58:01 enigma smbd3[4271]: [2004/03/15 10:58:01, 0] lib/util_sock.c:get_peer_addr(952) Mar 15 10:58:01 enigma smbd3[4271]: getpeername failed. Error was Transport endpoint is not connected Mar 15 10:58:01 enigma smbd3[4271]: [2004/03/15 10:58:01, 0] lib/util_sock.c:get_peer_addr(952) Mar 15 10:58:01 enigma smb...
2011 Nov 17
1
Just getting noise
...9;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) { speex_bits_reset(&mBits); speex_encode_int(mState, (Enigma::s16*)inputBuffer, &mBits); speex_bits_insert_terminator(&mBits); outputSize = speex_bits_nbytes(&mBits); /*Copy the bits to a...
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; float *input = new float[(inputSize/2)](); int nbBytes; int i; for (i=0;i<(inputSize/2);i++) { input[i]=in[i]; } /*Flush all the bits in the struct s...
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...
2003 Feb 21
1
Re: [expert] Brainstorm - add user script in Samba-LDAP
...in the system belong to adm. I have the groups and users mentioned in the LDAP database with of course, the exception of root. What I keep getting when I try to add a machine is "Access denied" on the Windoz side and this is what shows up in /var/log/messages: > Feb 21 10:15:36 enigma smbd[13731]: [2003/02/21 10:15:36, 0] passdb/pdb_ldap.c:ldap_connect_system(344) > Feb 21 10:15:36 enigma smbd[13731]: ldap_connect_system: Binding to ldap server as "cn=root,dc=microverse,dc=net" > Feb 21 10:15:37 enigma smbd[13731]: [2003/02/21 10:15:37, 0] passdb/pdb_ldap.c:l...
2011 Nov 16
2
Just getting noise
...9;m not sizing or reading the buffer right. Below are the functions I'm using. The audio data is from OpenAL and is 16000 frequency, 16bits, and the frames being passed to the included functions are 640 bytes which if my math is right (very well may not be) that is 20ms. ? ? ? ? ? ? ? ?virtual Enigma::u8* Encode(Enigma::u8* inputBuffer,size_t inputSize, size_t& outputSize) ? ? ? ? ? ? ? ?{ ? ? ? ? ? ? ? ? ? ? ? ?short *in=(short*)inputBuffer; ? ? ? ? ? ? ? ? ? ? ? ?float *input = new float[(inputSize/2)](); ? ? ? ? ? ? ? ? ? ? ? ?int nbBytes; ? ? ? ? ? ? ? ? ? ? ? ?/*Holds the state of the...
2003 Jan 18
3
Adding a machine; I think I am onto something
...ounts. So anyway I have some theories I would like verified. I've found that I can add a posix based machine name and that works fine BUT it only works in ou=People. The system cannot find a machine account in ou=Computers. Seems to me that several things have occured: > Jan 18 14:08:42 enigma smbd[12254]: [2003/01/18 14:08:42, 0] passdb/pdb_ldap.c:pdb_getsampwnam(859) > Jan 18 14:08:42 enigma smbd[12254]: LDAP search "(&(uid=spartack_)(objectclass=sambaAccount))" returned 0 entries. 1. Search for a uid=spartack$ which also has objectclass=sambaAccount. > Jan 18...
2011 Nov 16
0
Just getting noise
...ight 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; > float *input = new float[(inputSize/2)](); > int nbBytes; > int i; > > for (i=0;i<(inputSize/2);i++) > { > input[i]=in[i];...
2005 Jun 03
1
HELP! After upgrade, can't get at my shares
...o help. smbldap-tools seems to work fine. testparm returns no errors. I've tried setting "valid users =" in the homes share to various things and no dice. This included commenting it out all together. The old setting was "valid users = %S". Tests show the following: [root@enigma ~]# smbclient -L enigma Password: Domain=[J9STARR] OS=[Unix] Server=[Samba 3.0.14a] Sharename Type Comment --------- ---- ------- apps Disk Application Files public Disk print$ Disk Printer Drivers...
2001 Dec 17
0
No print to Samba (Linux) printer from Win98 - SOLVED.
...Bill > > > > > > Maybe some of this discussion will be useful in unraveling the problem Mike is having w/ > > > samba. Beyond that, sorry if this is getting too far off the topic. > > > > > > _______________________________________________ > > > enigma-list mailing list > > > enigma-list@redhat.com > > > https://listman.redhat.com/mailman/listinfo/enigma-list > > > > _______________________________________________ > > enigma-list mailing list > > enigma-list@redhat.com > > https://listman.redhat.com...
2009 Apr 23
2
Building ustack() helpers on OS X without -G
...ot;. This works fine for USDT probes, but I am at a loss on how to compile ustack() helpers. Does anyone have some ideas? You can see the ongoing conversation on the Python bug tracker: http://bugs.python.org/issue4111 -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
2002 Mar 02
0
[Fwd: Part 2: the RAW Facts on Filesystems]
-------- Original Message -------- Subject: Part 2: the RAW Facts on Filesystems Date: Fri, 1 Mar 2002 22:16:45 -0600 From: "Mike Chambers" <mike@netlyncs.com> Reply-To: enigma-list@redhat.com To: "RedHat - Enigma" <enigma-list@redhat.com> "[...] Once again, the ext3 filesystem is the clear winner for database creation, loading and indexing. And once again the Reiser filesystem came in last, choking on the index builds. As with the AS3AP benchmark...
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 have tested it on few computers. Can anyone...
2011 Nov 16
0
Just getting noise
...buffer right. Below > are the functions I'm using. The audio data is from OpenAL and is > 16000 frequency, 16bits, and the frames being passed to the included > functions are 640 bytes which if my math is right (very well may not > be) that is 20ms. > > virtual Enigma::u8* Encode(Enigma::u8* > inputBuffer,size_t inputSize, > size_t& outputSize) > { > short *in=(short*)inputBuffer; > float *input = new float[(inputSize/2)](); > int nbBytes; >...
2003 Jan 20
1
Auth Systems Security mini-audit
...,138/udp and 139/tcp. Samba changes rapidly though so can anyone verify that this is still the case? Will it still be the case when 3.0 comes out? LDAP runs on 636 and 389. I believe mine is configured to run both ldaps and ldap on 636. How can I check this? /etc/services says: > [root@enigma etc]# cat /etc/services | grep bios > netbios-ns 137/tcp # NETBIOS Name Service > netbios-ns 137/udp > netbios-dgm 138/tcp # NETBIOS Datagram Service > netbios-dgm 138/udp > netbios-ssn 139/tcp...
2007 Feb 19
2
Another subsetting enigma
Hello again, I'm trying to do the following: subset(dataframe,list %in% strsplit(dataframe[[Field]],",")) But This returns always the complete dataframe, since the strsplit(dataframe[[Field]],",") is evaluated as one big list for the whole data frame rather than one list per row. How can I have this evaluated on a per row basis? After 1.5 h hitting head against wall -
2002 Jul 19
1
smbclient & /etc/printcap Why does my printconf-gui doesnt work? (samba 2.2.3a) Red Hat Linux 7.2 enigma-
I have played around with samba now for quite a while but couldnt print on my win2k box with koffice. with the command line smbclient it works: smbclient //server/hpdeskje -N -P -U user -c 'print hello' prints a text (from the file hello) "Hello World" Also a print to file file off my win2k box would print fine with smbclient. Only, I cant quite find out how the printcap
2004 Dec 04
2
Printer driver auto upload.
Hello ! How can I configure samba to upload a particular driver when installing a printer shared. (cups + samba 3 + cups-pdf). In my particular case, I share a cups-pdf virtual printer and I would like samba to send the "HP Color Laserjet 8500 PS" driver when I connect to it. I've searched the web but didn't find any clear answer. It seems that a lot of things are
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: <http://lists.centos.org/pipermail/centos/attachments/20090912/e7b520c1/attachment.html>