similar to: Help identifying errors

Displaying 20 results from an estimated 1000 matches similar to: "Help identifying errors"

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
2003 Oct 03
0
s3.0.0: problem getting usernames for a DOMAIN from win2000 and winXP's user configurator
Hi, we use a samba3.0.0b3 as PDC here. It's running smoothly, but one problem persists. When I'm trying to add new users to a (local) windows group "administrators" and select the DOMAIN instead of the computer name, it waits a few second and then reports in gray: "No objects are available in this location. Select another location." this is in the logs: PANIC:
2004 Aug 09
1
Printer on LDAP PDC debug help?
Mandrake 10.0 LDAP PDC with ldapauth. Server is a member of the PDC but not using winbind since we have ldapauth. Basically this just means that I used: net rpc join -U Administrator%PASSWORD I've been going by the HOWTOs and books from the beginning. I even have the Samba HOWTO Guide and Reference in dead tree format. Today I tried using a simple setup from this site:
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
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) {
2004 Jan 17
0
Trying to write a PDC HOWTO - Samba 3.0.1/LDAP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. I'm trying to write a HOWTO for Samba 3.0.1 with an LDAP (new schema) backend. Basically just how to get a PDC up and useful. Here is the background info: 1. Samba 3.0.1, Mandrake 9.1, openldap-2.0.27-5.3mdk, clients are XP Pro and either Mandrake 9.1 or 9.2. 2. System will do Single Sign-on auth for both Linux and Windows XP. Where I am
2011 Nov 16
0
Just getting noise
The way I do this is to compute the number of frames (by dividing the size of my input by the number of bytes per frame and then calling speex_encode_int() that many times. Something like speex_bits_reset( &bits ); for( n = 0; n < num_frames; ++n ) { speex_encode_int( enc_state, (int16_t*)input_tail,
2006 Jun 19
1
getpeername failed
Hi, I am discovering several error messages from one of our samba servers. Logcheck says: Security Events =-=-=-=-=-=-=-= getpeername failed. Error was Transport endpoint is not connected getpeername failed. Error was Transport endpoint is not connected getpeername failed. Error was Transport endpoint is not connected getpeername failed. Error was Transport endpoint is not connected
2007 May 18
0
Errors in smbd log file
List, Regarding a problem I'm having that I can't login to our domain, after searching google I checked my smbd log file. I pasted the log file below. Please know that I could see the samba server in my network places just fine before. Now when I double click on the domain I get the error message that the path was not found. I'm running w2k. Thanks, [2007/04/06 08:41:39, 0]
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;
2005 Jun 03
1
HELP! After upgrade, can't get at my shares
I'm really not looking forward to downgrading because of this but if this persists much longer I'll have to. :-( Platform: MDV LE 2005 Previous version was 3.0.9 I think. Whatever the default for Mdk 10.1 Official was. samba-swat-3.0.14a-2mdk samba-smbldap-tools-3.0.14a-2mdk samba-doc-3.0.14a-2mdk samba-client-3.0.14a-2mdk samba-common-3.0.14a-2mdk samba-vscan-clamav-3.0.14a-2mdk
2001 Dec 17
0
No print to Samba (Linux) printer from Win98 - SOLVED.
I now have the deskjet print printing from my Win98 box. Something in the "hpdeskjet" entry was causing the error of "No machine name found" to appear when I tried to print from Win98. I fixed this by deleting the entry and re-creating it. I also specifically added allowed IP addresses instead of using "all" in the config file. I created a generic text printer
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
2003 Jan 18
3
Adding a machine; I think I am onto something
Parameters are: Samba 2.2.7a PDC setup with LDAP includeing posix authentication for Linux. OK, the tutorial I've based my setup on is the Mandrake tutorial found at http://www.mandrakesecure.net/en/docs/ldap-auth.php Works great for autenticateing Linux from LDAP but it is really sparse on the Samba side of things. Esepcially when it comes to adding machine trust accounts. So anyway I
2011 Nov 16
0
Just getting noise
At just a first quick glance, I'm pretty sure that you don't want to be creating and destroying the speex encoder/decoder with each frame. That's supposed to stay the same for more-or-less the entire session. Ken Smith Cell: 425-443-2359 Email: ken at alanta.com Blog: http://blog.wouldbetheologian.com/ On Wed, Nov 16, 2011 at 2:52 PM, Christopher Schaefer <disks86 at
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 Sep 24
0
Problems with Winbind
Hi all, here's hoping you can help with a problem I have got. I am currently running samba 3.0.7-1 on a Suse 9.0 system and I am having the following problem. I am trying to get my samba server to join a windows NT4 domain called BVFL-DOM and then use winbind to get user names from that domain to be use samba. The samba box joins the NT domain without a problem and I can use NT server
2005 Feb 10
2
smb log error-Transport end point/getpeername
Mates, I'm trying to solve some log errors I getting. I have samba 3.0.7 installed on Suse 9.0. It has been happening intermittently for several months. I don't know if this is XP client related or what. Any thoughts: The errors are: Feb 9 20:00:33 skyline smbd[14408]: [2005/02/09 20:00:33, 0] lib/util_sock.c:get_peer_addr(1000) Feb 9 20:00:33 skyline smbd[14408]: getpeername
2007 Dec 13
0
Samba problems on 5.1
Hi list, Since I've upgraded from Version 5.0 to 5.1 i have strange problems with samba. Since 5.1 the connection from a XP client to the samba server disconnect often, especially then i write a file to the share after some idle time. Some informations of my config. The Box is a Samba PDC for a little Windows Domain with a ldap backed. I used this config on Centos 4.x and 5.0 without
2004 Jul 09
1
NT doesn't like that, you should fix it
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, I have this in my /var/log/messages (pls mind the line wrap): smbd3[3660]: [2004/07/09 15:31:26, 0] rpc_server/srv_util.c:get_domain_user_groups(372) smbd3[3660]: get_domain_user_groups: primary gid of user [fajar] is not a Domain group ! smbd3[3660]: get_domain_user_groups: You should fix it, NT doesn't like that Why is that?