Displaying 20 results from an estimated 2000 matches similar to: "[Flac-users] Fingerprint one character short"
2004 Sep 10
2
Need help building Red Hat RPM
I'm trying to build a Red Hat 7.3 RPM, and the XMMS plugin build is
failing, because the FLAC libraries aren't installed yet.
I've looked at some of the SRPMS out there. They all patch Makefile.am
in the XMMS plugin directory to make things work, but I can't to that on
Red Hat 7.3, because it uses automake-1.4p5. (I know it's old, but
upgrading it would likely break just
2003 Apr 17
3
win ME/Samba connection
Ok, believe it or not, I've looked through all 209 pages of the
Samba-HOWTO_Collection.pdf plus used this mail list and other internet
sources, used those recommendations, tried almost every possible
iteration on the samba.conf file, looked at logs until nauseated and
have concluded that there is no way that Windows ME can connect to a
Linux box using Samba. Connecting to the WinME box from
2003 Oct 29
1
Voicepulse and IAX
I am trying to set up IAX with Voicepulse. When I turn on debugging I get the following message when I call my PSTN number:
NOTICE[1142106560]: File chan_iax2.c, Line 4321 (socket_read): Rejected connect attempt from 66.234.228.132, request '3017275115@VPWS' does not exist
Any help would be GREATLY appreciated.
Thanks,
Isaac
isaacmcdonald@attbi.com
2002 Aug 24
1
nlme
In the non linear mixed effects package a groupedData object can be
created to facilitate modeling.
The gD object includes a formula of the form 'response variable' ~
'primary covariate' | 'grouping factor'.
In experiments creating response surfaces there are 2 or more primary
covariates.
Is there any way to use the groupedData() function to include 2 primary
2003 Feb 19
1
AW: H323 & asterisk
Hay,
if you get answer, so please inform me too
thank
Stephan
-----Urspr?ngliche Nachricht-----
Von: Luis Mata [mailto:mataluis at xtremenetworks.biz]
Gesendet: Mittwoch, 19. Februar 2003 03:10
An: asterisk-users at lists.digium.com
Betreff: Re: [Asterisk-Users] H323 & asterisk
George:
Hi, if you get the answer can you please share it with me. Thanks...
glinyu at attbi.com said:
2004 Aug 06
3
More questions!
Thanks but I'm looking for something I can run under Red Hat 7.2. Should
have made that more clear.
Any other suggestions?
-Ian
> From: "Kevin McNeece" <kmcneece3@attbi.com>
> Reply-To: icecast@xiph.org
> Date: Fri, 14 Dec 2001 12:48:52 -0700
> To: <icecast@xiph.org>
> Subject: Re: [icecast] More questions!
>
> Hello Ian,
>
> I am new to
2003 Nov 06
0
SIP nat not working with budgetone (long)
I've been looking at how our budgetone's have been failing and have found the following:
A quick layout --
Latest CVS as of tonight.
Sip phone behind NAT.
* server with public IP address.
-------from sip.conf for my phone:
[1747xxxxxxx]
username=xxxxx
secret=xxxxx
host=dynamic
type=friend
nat=yes
-------
-------from the * log messages
Nov 6 01:50:07 DEBUG[4101]: File chan_sip.c,
2018 Mar 17
1
Short Title Bar
It used to be that streamed titles could exceed thirty characters. Ever
since I upgraded to I believe it was version 2.4.0, no matter what I
send, there's a truncation of the artist-plus-title combined sting. At
first, I thought it was an ices-cc problem, but it isn't, because when
live programs connect to the input port, the title bar still cuts off at
thirty characters. I've
2003 Apr 08
1
logon from WIN ME
After reading docs several times I still can't get Windows ME machines
to map to my Red Hat 9 Linux machine. I can connect from the Linux
machine but not to it. I'm connected through an SMC firewall/router and
have tried with the firewall shut down. I can ping the Linux machine
from Windows but NBTSTAT -A does not recognize the Linux box. My
smb.conf file is:
[global]
workgroup =
2014 Nov 06
0
Fwd: Fwd: Re: google talk plugin for google hangout not loading(SOLVED)
Hey Bax,
Thank you for the help.
I've got a 32 bit system so this is the path I needed. If you have a 64
bit system use the link below this one.
https://dl.google.com/linux/talkplugin/rpm/stable/i386/google-talkplugin-5.4.2.0-1.i386.rpm
-------- Forwarded Message --------
Subject: Re: [CentOS] google talk plugin for google hangout not loading
Date: Thu, 6 Nov 2014 01:02:02 +0100
From:
2014 Jun 30
2
Google Hangout Plugin Does Not Work For Other Users
Hey All,
I've got the Google Talk plugin installed at:
File: libnpgoogletalk.so
Path: /opt/google/talkplugin/libnpgoogletalk.so
Version:
State: Enabled
Version: 5.4.2.0
And the Google Talk Plugin Video Renderer at:
File: libnpo1d.so
Path: /opt/google/talkplugin/libnpo1d.so
Version:
State: Enabled
Version: 5.4.2.0
When I start of join a Google
2007 Jun 14
6
Revisiting mime-types and file extensions
Hi,
I'm in the process of adding support for Markdown to a minimal CMS in
Rails, [Railfrog][railfrog], which uses mime types to select appropriate
processing. I have had a look through the archives but have not been
able to see that a consensus has emerged as to what such a mime type for
Markdown should look like. My reading of the RFCs suggests that it
should be within the "text/*"
2002 Jan 03
3
Samba Start
How are you verifying? Have you tried using top and looking for smbd and
nmbd? Swat may be giving you erroneous info if that is what you are using to
verify. Hope this helps...
-----Original Message-----
From: Alvaro Lassance [mailto:lassance@sidercom.com.br]
Sent: Thursday, January 03, 2002 10:35 AM
To: samba@lists.samba.org
Subject: Samba Start
Hello all!
I am trying to start Samba 2.2.2
2008 May 09
5
Markdown Extra Spec: Parsing Section
Hello all,
I've began writing the parsing section of the spec, and I though I'd
let you know about where I'm heading with all this.
Basically, parsing is defined as three consecutive passes: parsing
document elements, parsing block elements and parsing span elements.
Each pass is going to contain a set of rules the parser should attempt
to match while parsing the input. Rules
2008 Jan 28
4
Scheduling same worker/method at different times with different args
I need to run the same worker''s method twice per day with different
arguments. Unfortunately, only the second entry in the schedule is firing.
I created an experimental worker to verify this:
Worker:
class ExperimentWorker < BackgrounDRb::MetaWorker
set_worker_name :experiment_worker
def create(args = nil)
# this method is called, when worker is loaded for the first time
2012 Aug 09
5
All combinations possible in a mutliple regression
Hi,
I want to use four independent variables to predict the output of one
dependent variable using a linear model lm. I want to compare all possible
combinations of the 4 independent variables, including singles, pairs and
triples.
I was thinking of using the AIC test to compare all models and pick the best
one.
The model looks like this :
lm(Y ~ X1 + X2 + X3 + X4)
Thanks for your help
2007 Oct 08
5
Flat code block syntax
>>> I'm not sure the indentation feature is so useful. After all, you
>>> can use the old syntax if you want indentation. What do you think?
>>
>> I'd prefer to keep it simple and leave out the indentation feature.
I would also prefer to leave this out.
>>> Perhaps an alternative would be to use ++++s instead of ~~~~s.
>> Advantages: Not
2003 Jan 23
3
Who and When
How can I tell who and when users logged in to a Samba server? The clients are a
mixture of Win9x computers. I want to compile a chart of computer use by user.
2007 Aug 04
1
PHP Markdown 1.0.1h & Extra 1.1.4
This update to PHP Markdown fix a bug that slipped in the WordPress
interface with the last update. It also introduce a new "feature":
you can now instruct the parser to ignore HTML tags and/or entities
in the input. You can do this by instantiating yourself the parser
and setting the `no_markup` or `no_entities` properties to true:
$parser = new Markdown_Parser;
2002 Aug 17
1
Pxelinux: File not found during boot, HELP
Hi,
I am trying to boot the PXEclient via pxeserver and I am getting an
error "file not found", following are me setup in the /tftpboot:
/tftpboot:
initrd.img
linuz
pxelinux.0
/tftpboot/pxelinux.cfg
default (lower case)
in the default file:
# This is the default pxelinux config file.
LABEL test
KERNEL vmlinuz
APPEND