Displaying 20 results from an estimated 300 matches similar to: "Cisco 12sp firmware... Anyone got it???"
2008 Jan 14
10
Using EventMachine to listen from non-network
I''ve actually found a way to make EventMachine listen to events from a
serial port, but only by using the pure Ruby version, using Guilliame
Pierronnet''s Ruby/SerialPort library. It turned out to be simpler
than I thought it would be:
require ''serialport''
$eventmachine_library = :pure_ruby
require ''eventmachine''
module EventMachine
class
2004 Mar 18
1
samba 3.0.2a-Debian +ldapsam +smbldap-tools 3.0rc4-1= newly created users can't log in
There is something very strange going on with new users...
i've created a new user using the smbldap-tools
creation goes fine...
smbldap-useradd -a -g labusers -G power_users -n -c 'test user' -m -P
testuser
I've set the password and i see this in my ldap dir:
ldapsearch -x -D cn=ldapadmin,dc=bitc,dc=unh,dc=edu -W
'(&(uid=testuser)(objectclass=SambaSamAccount))'
#
2003 Nov 19
1
Format problem in previous mail. RE: Closer with pxeboot, but n ot all there...
Hi again...
The text under "BTX loader..." should appear as a block where each
line is 56 characters long. "BTX halted" is on its own line.
Apologies for my mailer...
-Chris
-----Original Message-----
From: McMahon, Chris
Sent: Wednesday, November 19, 2003 8:32 AM
To: 'H. Peter Anvin'; McMahon, Chris
Cc: 'syslinux at zytor.com'; 'mike at
2003 Nov 17
0
And we're there. RE: Found it; getting closer. RE: Use DISPLAY codes with PXELINUX?
Set "PROMPT 1" in the config file.
-----Original Message-----
From: McMahon, Chris
Sent: Monday, November 17, 2003 12:40 PM
To: McMahon, Chris; 'syslinux at zytor.com'
Subject: Found it; getting closer. RE: Use DISPLAY codes with PXELINUX?
Hello...
Added real control characters to the file, but they were still
ignored-- until I added "IMPLICIT 0" to the config
2004 Oct 04
2
Somebody using AS5350 CISCO?
Do somebody using CISCO AS5350 with Asterisk?
Which protocol do you using: H323, MGCP, SIP?
This direction: [12sp->Asterisk->h323->as5350->isdnPSTN] is ok
But reverse: [isdnPSTN->as5350->h323->Asterisk->12sp] cannot hear 12sp, but 12sp hear PSTN (codec g711u)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Nov 19
2
One more clue, maybe...
The stack dump message is white text on black background. Right
above the stack dump message, still in yellow-on-blue from the PXELINUX
settings, is the text:
Building the boot loader arguments
Relocating the loader and the BTX
Starting the BTX loader
<change to white-on-black>
BTX loader 1.00 BTX version is 1.01
<stack dump>
Would that business of "arguments...
2003 Nov 18
2
More info about split-second message. RE: run FreeBSD "pxeboot" from pxelinux.0?
Hello...
In the split-second before the reboot, I can see that the pxeboot.0
process is indeed started-- pxeboot gets out just over 2 lines of text
before the reboot occurs.
So it's not a "ready" message.
The text in question is (without *'s):
******************************************
PXE Loader 1.00
Building the boot loader arguments
Relocating the loader and the
2003 Nov 19
0
Closer with pxeboot, but not all there...
Hello...
With syslinux pre7, I am consistently getting what looks like a
stack dump out of the FreeBSD loader.
I have seen this behavior from pxeboot before. Maybe once out of
every fifty or so runs of pxeboot, I would see an error message like the one
below, but it was both rare and inconsistent. Now I am getting this message
every time pxelinux invokes pxeboot:
BTX loader 1.00 BTX
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
I agree you however i solved my problem with
app_voicemail.c
The table scheme provide in doc/README.odbcstorage
don't match to sql queries in app_voicemail.c
I think developpers who has written app_voicemail.c
for ARA provide a useable table !
Regards
Harry
--- Steve McMahon <voip@digitaldatabits.net> a ?crit :
> These questions should be sent to Asterisk-Users
> this is not a
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
I agree you however i solved my problem with
app_voicemail.c
The table scheme provide in doc/README.odbcstorage
don't match to sql queries in app_voicemail.c
I think developpers who has written app_voicemail.c
for ARA provide a useable table !
Regards
Harry
--- Steve McMahon <voip@digitaldatabits.net> a ?crit :
> These questions should be sent to Asterisk-Users
> this is not a
2007 Jan 10
0
ZFS and HDS ShadowImage
Hi Derek,
Here''s the latest email I''ve received from the zfs-discuss alias.
------------- Begin Forwarded Message -------------
Date: Mon, 18 Sep 2006 23:55:27 -0400
From: Jonathan Edwards <Jonathan.Edwards@sun.com>
Subject: Re: [zfs-discuss] ZFS and HDS ShadowImage
To: Eric Schrock <eric.schrock@sun.com>
Cc: zfs-discuss@opensolaris.org, Torrey McMahon
2006 Mar 28
2
Problems Configuring Cisco 12SP+
Hi,
After reading this valuable forum and the voip-info wiki and follow
all the steps , but my Cisco 12SP+ remains unregistered.
These are my config files:
skinny.conf
[general]
port = 2000 ; Port to bind to, default tcp/2000
bindaddr = 172.20.1.1 ; Address to bind to
dateFormat = D-M-Y ; M,D,Y in any order (5 chars max)
keepAlive = 120
languaje=es
allow = all
; disallow
2012 Jun 12
0
Help needed with Elographics touchscreen
I'm trying to get an Elographics serial touchscreen working with CentOS
6.2 using the xorg-x11-drv-elographics driver.
Touching the screen will wake it up if the screen has blanked, but it
never moves the cursor on the screen. There is also a keyboard and mouse
connected while I'm trying to get this going and they are loaded
automatically and using the evdev driver.
Here are the relevant
2011 Feb 04
1
rbinom and probability
Hello compadRes,
I'm developing a script that selects "cells" over a certain metabolic rate to kill them. A rate between 9 and 12 means that the cells are candidates for death.
I'll show you what I mean:
# a would be a vector of cell metabolic rates.
a<-c(8, 7, 9, 6, 10, 11, 4, 5, 6)
#now identify which cells will be candidates for death, namely those cells with metabolic
2008 Feb 21
2
Problems with aggregate
Hello list,
I'm new to this list, so please forgive my ignorance. I have searched
R-help for some hints into what might be my problem, but I truly have no
idea where to go from here.
I have an object of approximately 15,000 rows and 2 columns. There are
many duplicates in the first column, all with different corresponding
values in the second column. For example (2 is duplicated):
2002 Jan 31
1
Installation problem : SunOS (PR#1291)
Full_Name: Brendan McMahon
Version: 1.3
OS: SunOS
Submission from: (NULL) (12.42.50.51)
Probably just a configuration problem but ... fails to compile.
configure completed without a problem.
Any help appreciated!!
SunOS flexdev1 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-5_10
`Makedeps' is up to date.
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H
2011 Jan 10
0
UTF-8 routes.rb and Passenger vs. Mongrel/WEBrick
My (Rails 3) routes.rb has the following entry:
resources :articles, :path => "記事"
This works in my production environment, as passenger unescapes the
path from /%E8%A8%98%E4%BA%8B to /記事.
However, in my development environment, I''m using Mongrel, which does
not unescape the path, so it does not work unless I change my routes
to
resources :articles, :path =>
2007 Nov 28
0
[storage-discuss] SAN arrays with NVRAM cache : ZIL and zfs_nocacheflush
Nicolas Dorfsman wrote:
> Le 27 nov. 07 ? 16:17, Torrey McMahon a ?crit :
>
>> According to the array vendor the 99xx arrays no-op the cache flush
>> command. No need to set the /etc/system flag.
>>
>> http://blogs.sun.com/torrey/entry/zfs_and_99xx_storage_arrays
>>
>>
>
>
> Perfect !
>
> Thanks Torrey.
>
>
Just realize
2017 Aug 18
0
installing package lme4
?install.packages
On 8/18/17, 7:39 AM, "Lucy McMahon" <lucymcmahon004 at hotmail.co.uk> wrote:
>I am hoping to run a generalised linear mixed effect model but I don't
>seem to have access to package lme4.
>
>
>library (lme4)
>Error in library(lme4) : there is no package called ?lme4?
>
>
>I'm unsure of how to go about installing this package and
2003 Nov 17
0
Found it; getting closer. RE: Use DISPLAY codes with PXELINUX?
Hello...
Added real control characters to the file, but they were still
ignored-- until I added "IMPLICIT 0" to the config file, and then they were
interpreted properly.
Now if I can figure out how to eliminate the "Could not find kernel
image:" message, this'll look really sharp.
-Chris
-----Original Message-----
From: McMahon, Chris
Sent: Monday, November