Displaying 20 results from an estimated 23 matches for "sbe".
Did you mean:
be
2005 Oct 14
2
T1/E1 Cards
This is probably a really bad question to ask but here goes. Does
asterisk work with any of the T1/E1 cards from SBE? I'm sure SBE is
a competitor to Digium, but I have access to SBE cards and the linux
driver. Just curious more than anything. Thanks.
--
Michael J. Lynch
What if the hokey pokey IS what it's all about -- author unknown
2005 Sep 02
2
DTX mode using preprocessor?
...and SPEEX_GET_DTX_STATUS returns 1)
At the moment, I can hack around it by doing something like:
if (VAD for prev frame && ! VAD for this frame) {
iArg = 0;
speex_encoder_ctl(m_esEncState,SPEEX_SET_VBR, &iArg);
speex_encoder_ctl(m_esEncState,SPEEX_SET_QUALITY, &iArg);
SBEncState *sbe = static_cast<SBEncState *>(m_esEncState);
EncState *es = static_cast<EncState *>(sbe->st_low);
es->dtx_count = 1;
}
(in wideband)
.. which forces speex to send the DTX packet and the remote side knows it
can safely ignore that stream for the time being -- the...
2005 Mar 29
1
ATM with linux router
Does anyone here have experience with an ATM connection from their ISP
running into a linux based router?
We have a DS3 circuit for which we we thought we could use an SBE
wanpci-1t3 card. The isp verified the card would work with their
network, but apparantly didn''t cross check the particular circuit they
were providing us.
Is it possible to do the IP packet <-> ATM cell segmentation and
reassembly in the kernel without hardware support? If not are t...
2006 Jun 07
1
NSS/PAM LDAP Config
...this.
Please help me from damaging something valueable! :)
I've installed Samba 3.0.22 and OpenLDAP etc.
I've used the IDEALX scripts to create the LDAP tree etc.
Everything goes swimmingly until I try to check and see if NSS/PAM is
working right.
I use the following command as shown in SBE to check NSS/PAM working.
getent passwd | grep root
getent group | grep Domain
These aren't working as they should.
I'm using CentOS 4.3 and I've used authconfig as the IDEALX scripts
say, and thus I have the following system-auth config in /etc/pam.d/
---
#%PAM-1.0
# This file is a...
2000 Apr 24
5
Suppressing Form Feeds
...printer definition in /etc/printcap.
The 'sf' stands for 'suppress form feeds'.
If this doesn't work, let me know and I'll send you a copy of my printer
definition, since I had the same problem and was able to fix it with one
of the options.
--
Derek Pizzagoni
I.T. Manager
SBE, Inc.
URL: http://www.sbei.com
>Date: Sun, 23 Apr 2000 22:42:24 +0200
>From: mdlinux <mdlinux@convair.com>
>To: samba@samba.org
>Subject: page eject after printing
>Message-ID: <39036030.D1CE7025@convair.com>
>MIME-Version: 1.0
>Content-Type: text/plain; c...
2009 Oct 29
8
conditional restart of service
...}
file {
"/etc/dhcp3/dhcpd.conf":
source => "puppet:///dist/dhcp/$hostname/dhcpd.conf";
"/etc/dhcp3":
source => "puppet:///dist/dhcp/include",
recurse => true;
}
}
Ideas?
-j
--
Jason Lavoie
Ratvarre sbe uver
jason@oasys.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to pupp...
2005 Sep 04
0
DTX mode using preprocessor?
...; At the moment, I can hack around it by doing something like:
>
> if (VAD for prev frame && ! VAD for this frame) {
> iArg = 0;
> speex_encoder_ctl(m_esEncState,SPEEX_SET_VBR, &iArg);
> speex_encoder_ctl(m_esEncState,SPEEX_SET_QUALITY, &iArg);
>
> SBEncState *sbe = static_cast<SBEncState *>(m_esEncState);
> EncState *es = static_cast<EncState *>(sbe->st_low);
> es->dtx_count = 1;
> }
>
> (in wideband)
>
> .. which forces speex to send the DTX packet and the remote side knows it
> can safely igno...
2006 May 24
1
How-To questions... ldap.conf
...or LDAP clients.
(Is that right?)
However a further point also is confusing.
In the IDEALX how-to, the two files are configured differently, with
the first having only the HOST and BASE configuration items and the
second having those and items for the bind-root, NSS and SSL items.
However in the SBE (samba by example - Chapter 5, examples 5.4 and
5.5) show the same config file for both locations.
Will both work, with the /etc/openldap/ldap.conf simply ignoring the
items that don't apply to it?
Since I'm working on a how-to, knowing the answer would be helpful to
me and anyone that mi...
2006 May 24
1
NSCD, should it be used or not with LDAP, pam, nss
Again, another confusing issue in two how-to's I'm trying to resolve.
In the SBE (samba-3 by example) Pg 161 in the PDF states. (It's
actually page 200 of the PDF, but 161 of the numbered document pages.)
"The name service caching daemon (nscd) is a primary cause of
difficulties with name resolution, particularly where winbind is
used."
But the Authconfig in the...
2005 Sep 04
1
DTX mode using preprocessor?
...k around it by doing something like:
>>
>> if (VAD for prev frame && ! VAD for this frame) {
>> iArg = 0;
>> speex_encoder_ctl(m_esEncState,SPEEX_SET_VBR, &iArg);
>> speex_encoder_ctl(m_esEncState,SPEEX_SET_QUALITY, &iArg);
>>
>> SBEncState *sbe = static_cast<SBEncState *>(m_esEncState);
>> EncState *es = static_cast<EncState *>(sbe->st_low);
>> es->dtx_count = 1;
>> }
(snip snip)
I ran into another problem, actually. The jitter buffer doesn't really
cope well with DTX. It will (...
2005 Jul 15
1
Samba PDC - Samba Member Server
...DC will have to work with several
Samba member servers and 3 Windows 2003 member servers. (Vendor software, no
choice.)
Connections from WinXP SP2 to the PDC work fine with access to shares on the PDC as
expected.
Trying to use the shares on the member server fails completely. I've been using SBE
and TOSHARG pdfs as references. I guess I've overlooked something.
On the Member Server:
wbinfo -t ;works
wbinfo -u ;works
wbinfo -g ;works
smbclient //member/share1 -Umyuser%thepassword fails with
session setup failed: NT_STATUS_LOGON_FAILURE
On the SAMBA PDC:
smbclient //pdcname/share2 -Umy...
2017 Apr 07
0
CFP PhyCS 2017 - 4th Int.l Conf. on Physiological Computing Systems (Madrid/Spain)
...ference on Physiological Computing Systems
Submission Deadline: April 18, 2017
http://www.phycs.org
July 28 - 29, 2017
Madrid, Spain.
PhyCS is organized in 4 major tracks:
- Devices
- Methodologies and Methods
- Human Factors
- Applications
In Cooperation with IT, CMP, FENS, SBFis, HFES, SBE, SBBf, ACM SIGCHI.
With the presence of internationally distinguished keynote speakers:
Pablo Cesar, Centrum Wiskunde & Informatica, Netherlands
Juan-Manuel Belda-Lois, Instituto de Biomec?nica de Val?ncia, Spain
A short list of presented papers will be selected so that revised and extended...
2017 Apr 07
0
CFP PhyCS 2017 - 4th Int.l Conf. on Physiological Computing Systems (Madrid/Spain)
...ference on Physiological Computing Systems
Submission Deadline: April 18, 2017
http://www.phycs.org
July 28 - 29, 2017
Madrid, Spain.
PhyCS is organized in 4 major tracks:
- Devices
- Methodologies and Methods
- Human Factors
- Applications
In Cooperation with IT, CMP, FENS, SBFis, HFES, SBE, SBBf, ACM SIGCHI.
With the presence of internationally distinguished keynote speakers:
Pablo Cesar, Centrum Wiskunde & Informatica, Netherlands
Juan-Manuel Belda-Lois, Instituto de Biomec?nica de Val?ncia, Spain
A short list of presented papers will be selected so that revised and extended...
2006 Jun 02
1
Redhat Authconfig errors
Ok, I've got most everything setup, but I'm not able to confirm
pam_ldap and nss_ldap are working properly. (Actually given the
examples in SBE, they still appear to be returning information from
local files rather than the ldap info.)
I wanted to go back and check my authconfig and reset the parameters.
However now when I do a authconfig I get this:
----
authconfig --enablecache --enableldap --ldapserver=127.0.0.1 --ldapbasedn="dc...
2010 May 05
2
What is the preferred way to inherit permission on a pdc?
When you follow chapter 2 of SBE (
http://www.samba.org/samba/docs/man/Samba3-ByExample/small.html ) you
get a working PDC. However there is one problem: if you create a
document in a shared folder only the owner can edit this document.
Others in the same group can't edit the document and get a 'permission
denied' erro...
2020 Jan 28
0
[Announce] Samba 4.11.6 Available for Download
...4.11.5:
---------------------
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 14209: pygpo: Use correct method flags.
o David Disseldorp <ddiss at samba.org>
* BUG 14216: vfs_ceph_snapshots: Fix root relative path handling.
o Torsten Fohrer <torsten.fohrer at sbe.de>
* BUG 14209: Avoiding bad call flags with python 3.8, using METH_NOARGS
instead of zero.
o Fabrice Fontaine <fontaine.fabrice at gmail.com>
* BUG 14218: source4/utils/oLschema2ldif: Include stdint.h before cmocka.h.
o Bj?rn Jacke <bjacke at samba.org>
* BUG 1412...
2006 Jan 12
9
winbind without localuser account
Paul Matthews wrote:
> hi there,
>
> i'm trying to get my winbind working without having a local account
> on the machine, but it's just not working for me
>
> can someone show me an example of a pam module that requires only a
> Active directory password.(i'm working with /etc/pam.d/dovecot)
>
> i can use my AD password as long as i have a local
2004 Sep 14
4
One Question:CLI dial cmd
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040915/65a2736a/attachment.htm
-------------- next part --------------
Hi friends,
I tried to dial 111 from CLI without any hard/soft phones.
I used the following config
when i called 111 from CLI by
CLI> dial 111
I got these errors
-- Executing Dial("OSS/dsp",
2010 Nov 17
4
Trouble with Superfloppy format
...e and nothing else happens afterwords.
Everything works fine if a partition is added to the device. Unfortunately
however the target device can not be partitioned.
Any hint?
Sven
--
Why are there so many Unix-haters-handbooks and not even one
Microsoft-Windows-haters handbook?
Gurer vf ab arrq sbe n unaqobbx gb ungr Zvpebfbsg Jvaqbjf!
/me is giggls at ircnet, http://sven.gegg.us/ on the Web
2020 Jan 23
0
[Announce] Samba 4.10.13 Available for Download
...async dosmode codepath.
* BUG 14171: vfs_fruit returns capped resource fork length.
* BUG 13745: s3:printing: Fix %J substition.
o Isaac Boukris <iboukris at gmail.com>
* BUG 14116: libnet_join: Add SPNs for additional-dns-hostnames entries.
o Torsten Fohrer <torsten.fohrer at sbe.de>
* BUG 14209: Avoiding bad call flags with python 3.8, using METH_NOARGS
instead of zero.
o Bj?rn Jacke <bjacke at samba.org>
* BUG 14122: docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc.
o Volker Lendecke <vl at samba.org>
* BUG 14175: ctdb-tcp: C...