similar to: question

Displaying 20 results from an estimated 20000 matches similar to: "question"

2004 Sep 21
3
chan_sccp/SEP<mac>.cnf.xml
HI all: I have spent a large amount of time configuring/installing phones connected to Asterisk. Halfway through the process I discovered that my Cisco7960 with 2 7914 expansions was not supported in the SIP protocol. After reverting to SCCP 6.0(4.0) I am now perplexed with the hassle of configuring SCCP to properly work with Asterisk. So far I have gotten the phone to dial and receive calls
2006 Jan 30
4
Logistic regression model selection with overdispersed/autocorrelated data
I am creating habitat selection models for caribou and other species with data collected from GPS collars. In my current situation the radio-collars recorded the locations of 30 caribou every 6 hours. I am then comparing resources used at caribou locations to random locations using logistic regression (standard habitat analysis). The data is therefore highly autocorrelated and this causes Type
2006 May 31
1
embedding link_to''s as part of rendered text.
Hi, I''d like to be able to do a database query, fetch some text, and add an ''Accept Request'' and ''Deny Request'' within the text. Both of these would be links so if the user were to click on them, they would essentially send POST requests back to the server. Since this is dynamic, I wanted to know the safest/best approach in embedding these links
2012 Nov 14
2
Desperate for a decent icecast client for Ubuntu 12.04
Thanks, did anyone made a kind of GUI for ices ? <-----------------------------------------------------------------------------------------------------------> web perso : http://memeteau.org Boutique Ordinateurs GNU/Linux : http://shop.ekimia.fr <xmpp%3Afreechelmi at jabber.fr> 2012/11/14 Jos? Luis Artuch <artuch at speedy.com.ar> > ** > Michel, with
2014 Mar 25
3
Problem with web services
On 03/25/2014 09:01 PM, Jos? Luis Artuch wrote: > Jo se > Have you properly configured the *web server* (Lighttpd, Apache, etc.) > on the Ubuntu server ?.
2002 Nov 18
2
joining an NT PDC, WinNT user privileges
Hi, I've been looking for this information, but I couldn't find it anywhere. I have a samba (2.2.3) on debian (woody) and I mean to configure this server with winbind so it can authenticate domain users. The PDC is at a NT server. My question is is very simple ... what are the *exact* privileges I need to give the user I use to join the domain? Winbind docs says use
2014 Mar 26
2
Problem with web services
Jo se / Thomas Ok, I did not know about Icecast2 can also serve web pages, wow ... it is very powerful !! I do not have Ubuntu, but I experimented with Debian. I put in a Icecast2 server (server 1) an html page (x.html). In this web page I can play without problems a radio station that is hosted on another Icecast2 server (server 2), but I can only play a limited time (9:01) the radio station
2016 Jun 23
2
Samba pid in uninterruptible state
Greetings, I recently upgraded Samba on an Ubuntu 14.04.2 server from version 4.1.9 to 4.2.3. Upon rebooting Samba process goes into a running state then after a short time it will go into an uninterruptible state. If I check the log.samba, it appears that it is attempting to start, then hangs at the following: [2016/06/23 15:16:00.329503, 3] ../source4/param/share.c:124(share_register)
2014 Mar 26
2
Problem with web services
El mi?, 26-03-2014 a las 05:31 +0000, "Thomas B. R?cker" escribi?: > On 03/26/2014 04:27 AM, Jos? Luis Artuch wrote: > > Jo se / Thomas > > Ok, I did not know about Icecast2 can also serve web pages, wow ... it > > is very powerful !! > > Just to be clear about this, serving files is a dependency functionality > for us. > We need it to e.g. serve the
2013 Oct 14
2
can anyone help?
i would like to set up a christian radio station using icecast but don't know all that much. i have a friend who's offering server space but if i can do this without bothering her with it, i'm sure she would appreciate it. i don't like bothering people however, i figure this is an icecast list with information on how to do a lot of this stuff on your own. let me know what it
2016 Jul 28
3
DomainDnsZones inbound replication issue
Greetings, I am having a problem with one of my DCs (DC3) replicating DomainDnsZones. On DC3 replication is successful on both Inbound and Outbound with both of my other DCs. On both of my other DCs (DC1 & DC2) I only get a failure with Inbound replication for DomainDnsZones from DC3 with a result 8442 (WERR_DS_DRA_INTERNAL_ERROR). If I try to force replication to DC3 from DC1 using
2013 Oct 14
1
can anyone help?
i don't even have that. Timothy Your friend in the music industry follow me on twitter @timothyclark13 to check out music, photos, videos, press, show dates, and more go to http://www.reverbnation.com/timothyclark13 feel free to give me a call at 7244011224 note, if i don't answer your call just leave me a voicemail and i'll get back in contact with you as soon as possible
2015 Apr 16
3
Samba process pegging CPU
Greetings, I'm currently experiencing an issue with two of my three Samba servers where one Samba process is pegging the CPU usage and eating up a lot of virtual and resident memory. While this is happening I get a "ERROR(runtime): DsReplicaGetInfo of type 0 failed - (-1073610723, 'NT_STATUS_RPC_PROTOCOL_ERROR')" error when I try to run the samba-tool drs showrepl command.
2015 Apr 16
2
Samba process pegging CPU
On Thu, Apr 16, 2015 at 02:33:20PM +0000, Donaldson Jeff wrote: > My apologies, went to paste and accidentally sent the message...see below for rest of detail. > > > Greetings, > > > I'm currently experiencing an issue with two of my three Samba servers where one Samba process is pegging the CPU usage and eating up a lot of virtual and resident memory. While this is
2016 Jul 28
1
DomainDnsZones inbound replication issue
Here's my edited smb.conf and the output of the testparm. As you can see I'm not setting that in my smb.conf and it appears to be turned on by default in Samba 4.4.4. I was going to update Samba on DC1 to 4.4.4 as well, but haven't done that yet. It's currently on 4.2.3. Should I upgrade that as well before changing anything else? Thanks! Jeff Donaldson Technology Director Newark
2006 Jan 03
4
iax2 wireless and Multicast
Hi. I'm proposing a wireless distribution system in infraestructure mode for a valley with no cables and distant houses, respect to Asterisk, I can get a company I work with to provide me with E1 and use LCR to get 4 different telcos based on prefix. I've been reading a very interesting paper about voip on wireless, i recommend it really
2006 May 23
4
''key not found'' problem with saving model object.
Hello, I have the following structure: model foo has_many :bars:, :dependent => true end model bar belongs_to :foo end In my action, when i try to save foo: def save begin f = foo.new f.a = 5 begin b = bar.new b.a = 10 f.bars << b rescue Exception => exc ... end f.save! <-- This does not happen
2006 May 16
4
question about strftime when called from partial.
Hi, I''m calling a helper I''ve written - format_time() that is called from my views with a given time that was selected from my database and was returned to the view via an instance variable. When I call format_time from a partial, I see that I get some kind of String error and the partial won''t render. Basically, the object being passed in to format_time is already a
2015 Jul 15
1
Samba-Tool Error
Greetings, A little while ago I started receiving an error any time I tried to run a samba-tool command on my pdc. My bdc is showing inbound and outbound working just fine with the pdc. The error I am receiving is ldb: unable to stat module /usr/lib/x86_64-linux-gnu/samba/ldb : No such file or directory. Is this just as simple as creating a soft link to /usr/local/samba/lib/ldb? Any advice
2013 Jan 27
2
information
?Please <I would like to get informatin regarding the stream line for an interenet radio, Thank You Sandy Flores ?(714)963-7462 Bus (714)438-0156 Fax -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20130127/1a46082c/attachment.htm