similar to: ERROR: No locking available. (on Slackware 2.0.30)

Displaying 20 results from an estimated 30000 matches similar to: "ERROR: No locking available. (on Slackware 2.0.30)"

2011 Jan 27
1
Callback when available
Hi All, I would like to implement a call-back option when called user is busy. Consider this scenario: 1. A caller is calling a number which is busy on another call. 2. The system will prompt the caller ("press 3 to be called back" etc.) to be called back when called user is available. 3. Caller hangs up. >>problem: how to monitor called user status after calling user has
2002 Jan 15
1
Channels API and ~& question
When processing ~& with SSHv2 OpenSSH sends \004 (EOT) and does not bother sending SSH2_MSG_CHANNEL_EOF. Why is that? Why is there no direct way to get SSH2_MSG_CHANNEL_EOF or SSH2_MSG_CHANNEL_CLOSE sent? Or is there and I'm just missing it? Thanks, Nico -- -DISCLAIMER: an automatically appended disclaimer may follow. By posting- -to a public e-mail mailing list I hereby grant
2010 Nov 01
1
MoH and stuch channels
Hi All, I would like to separate the media traffic from the signalling. Can Asterisk send and receive media (rtp) traffic from a secondary network interface? Thanks, Harel ________________________________ This electronic message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named
2011 Oct 25
2
PHP 5.3.3 question
Can PHP 5.3.3 be installed on CentOS 5.3, or is it not compatable, and if so what is the recommended version of CentOS to use? Thanks, Robert Anstruther. SQA Dalkeith is moving. From 21 November 2011 our address will be; Lowden, 24 Wester Shawfair, Dalkeith, Midlothian, EH22 1FD. There is no change to the address for SQA Glasgow.
2001 Oct 31
2
OpenStep (NeXT) and TTY modes
OpenStep, apparently, does not initialize new pty/tty modes to a sane default. I'm thinking this code snippet, added to tty_parse_modes() before the for(;;) loop should suffice: #ifdef HAVE_NEXT tio.c_oflag |= ONLCR; tio.c_lflag |= ECHO; #endif /* HAVE_NEXT */ Also, I've noticed that "ssh -t next_host stty" gives different output than an interactive session to the same
2005 Jul 11
2
multiple workgroups from one Samba server?
Hello, Is it possible to set up multiple Windows workgroups on a single Samba server? We have the same user, defined in 2 different workgroups (Windows Domains), and would like both of these users to connect to the same Samba share. However, we're not certain if this is possible, or what the syntax should be in the config. file. Any ideas here? Thanks, David Hansen Visit our website
2002 Aug 23
1
3.4p1 ssh-agent auth-retry patch available: was: Re: Updated ssh-agent authentication retry patch available
And lsof the agent too - see what files it has open... Nico -- > -----Original Message----- > From: Kevin Steves [mailto:kevin at atomicgears.com] > Sent: Friday, August 23, 2002 4:48 PM > To: openssh-unix-dev at mindrot.org > Cc: stevesk at pobox.com > Subject: Re: 3.4p1 ssh-agent auth-retry patch available: was: Re: > Updated ssh-agent authentication retry patch available
2001 Oct 26
2
SSHv2 sshd exit criteria
When should sshd disconnect an SSHv2 connection? Markus Friedl says "for protocol v2 the client decides when to close the connection." In principle, I agree, because SSHv2 supports multiple sessions over the same connection, with the client able to launch new sessions anytime then it should be upto the client. But this would be a major cultural change for most users, and would break
2002 May 17
3
OpenSSH 3.2.2 released : chroot
You must mean your most wanted feature. Mine is the integration of Simon's GSS patches. Nico -- > -----Original Message----- > From: Jean-Michel POURE [mailto:jm.poure at freesurf.fr] > Sent: Friday, May 17, 2002 7:35 AM > To: Markus Friedl; openssh-unix-dev at mindrot.org > Subject: OpenSSH 3.2.2 released : chroot > > > Le Vendredi 17 Mai 2002 00:36, Markus
2006 Jan 17
0
URL to method?
Do I need to edit routes.rb to get the following behavior? URL ==> method (source) /admin ==> AdminController#index (/controllers/admin_controller.rb) /admin/teams/list ==> Admin::TeamController#list (/controllers/admin/team_controller.rb) /admin/teams/edit/1 ==> Admin::TeamController#edit(:id => 1) (/controllers/admin/team_controller.rb) And will it wreck havoc with my
2005 Jun 18
0
Iflex Mail Server detected an unrepairable virus in a message you sent (SYM:35143383042703678833)
Subject of the message: Mail Delivery (failure pamela.mathias@iflexsolutions.com) Recipient of the message: Pamela Mathias-VP DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender
2011 Jan 31
1
Does xapian support image search?
Currenly we have our Xapian-based search engine search photos from our collection only with the image's name and tags. Thus, I'm wondering that except for these text contents attached to the image, whether Xapian can actually support any kind of image search? Thanks for any suggestion! Best, Shen DISCLAIMER: This message contains confidential information and is intended only for the
2000 Mar 08
0
Linear/Quadratic Programming
Hi, ***** First, let me apologize for the disclaimer that accompanies my mail. I don't add it and I can't take it out. **** Is there any implementation of Linear/Quadratic programming in R? Thanks. Mustaque This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy
2001 Jul 31
0
Unavailability of wdr.com
Dear Recipient, It has been noticed that you have been receiving internal e-mails addressed to you at the @wdr.com internet address. On 31st August 2001, this internet address will no longer be applicable to the bank, and you will therefore not receive the e-mail. Please ensure that any people or applications sending e-mails to you using the @wdr.com address, change to using the @ubsw.com
2002 May 17
0
[Fwd: Re: X-windows security in Gnome]
On Friday, May 17, 2002, David F. Newman wrote: > [snip] > > IMHO, I wouldn't call that "integrated". ssh is an external > tool which > provides a tunnel for the X traffic. I would consider it > integrated if the X > server itself talked SSH as well as the core X libraries. X > clients would > connect to <someotherhost>:0 instead of
2002 Jul 12
0
[Bug 273] sshd hangs on shell exit if user spawned child with/bin/nohup
Perhaps the man page should be fixed then, because neither rsh nor rlogin provide any kind of port forwarding, or X11 forwarding, etc... Also, the comparison between ssh and rsh is more appropriate if you're talking about SSHv1 and much less so if you're talking about SSHv2. Nico -- > -----Original Message----- > From: Eric Garff [mailto:egarff at omniture.com] > Sent:
2005 May 09
0
Consultants - Sydney Aust
Hi, Not sure if this is OT or not - apologies if it is. I'm looking for an asterisk consultant in the Sydney area to help with the rollout of a couple of Asterisk setups for clients of ours. If you're interested please reply to me /*off-list*/ at tonyd -at- zeroeffortnetworking -dot- com -dot- au (fixing the address of course :) thanks, tony Zero Effort Networking Pty Ltd ABN 38
2010 Nov 01
0
Force direct RTP
Hi All, Is it possible to force direct RTP between two endpoints, even if they are known to be behind NAT (e.g. when the NAT firewall at the end is statically opened for the relevant ports)? Thanks, Harel ________________________________ This electronic message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are
2010 Nov 01
0
2nd network interface for RTP/media
Hi All, I would like to separate the media traffic from the signalling. Can Asterisk send and receive media (rtp) traffic from a secondary network interface? Thanks, Harel ________________________________ This electronic message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named
2012 Mar 15
1
Samba errors Mac OS X server
Hi ! I have some windows users connected to a Apple Xserve running Mac OS X server 10.4.11 Some users have started complaining that it is taken a considerable time when "saving" data back to the shared SMB drive In my /var/log/samba/log/smbd it is full of the following errors [2012/03/15 14:40:18, 0] darwin_acls.c:map_ntacl_to_darwinacl(1256) map_ntacl_to_darwinacl: