search for: ltype

Displaying 20 results from an estimated 74 matches for "ltype".

Did you mean: type
2014 Apr 25
1
public key authentication -- log invalid keys
Hi guys, i was wondering if someone could point me in the right direction please. if someone connects using public keys, but uses the wrong keys to connect, openssh logs this kind of thing: Apr 21 23:50:04 [sshd] SSH: Server;Ltype: Version;Remote: 122.169.248.92-49232;Protocol: 2.0;Client: libssh-0.2 Apr 21 23:50:05 [sshd] SSH: Server;Ltype: Kex;Remote: 122.169.248.92-49232;Enc: aes128-cbc;MAC: hmac-sha1;Comp: none [preauth] Apr 21 23:50:05 [sshd] SSH: Server;Ltype: Version;Remote: 122.169.248.92-51680;Protocol: 2.0;Client:...
2005 Mar 30
2
Problem with pdf printing (SOLVED)
...to no avail. I am using "printing = bsd" option as I have in the past. Below is a clip from the log. Please let me know if anyone needs more information. [2005/03/29 10:49:03, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/lib/samba/printing/IT pdf printer.tdb): tdb_lock failed on list 1409 ltype=0 (Bad file descriptor) [2005/03/29 10:49:03, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/lib/samba/printing/IT pdf printer.tdb): tdb_lock failed on list 0 ltype=1 (Bad file descriptor) [2005/03/29 10:49:03, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/lib/samba/printing/IT pdf printer.tdb): tdb_lock fail...
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
Hi Justin, my class is a visitor pattern and I use accept method to go recursive in suboject in my AST. In locals I store AllocaInst pointer. void *visit(var1_init_decl_c *symbol) { llvm::Type *lType; varNames.clear(); varType = ""; symbol->var1_list->accept(*this); /* get a vector contains variable names */ symbol->spec_init->accept(*this); /* Store in varType variable list */ lType = typeOf(varType); for (unsigned int i = 0; i < varNames.size(); i++...
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
...AM, Manuele Conti <manuele.conti at sirius-es.it>wrote: > Hi Justin, > my class is a visitor pattern and I use accept method to go recursive in > suboject in my AST. > In locals I store AllocaInst pointer. > > > void *visit(var1_init_decl_c *symbol) { > llvm::Type *lType; > > varNames.clear(); > varType = ""; > symbol->var1_list->accept(*this); /* get a vector contains variable names */ > symbol->spec_init->accept(*this); /* Store in varType variable list */ > lType = typeOf(varType); > for (unsigned int i = 0;...
2006 Jul 21
6
tdb/tdbutil.c:tdb_chainlock_with_timeout_internal
Hello. I run samba 3.0.21c on RHEL AS 4 EMT_64 U3 and I've experienced a strange problem where smbd will go (and stay) in the D state. While waiting for IO (possibly), these smbd processes do not respond to client requests, thus samba appears to be down. I could not kill these processes via kill -9 , so I rebooted which worked. The only error I could see out of the ordinary would be
2005 Mar 29
1
Problem with pdf printing
...to no avail. I am using "printing = bsd" option as I have in the past. Below is a clip from the log. Please let me know if anyone needs more information. [2005/03/29 10:49:03, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/lib/samba/printing/IT pdf printer.tdb): tdb_lock failed on list 1409 ltype=0 (Bad file descriptor) [2005/03/29 10:49:03, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/lib/samba/printing/IT pdf printer.tdb): tdb_lock failed on list 0 ltype=1 (Bad file descriptor) [2005/03/29 10:49:03, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/lib/samba/printing/IT pdf printer.tdb): tdb_lock fail...
2007 May 29
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_math.c libswfdec/swfdec_as_math.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c
...diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 70f5f78..59dcf68 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -968,48 +968,84 @@ swfdec_action_equals2 (SwfdecAsContext * { SwfdecAsValue *rval, *lval; SwfdecAsType ltype, rtype; + double l, r; gboolean cond; rval = swfdec_as_stack_peek (cx->frame->stack, 1); lval = swfdec_as_stack_peek (cx->frame->stack, 2); ltype = lval->type; rtype = rval->type; - if (ltype == rtype) { - switch (ltype) { - case SWFDEC_AS_TYPE_UNDEFINED...
2004 Jun 29
2
tdb lock failures
...ming rate with messages about tdb lock failures. Part of log file when trying to print: [2004/06/29 11:15:27, 2] lib/access.c:(329) Allowed connection from (192.0.0.123) [2004/06/29 11:15:27, 0] tdb/tdbutil.c:(531) tdb(/usr/lib/samba/var/locks/printing.tdb): tdb_lock failed on list 107 ltype=1 (No record locks available) [2004/06/29 11:15:27, 0] tdb/tdbutil.c:(531) tdb(/usr/lib/samba/var/locks/printing.tdb): tdb_lock failed on list 91 ltype=1 (No record locks available) [2004/06/29 11:15:27, 0] tdb/tdbutil.c:(531) tdb(/usr/lib/samba/var/locks/printing.tdb): tdb_lock failed on list...
2005 Feb 28
1
tdb locking errors?
...02/28 11:35:23, 1] smbd/service.c:make_connection_snum(645) ~ slave16 (192.168.133.116) connect to service netbench initially as user BENCHLAB+slave16 (uid=10016, gid=10001) (pid 6599)[2005/02/28 11:41:14, 0] tdb/tdbutil.c:tdb_log(725) ~ tdb(/var/lib/samba/locking.tdb): tdb_lock failed on list 86 ltype=0 (Resource deadlock avoided) [2005/02/28 11:45:48, 0] tdb/tdbutil.c:tdb_log(725) ~ tdb(/var/lib/samba/locking.tdb): tdb_lock failed on list 41 ltype=0 (Resource deadlock avoided) [2005/02/28 11:51:15, 0] tdb/tdbutil.c:tdb_log(725) ~ tdb(/var/lib/samba/locking.tdb): tdb_lock failed on list 86 lty...
2006 Apr 27
1
ADS mode with ReiserFS freezes Server
...are from clients: Client example No. 1 [2006/04/25 12:58:50, 0] smbd/oplock.c:oplock_timeout_handler(366) Oplock break failed for file asmallernote/note.ini -- replying anyway [2006/04/25 12:58:50, 0] tdb/tdbutil.c:tdb_log(772) tdb(/var/run/samba/locking.tdb): tdb_lock failed on list 365 ltype=1 (Resource deadlock avoided) [2006/04/25 12:58:50, 0] smbd/oplock.c:remove_oplock(189) remove_oplock: failed to lock share entry for file asmallernote/note.ini [2006/04/25 12:58:50, 0] libsmb/smb_signing.c:srv_check_incoming_message(782) srv_check_incoming_message: BAD SIG: seq 567 wanted...
2003 Nov 20
2
What is vuid?
I'm getting the following errors in my error logs: ERROR! vuid 100 did not map to a valid vuser struct! At the time this error was being created I was trying to add a domain user as a local admin. I was trying to get the browse list of domain users up, but being denied. Cheers Jeff -- Jeff Gardiner [ gardiner@nospam.imaging.robarts.ca ] System Administrator - Imaging Research
2005 Mar 07
2
corruption in the locking tdb, samba panics
...and with smbtorture). After a while I had to switch back to the old server because some users were having serious problems. This is one of the logs (the others are very similar): [2005/03/04 12:25:05, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/cache/samba/locking.tdb): tdb_lock failed on list 80 ltype=1 (Resource deadlock avoided) [2005/03/04 12:25:05, 0] smbd/oplock.c:remove_oplock(272) remove_oplock: failed to lock share entry for file eplan4/N/0408/Se.gif [2005/03/04 12:25:05, 0] smbd/reply.c:reply_lockingX(4559) reply_lockingX: error in removing oplock on file eplan4/N/0408/Se.gif [20...
2005 Nov 21
2
Help for problem samba between linux and windows
...r examples : Nov 17 23:30:32 corus kernel: smb_add_request: request [dba3ae80, mid=1222] timed out! Nov 17 23:35:01 corus mount.smbfs[1830]: [2005/11/17 23:35:01, 0] tdb/tdbutil.c:tdb_log(725) Nov 17 23:35:01 corus mount.smbfs[1830]: tdb(/var/cache/samba/gencache.tdb): tdb_lock failed on list 38 ltype=0 (Mauvais descripteur de fichier) Nov 17 23:35:01 corus mount.smbfs[1830]: [2005/11/17 23:35:01, 0] tdb/tdbutil.c:tdb_log(725) Nov 17 23:35:01 corus mount.smbfs[1830]: tdb(/var/cache/samba/gencache.tdb): tdb_lock failed on list 38 ltype=1 (Mauvais descripteur de fichier) Nov 17 23:35:01 corus...
2002 Nov 16
1
file locks problem??
.../SISTEMA, dev = 805, inode = 2588750. Deleting it to continue... [2002/11/16 11:15:45, 0] smbd/open.c:open_mode_check(555) open_mode_check: Existent process 20445 left active oplock. [2002/11/16 11:15:45, 0] tdb/tdbutil.c:tdb_log(475) tdb(/var/cache/samba/locking.tdb): tdb_lock failed on list 54 ltype=0 (Interrupted system call) [2002/11/16 11:22:09, 0] smbd/oplock.c:request_oplock_break(981) request_oplock_break: no response received to oplock break request to pid 20445 on port 32964 for dev = 805, inode = 3326030, file_id = 95 [2002/11/16 11:22:09, 0] smbd/open.c:open_mode_check(551) open_...
2004 Nov 24
1
upgrading print server from 2.2.8a to 3.0.8 - more info
...the machine is in production > with 2.2.8a, but I can tinker with it tomorrow morning to get some log > entries if anyone needs to see them. Log entries from samba3 startup: tdb/tdbutil.c:tdb_log(725) tdb(/usr/local/samba308/var/locks/share_info.tdb): tdb_lock spinlock failed on list 103 ltype=1 tdb/tdbutil.c:tdb_log(725) tdb(/usr/local/samba308/var/locks/share_info.tdb): tdb_lock spinlock failed on list 103 ltype=0 tdb/tdbutil.c:tdb_log(725) tdb(/usr/local/samba308/var/locks/share_info.tdb): tdb_lock spinlock failed on list 0 ltype=1 tdb/tdbutil.c:tdb_log(725) tdb(/usr/local/sa...
2005 Jun 03
0
smbfs intermittent errors: tdb_lock failed, ERRDOS 71
...her computers mount just fine--it's always this same remote computer, which is running Windows XP Professional. I find in the /var/log/samba/smbmount.log this: > [2005/06/02 03:19:50, 0] tdb/tdbutil.c:tdb_log(725) > tdb(/var/cache/samba/gencache.tdb): tdb_lock failed on list 16 > ltype=0 (Bad file descriptor) > [2005/06/02 03:19:50, 0] tdb/tdbutil.c:tdb_log(725) > tdb(/var/cache/samba/gencache.tdb): tdb_lock failed on list 16 > ltype=1 (Bad file descriptor) > [2005/06/02 03:19:50, 0] tdb/tdbutil.c:tdb_log(725) > tdb(/var/cache/samba/gencache.tdb): tdb_lock fai...
2010 May 09
1
lattice: customising panel.segments using groups
...ot. Below is a simple example of what I'm trying to do... #Example dataset x <- c(-0.25, 0.25, 0.8) y <- c(-0.5, 0, 0.75) gp <- c("A", "I", "C") my.data <- cbind.data.frame(x,y,gp) #setting up the parameters to customise the lines with. ltype <- c(1,2,3) env.col <- c("red", "black", "blue") env.lwd <- c(1.25, 0.75, 1.25) # Lattice plot xyplot(y ~ x, data= my.data, groups = gp, type = "l", panel= panel.superpose, panel.groups = funct...
2006 Dec 19
1
Samba OpsLock
...0024.bkf (dev = fd03, inode = 23216135, file_id = 219). [2006/12/19 09:03:39, 0] smbd/oplock.c:oplock_break(923) oplock_break: client failure in break - shutting down this smbd. [2006/12/19 09:03:39, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/cache/samba/locking.tdb): tdb_lock failed on list 22 ltype=1 (Resource deadlock avoided) [2006/12/19 09:03:39, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/cache/samba/locking.tdb): tdb_lock failed on list 22 ltype=0 (Resource deadlock avoided) [2006/12/19 09:03:39, 0] tdb/tdbutil.c:tdb_log(725) tdb(/var/cache/samba/locking.tdb): tdb_unlock: count is 0...
2004 Aug 24
2
CIFS Server 2.2j Pb with locking : No locks available
...more later i face a problem : Actual user : oK. New access : Ko. ------------------------------------------------------------------------------- Error message in the client logfile 2004/08/23 14:15:39, 0] tdb/tdbutil.c:(531) tdb(/var/opt/samba/locks/connections.tdb): tdb_lock failed on list 91 ltype=2 (No locks available) ------------------------------------------------------------------------------- Environnment HP Product : HP CIFS Server 2.2j downloaded from Hp web site. B8725AA A.01.11.02 HP CIFS Server on HP-UX 11.00 -- ------------------------------------------------...
2009 Jan 21
2
(no subject)
...amba. I saw a previous post where raising amount of processes allowed per group was suggested. Thank you James +++++++++++++++++++++ + Client log excerpt+ *++++++++++++++++++++ [2009/01/21 07:08:35, 1] lib/util_tdb.c:tdb_wrap_log(886) tdb(/var/lib/samba/mutex.tdb): tdb_lock failed on list 12 ltype=1 (Interrupted system call) [2009/01/21 07:08:35, 0] lib/util_tdb.c:tdb_chainlock_with_timeout_internal(91) tdb_chainlock_with_timeout_internal: alarm (10) timed out for key EXAMPLEDC.EXAMPLE.CORP in tdb /var/lib/samba/mutex.tdb [2009/01/21 07:08:35, 1] lib/server_mutex.c:grab_named_mutex(71)...