Displaying 20 results from an estimated 2000 matches similar to: "Response on dialin - no extension"
2007 Feb 13
10
Is there a limit on the size of a template?
Hello,
I have recently run across the following error:
/usr/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault
This has happened after adding a particularly large template file with ruby 1.8.1.
Thank you,
-- Rob --
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews
2007 Jan 16
1
www.winehq.com newsletter dead forever?
I know its like this for a long time, but i have to ask...
what happened with Wine newsletter? it was interesting reading and now its gone
there is no update since last wineconf....
2007 Mar 06
2
flac files playable in iTunes 5.0.1 ?
Hi,
Is the recent version 0.1.5 (08.05.2006) of XiphQT compatible with
iTunes 5.0.1 and Mac OSX 10.4? I am trying to get flac files to play
in my iTunes and hope I don't have to upgrade iTunes and get all the
junk that comes with it. i already have ogg support, so this is an
incremental improvement.
-- Thanks,
Jerry
2007 Feb 23
2
OCFS 1.2.4 memory problems still?
I have a 2 node cluster of HP DL380G4s. These machines are attached via
scsi to an external HP disk enclosure. They run 32bit RH AS 4.0 and
OCFS 1.2.4, the latest release. They were upgraded from 1.2.3 only a
few days after 1.2.4 was released. I had reported on the mailing list
that my developers were happy, and things seemed faster. However, twice
in that time, the cluster has gone down due
2007 Feb 22
4
Assistance Requested
Hello,
I am currently experiencing a bit of a quandry with how to specify default configuration applications to generic nodes.
Here is an example setup:
Classes:
Class A
Class B inherits Class A
Class C inherits Class B
Problem:
I have unique hosts (nodes) X and Y and a bunch of other standard hosts. I would like X and Y to be able to override attributes in Class C (thus inherit class C) but
2007 Feb 21
1
Re: Is FLAC fully cooked for OS X yet?
On 2/21/07, Brian Willoughby <brianw@sounds.wa.com> wrote:
>
> The key to Arek comment is that the project files only work with 1.1.2 FLAC.
> Even in those days, the Xcode project was not fully operational. I gave up
> on using it, and I think everyone else did. You basically have no hope of
> just pulling it out of the repository and expecting it to work.
Brian, you
2007 Jan 03
3
ztdummy on 1.6
does anyone know if ztdummy is requires under 1.6 or are they using
Linux' rtc?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2009 Nov 18
1
[LLVMdev] Triple for PS3
Hi,
I'm doing some preliminary work to get Clang to compile for PS3 targets. As
an intermediate step in that direction, could someone do me the favor of
reviewing and submitting the enclosed patch, or giving me feedback on it?
Basically, I need to be able to differentiate the triple for a PS3 target.
These are the triples currently used in the gcc-based compiler from the PS3
devkit:
2008 Mar 24
2
CentOS 5.1 on PS3
Hi All,
Does anyone here on the list have CentOS 5.1 running on a PS3? I would
like to look at integrating a couple of PS3 nodes into our cluster for
it's ability to use the Cell processor inside and was wondering if
anyone had any experiences.
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
PS3 is not "a Linux derivative." The compilers supplied by SCE for PS3
game development are highly customized and support a customized ABI
that will take some time to adjust LLVM and Clang to support.
You'd likely also run afoul of a TRC or two, similar to the problems
you'll face with Microsoft TCRs mentioned earlier.
Alex
On May 27, 2010, at 12:15 AM, Kevin Wooten
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
Please create a thread on DevNet to discuss this further.
Alex
On May 27, 2010, at 9:26 AM, Kevin Wooten wrote:
> By linux derivative I meant that it borrows the linux GCC ABI... and
> it does. You can compile with an off the shelf GCC cross compiler
> and link the resultant object files ones compiled with the PS3
> provided version. We have done it.
>
> Also, as both
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
Kevin, there're some unwritten rules on the 360 that seem to interfere with code generation - pointer load-stores seem to require zeroing the most significant 32 bits, for example - that was one issue that I ran into a while ago while fooling around with code generation on the 360 (and don't blame me if I'm slightly off the mark, it was quite a while ago). I didn't seem to find it
2010 May 27
1
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
Why? I think the discussion belongs here, and the topic doesn't seem to include proprietary information - a lot of 360 info has been made public through MS material. Other info can be discussed without much disclosure (we can refer to TCRs by three-letter category and number, etc).
- Sherief
On May 27, 2010, at 1:15 PM, Alex Rosenberg wrote:
> Please create a thread on DevNet to discuss
2010 May 27
4
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
By linux derivative I meant that it borrows the linux GCC ABI... and it does. You can compile with an off the shelf GCC cross compiler and link the resultant object files ones compiled with the PS3 provided version. We have done it.
Also, as both an XBox 360 and PS3 developer, there seems to me to be nothing in the TCRs/TRCs that preclude us from using a different compiler. There are rules
2007 Feb 05
5
Asterisk Faxing Support
Asterisk 1.2 has no support of t.38 whatsoever, the call will drop
before t.38 is ever utilised, not even pass-thru.
1.4 Adds support for T.38 pass through only and no other sort of
faxing, the endpoint must support T.38 and you must send your call to
a T.38 gateway and you must not use NAT anywhere in your network and
you must enable re-invites which could cause CDRs not to reflect the
true
2008 Dec 28
9
Problem installing latest version of Wine to Ubuntu (8.10)
Hi, I am a nooby to Linux...I recently installed Ubuntu (8.10) to my PS3, in hopes of installing my Windows games (i.e. Steam, Call of Duty, etc.)...I've been researching linux applications that allow me to install Windows based applications, which is how I came across Wine...
I followed the step by step procedures on how to install the latest version of Wine to Ubuntu 8.10 from
2010 May 27
1
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
Just to be clear, nothing in the MS TCRs require that you use a certain compiler - it does, however, require that you link with the 360-specific C runtime libraries. That being said, I still believe that direct binary generation is not a feasible option, and the ObjC => C route is preferred.
Kevin, hate to be asking this but do you have access to the XDK or are you just "aiming" for
2007 Feb 09
1
Gracefully recovering from state.yaml corruption.
Hello,
I have recently attempted to automatically restart my network interfaces when I update my network configuration files. During this process it seems that one out of every three or so runs will cause the state.yaml file to become corrupt. The next run of puppet will respond with messages similar to "can''t find object :nil". Deleting the state.yaml file and running
2007 Mar 11
0
mounting using "xm block-attach" does not work; "special device /dev/xvda1 does not exist." error
Hello,
I read the blktap readme; there is a section there
titled:
Mounting images in Dom0 using the blktap driver.
It says there that you can mount an image by:
xm block-attach 0 tap:aio:<FILENAME> /dev/xvda1 w 0
mount /dev/xvda1 /mnt/disk <--- don''t use loop
driver
This option also appears in:
http://wiki.rpath.com/wiki/Xen_DomU_Guide
I assume that this option is not
2007 Jan 20
1
Connect a Skype adapter to TDM400P
Hi,
I was wondering if it is possible to connect a skype phone adapter, for
example:
http://zonetusa.com/DispProduct.asp?ProductID=191
http://www.actiontec.com/products/communications/ipw_usb/index.php
http://www.eradian.com/ERadianUS/staticpages/SkytoneRST301Details.htm
http://www.dlink.com/products/?pid=466
http://www.usr.com/products/voip/voip-product.asp?sku=USR9620
to a TDM400P, so that