Displaying 20 results from an estimated 11000 matches similar to: "Difficulty adding machines to domain"
2004 Jun 11
3
Background Playback fails
Hi Guys.
I've had a lay off from Asterisk for 12 months but I am starting to look
into it again. I am not very Linux savvy and found it hard going the
last time. I've started playing with it in the last 3 weeks and I have
to admit to making more head way this time.
The first problem I'm stuck on and I cant find a solution to is that
sound files that I have recorded (be it by
2010 Jun 12
1
Problem launching Cursed mountain
Hello
I installed the game "Cursed Mountain", with no problems, at the end of the installation it asked for launching the game, and the game ran successfully. Later I wanted to launch it again, but now it gets stuck after the logo intro.
The terminal output is:
Code:
---------------------------------------------------
KTM
---------------------------------------------------
Version:
2004 Feb 08
1
a newbie question.
Hi,
I'm a newbie.Sorry for my question.
I have RH9 & downloaded rpm of dovecot for RH9.
I installed it:
rpm -ivh nameOfthatrpm
& when i ran
#service dovecot start ,I recieved following lines:
Starting IMAP daemon (dovecot): Fatal: Can't use SSL
certificate /usr/share/ssl/certs/dovecot.pem: No such
file or directory
2004 Feb 09
1
Start-up
Hi.
I dovecot RPM on RH9,Of course,I used RPM fro RH9,But
when i run "service dovecot start"
I receiving a OK
But when i run "service dovecot status"
I receiving folloing line:
dovecot dead but subsys locked
& even when i run "ps -A |grep dovecot" ,i'm not
receiving anythings.
Please guide me.....
Yours,Mohsen.
=====
---------DIGITAL
2006 Apr 12
1
pluralization issue? (taxes/taxis)
Hi all,
Here''s an odd one. I have a "Tax" model which is related via a habtm
relationship to a "Storefront" model. In my view_store rhtml file, I
have the line :
@storefront.taxes.each do |tax|
This line returns the following error:
NameError in Admin#view_store
Showing app/views/admin/view_store.rhtml where line #52 raised:
uninitialized constant Taxis
See
2005 Feb 21
4
H&R Block Tax cut with wine
I purchased H&R Block Tax cut Deluxe to do my 2004 taxes.
I decided to give The Feb 2005 version of Wine under Fedora 1 a try
before rebooting my machine to Windows and actually starting to work on my
taxes.
Wine seemed to install Tax Cut with out any problems.
However, when I tried to start Tax Cut 2004 , it complained that Mozilla did
not have an
active X Browser and offered to go on
2005 Feb 22
0
unsucribe
>From: wine-users-request@winehq.org
>Reply-To: wine-users@winehq.org
>To: wine-users@winehq.org
>Subject: wine-users digest, Vol 1 #2023 - 12 msgs
>Date: Tue, 22 Feb 2005 02:26:01 -0600
>MIME-Version: 1.0
>Received: from wine.codeweavers.com ([198.144.15.226]) by
mc1-f4.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 22 Feb 2005
00:34:01
2004 Apr 14
3
A bug report?
Folks,
I have a strange situation, which I may have isolated as a bug
report. Or, it could just be that there's something about R that I
don't know. :-) I have attached the data file and the program file but
don't know whether these attachments will make it into the list. Here
is my bugreport.R program --
---------------------------------------------------------------------------
2009 Mar 31
4
Tax Preparation with WINE
As approximately 130 million other US citizens, I am dutifully preparing for the April deadline for filing my income tax returns. Reviewing the WINE AppDB for installable tax software to help out in the process, it appeared that 2nd Story Software's TAX ACT was most likely to work with the WINE version (1.1.17) installed on my Mandriva-equipped HP laptop. As it turned out, TAX ACT was able
2004 Feb 12
1
dovecot-IMAP-SSL-StartUp
Hi everybody.
I downloaded RPM of dovecot for RH9.
& i installed it with "rpm -ivh ThatFILE.rpm"
then i ran "service dovecot start" & i receiving
following lines:
Starting IMAP daemon (dovecot): Fatal: Can't use SSL
certificate /usr/share/ssl/certs/dovecot.pem: No such
file or directory
[FAILED]
Then i go
2004 Mar 26
1
Could not find kernel image: memdisk error
Hi, I looked at the web
http://clic.mandrakesoft.com/documentation/pxe/ch06.html,
and create a floppy boot image by :
dd if=/dev/fd0 of=boot.img. I copied the boot.img to
/tftpboot, and my /tftpboot/pxelinux.cfg/default is :
default freedos
display boot.msg
label freedos
KERNEL memdisk
APPEND initrd=/boot.img
When I boot up my client, it shows :
could not find kernel image: memdisk
What
2006 Mar 28
1
How to create a taxes column
Hello all,
I have a table that has all existent taxes in my country and I want to
use it to calculate the tax value for every product in my Product table.
What''s the best way to do this? Maybe add some kind of virtual column to
Product table?
I have the following classes:
class Product < ActiveRecord:Base
belongs_to: tax
end
class Tax < ActiveRecord:Base
end
Can anyone tell
2004 Mar 20
1
Not able to Map Network drive from Windows XP using Kerberized Samba 3.0
Hi all,
I failed to map my network drive my,password is not
accepted from windows XP using Kerberized Samba3.0.
My server is Red Hat Enterprise Linux.
Can some one help with the basic steps in mapping
network drive from Windows XP? Or basic configuration
with Kerberos 5.
I am new to Kerberos 5.
Zakaria
__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File
2004 Mar 31
2
ATA registration requests
I have two ATA186 running 2.14 and 2.15. I see in the
SIP debugs that both ATAs keep on sending SIP
registration packets over and over.
The flow is as follows:
Asterisk receives REGISTER packet
Asterisk sends 100 trying, 200 ok with an expire of
3600.
Kurt
__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
2004 Apr 14
1
Run Asterisk without any .conf file ??
Hi all,
I am very new with Astersik. Could some body tell
me if it is possible to run Asterisk without any .conf
file in /etc/asterisk ? I just want to test if my
Asterisk has been installed correctly and as I am
waiting for digium cards ...
I have already tried but nothing happened after some
verbose it stop...
Thanks
Angel
__________________________________
Do you Yahoo!?
Yahoo! Tax
2006 Apr 16
5
Newbie Problems with pluralization
Hi,
I have a many to many relationship incorporating the following tables:
taxes --> taxes_tax_groups --> tax_groups
I have a model named tax with the following declaration:
has_and_belongs_to_many :tax_groups
and I have a model named tax_group with the following declaration:
has_and_belongs_to_many :taxes
I am attempting to run the following unit test:
require
2004 Sep 10
1
Decoding without read callbacks.
Thanks for the reply,
But that still tries to read for itself from libogg... i need to be able to
feed data only... it can never try and read for itself. That code is still
trying to control the data flow. Basicly i need to operate like this.
SetupCodec
when i have data to give to the codec
FeedDataToCodec(data)
//Receive a bunch of callbacks somewhere returning me pcm data
//Codec
2006 May 25
0
FW: [isp-clec] Treasury disconnects tax on long-distance calls - with refunds
FYI
Brian Fertig
Treasury disconnects tax on long-distance calls
WASHINGTON (MarketWatch) - The brief Spanish-American War ended more
than a
century ago, but not the federal tax assessed to fund the victory.
Until now.
On Thursday, the U.S. Treasury said it would stop collecting the 3%
federal
excise tax on long-distance calls, a fee originally assessed in 1898.
The
government also said it
2004 Mar 22
2
samba with vmware
Hi,
I just installed Red Hat 9 on a Dell Latitude D600
laptop. Then I installed VMware 4 and installed
Windows XP as the guest operating system. I want to
run Samba on the Red Hat 9 host to share files with
the Windows XP guest. Each OS individually is running
fine. I compiled Samba 3.0.2 on the Red Hat host, but
I can't start Samba. I try starting it with
"/usr/sbin/smbd -D",
2002 Apr 08
2
YANS [was?/is?: Tag changes]
YANS: Yet Another Silly Idea
The discussion about tags seems to me to be getting a little silly.
>From my 'newbie' perspective on tag formats, it seems to me that all
tags are arbitrary. I mean, sure, you could add a 'your player
should support this tag in this format', but really, it comes down
to consistency on the Encoder's (person that encoded the file) part
in how to