similar to: wbinfo works, getent doesn't

Displaying 20 results from an estimated 4000 matches similar to: "wbinfo works, getent doesn't"

2007 Feb 02
3
Speex and RTP
Hi - I am currently developing a RTSP/RTP/SDP solution to stream Speex encoded data. Using my current source, I have successfully streamed u-law and PCM encoded audio but have been unsuccessful thus far with Speex. Because of some constraints of my system, I am encoding audio at 11.025kHz. I am still using the 160 samples per frame which makes my frame size 28 bytes. I have successfully
2007 Feb 05
3
Speex and RTP
> I believe there is new resampling functionality in the speex svn head, > although I haven't tested it yet. You might also want to check out > 'Secret Rabbit Code' for your resampling. Yes, I've just been working on a resampler recently. Its changing a lot, but it's now usable. I'd actually be quite happy to have some feedback on it. Jean-Marc > Hope this
2007 Feb 15
1
error during make while installing Linphone-1.5.1
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2007 Jan 30
2
Error running Guild Wars with .9.3
Hello all, I gave this a stab a few months ago but gave up and just set up a dual boot. I'm running low on disk space now and tired of messing with the muliple partitions, so I'm giving it another go to get Guild Wars running in Linux. I'm runing Wine 0.9.3 on Kubuntu 6.06 (Dapper Drake). I'm able to go through the instillation without issue, but when it actually tries to
2007 Mar 13
1
voicemail scenario
Hi all, i need help to implement a voicemail scenario. What i am trying to do is the following. user X dials a direct access for user Y voicemail and is asked to enter a number (e.g 12345678) and then leaves a message. Then asterisk sends a notification with attachement. The problem is that i need the number entered (e.g 12345678) in the subject. Is that possible. thx in advance.
2007 Jun 06
1
Typo in aclocal.m4
Hi Josh (and everyone else on the list), Here's a quick fix for libFLAC.m4 and libFLAC++.m4 for a problem that crops up if you use the macros in an environment where LD_LIBRARY_PATH is set. The macros save LD_LIBRARY_PATH as ac_save_LDPATH, but restore it from ac_save_LD_LIBRARY_PATH. This patch changes ac_save_LDPATH to ac_save_LD_LIBRARY_PATH. Without this, LD_LIBRARY_PATH effectively gets
2007 Feb 19
1
flac for Mac
Folks: The single reference to a Mac version of flac software that I can find seems to be way out of date. In addition, when I DL the file and attempt to install, I am greeting with an impressive list of "missing" software items that I believed, incorrectly, it seems, was suppose to be included in the file that I did DL. Any suggestions?? BTW, I run Mac OS X 10.4.8. Avi P.
2001 Oct 31
1
Getent problem in samba 2.2
Hi! I am using samba 2.2.2 in NT Domain as a member server. I am able to do wbinfo -u and wbinfo -g. Both the commands are working properly but I am not able to get domain users password and group information through getent passwd and getent group Please help me how to rectify this problem. Regards Deep Pandey Network Control Centre GE Capital International Services
2007 Apr 10
5
RE: Converting to 1.1.4, help please!
My FLAC files reside on my Infrant NV (XRAID) and are also backed up on my PC and on an external USB HDD. That makes 3 copies. I've read most everything on the FLAC site, but as I have mentioned I don't know much about structuring a command line. My PC is also quite old (early P4 from 2000 w/256MB RAM) so I think it will take a LOT of time for this to run through over 1200 CDs worth of
2007 Feb 08
5
FreeBSD and Winbind
I'm hoping this is an easy question, but the way my day has gone I seriously doubt it is going to be. Today, I installed Samba 3.0.24 with winbind support on my FreeBSD 6.2 server. I am able to join my domain and get information concerning groups and passwords from the domain controller (Windows 2003) without any problem. Where I have run into a problem is using getent to get a copy of the
2008 Oct 07
2
Cisco 7906g & SIP
Hi, I have a problem with Cisco 7906G and SIP protocol use with Asterisk 1.2.26. I have uploaded in my tftp server the firmware 'cmterm-7911_7906-sip.8-0-4SR1' that use 'SIP11.8-0-4SR1S.loads' and in SEPmacaddress.cnf.xml I have: <loadInformation>SIP11.8-0-4SR1S</loadInformation> ..but in tftp log server I have: Oct 07 11:56:22 asterisk1.local
2008 Oct 24
2
Asterisk and Cisco Call Manager Express (CME)
I was thinking about complicating my Voip setup by adding CME. I found this example here: http://www.voip-info.org/wiki/view/Asterisk+Cisco+CallManager+Express+Integration and here: http://www.pasewaldt.com/cme/cme_index.htm Would anyone like to comment on their experiences using CME with Asterisk... I would like one of my Cisco phones to remain SIP connected directly to my Asterisk system. The
2007 Feb 04
0
Speex and RTP
Hi Randy, One thing I would note is that speex is designed for 8kHz, 16kHz or 32kHz. 160 samples is equal to 20ms of 8kHz audio. Have you tried resampling from 11.025kHz to 8kHz and then using the speex 8kHz mode? (nb, or narrow band). Or, if you want to preserve the higher quality of your 11.025kHz sample rate, resample to 16kHz and use the wideband speex encoder. I believe there is new
2007 Feb 05
0
Speex and RTP
Hi Jean-Marc, Just some initial feedback, I've just tried to build svn head using the Visual Studio 2005 compiler, and had the following issues: 1. Missing definition of M_PI if it's undefined (and it is on this platform) 2. In speex_resampler_process_int, the compliler can't determine the value of *in_len and *out_len at compile time and thus determine the size of the x and y
2007 Oct 08
3
asterisk1.2
Hi: I want to use asterisk1.2 but I don't know which version of asterisk1.2 and zaptel1.2 is best.Please offer me one version of asterisk and zaptel and libpri.How about asterisk1.2.24 and zaptel1.2.20.1 and libpri1.2.5?And do they work togather well? Best regards. --------------------------------- Pinpoint customers who are looking for what you sell. -------------- next part
2007 Oct 10
4
Manager API ! (System) command
I need to issue some system commands via the Asterisk manager API. From the CLI the ! (system command) works fine, but when connected via the manager API it fails. Does anyone know why, or of a work around? Thanks Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071010/a3ee4b5d/attachment.htm
2007 Jun 06
0
SetAccount in extensions.conf
I'm using Asterisk 1.4 and I'm wanting to set an account code for incoming calls. In the extensions.conf file I have the following: exten => s,1,SetAccount(1234) exten => s,n,Dial(SIP/1234) Then when I dial the extension the following error message pops up in the CLI: [Jun 6 19:12:40] WARNING[28167]: pbx.c:1783 pbx_extension_helper: No application 'SetAccount' for
2007 Feb 08
0
Re: samba Digest, Vol 50, Issue 11
Thanks & Regards Hitesh Lad Jr. System Administrator Suma Soft Pvt. Ltd., Pune. ----- Original Message ----- From: <samba-request@lists.samba.org> To: <samba@lists.samba.org> Sent: Thursday, February 08, 2007 8:49 AM Subject: samba Digest, Vol 50, Issue 11 > Send samba mailing list submissions to > samba@lists.samba.org > > To subscribe or unsubscribe via the World
2015 May 04
0
wbinfo -u -g work, wbinfo -i and getent fail
On 04/05/15 04:02, Carl Gherardi wrote: > Hi all, > > I'm using Ubuntu 14.04 samba 4.1.6 packages, attempting to set up a server > for file shares AD clients can use. My previous setup was a simple AD join > with a user map file (1 to 1 AD to unix user) that i've been migrating for > approximately 7 years, and with the last 2003 AD server removed from the > network it
2008 Apr 28
0
winbind v3.0.26a w. nss info = sfu; wbinfo fine, getent not
wbinfo can turn names into sids, sids into names, and sids into uids. However, getent passwd only finds users in the local /etc/passwd file. Same for getent group. /etc/nsswitch.conf says this: passwd: files winbind group: files winbind shadow: compat I strace'd the getent command. It said it couldn't find /lib/libnss_winbind.so.2, so I made that a symlink to