Displaying 20 results from an estimated 600 matches similar to: "Wine and SonicStage"
2004 Dec 31
1
2.4.21-27.0.1.ELsmp & megaraid2 problem
I've found a problem with CentOS 3 latest kernel (2.4.21-27.0.1.ELsmp)
and megaraid2 driver.
Hardware: Dell PE1600SC with CERC ATA100 RAID controller
The problem is somewhat similar, but not identical as:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123289
After updating new glibc and kernel packages the new kernel don't boot.
Boot fails to mount root fs with "Cannot open
2004 Jan 02
1
How do I use LPRNG and Samba to setup printing to a network print er?
How do I use LPRNG and Samba to setup printing to a network printer?
Here is my smb.conf......
# Global parameters
[global]
workgroup = DOMAIN
server string = rh1
encrypt passwords = Yes
max log size = 0
time server = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
domain admin group = root
add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
logon script
2005 Jan 10
0
Sony SonicStage
Hello there,
Santa went to me with a nice Sony "Hi-MD" and fortunatly the Company did
it right to retain my anger alive against all those dickheads:
Windows-only sw suite. Oh, yes ! i can still use it: audio recording
(thanks!) to leverage quality at best, and tracks and groups renaming by
hand on the MD itself using the jog-shuttle... soooo nice !
Well, to make the story short,
2004 May 14
0
Syncronising off-line content with my Samba Server in WinXP
Hello,
I get an error when I want to syncronise my 'changed off-line files' with
the files of my Samba Server. The off-line files are located on my laptop
with windows XP running on it.
I can syncronise and acces my files manually (by drag-and-drop or
copy-paste) without a problem. There is no problem with the internet
connection.
The error message I get from the syncronisation
2011 May 11
3
[LLVMdev] [LLVMDev] Add not instruction to PTX backend
Hi, Dan
I add "not" instruction support in PTXInstrInfo.td as
you suggested before.
multiclass PTX_LOGIC_2OP<string opcstr,PatFrag opnode> {
...
}
Now I am trying to write test case for logic and shift
operations. But I have a trouble in mapping LLVM IR to PTX
IR for "not" instruction. The test case I wrote is,
define ptx_device i16 @t4_u16(i16 %x) {
; CHECK:
2015 Jan 06
2
Hardware raid LSI Megaraid not working since Centos 6.6
Thank you for your help.
Le 05/01/2015 19:10, John R Pierce a ?crit :
> works here fine on the 9261, which is an OEM version of the same card
> with the connectors in a different orientation... you might check your
> LSI firmware revision.
My firmware seems to be more up to date. Anyway, I will try to update
firmware. I have to check how to do that.
# dmesg |grep LSI
scsi4 : LSI SAS
2004 Feb 18
2
ssh - how to send password ?
Hi,
I'm trying to learn rsync and to aid this I'm trying some 'simple'
syncronising over the net using SSH. What I can't find clearly explained
in the docs is where to put the remote user password in the command line
argument.
For example I want to sync the two 'documents' directories - one on my
local Linux box and another on a server in my office. The command
2009 Jun 18
2
PERC6 driver on CENTOS 5.3
We have DELL R900 server with PERC6/i and PERC 6/E in it. O.S. is CENTOS 5.3. I download latest PERC 6 driver from DELL site and tried to installed it. I have error messages said :
Module version 00.00.03.21 for megaraid_sas.ko
is not newer than what is already found in kernel 2.6.18-128.1.10.el5 (00.00.04.01-RH1).
Does CENTOS 5.3 come with PERC6 driver? I knew in CENTOS 4.X PERC 5 or PERC6
2004 May 24
1
problem adding PC to domain
I am running Red Hat 9 and Samba 3.0.4. I have a Win2K PC. I have made the
registry change regarding requiresignorseal and signsecurechannel. When I
try to join the domain it pops up the username and password. I put in root
and it's password (which I have added/enabled with Swat). However I get the
following results.
The following error occurred attempting to join the domain
2006 May 24
6
Empty text-boxes in various programs. Tried recompiling with FontForge..
Does anybody know of a fix for missing font/text problems with Wine?
I've read of many people having the problem, but no cure other than the
suggestion of packaging problems and that one should compile from source
with FontForge support.
I have compiled from source with FontForge support but the problem is
still here. I am using Fedora Core 5 on x86.
You can see the problem here:
2013 Nov 21
1
[LLVMdev] [PATCH] Making Type::getScalarSizeInBits() const
Hi, while using this function I noticed that Type::getScalarSizeInBits()
is not marked as const even if inside its body it just uses only other
"const" functions and types.
This prevents the usage of the function through const
pointers/references to Type without any apparent reason.
I propose of marking the function as const. (attached is a patch that
does so).
Cheers,
Marcello
--
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
Hi,
In X86MachObjectWriter::RecordX86Relocation I found the comment
if (Target.isAbsolute()) { // constant
// SymbolNum of 0 indicates the absolute section.
//
// FIXME: Currently, these are never generated (see code below). I
cannot
// find a case where they are actually emitted.
Type = macho::RIT_Vanilla;
}
Is the FIXME still true? I've got some code that
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
We are currently doing something similar to your third option in Hexagon
backend. But it is a VLIW so predication is not the only reason for that.
Sergei
---
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Marcello
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
On Fri, Oct 19, 2012 at 04:38:29PM +0100, Marcello Maggioni wrote:
> Hello,
> I'm working on a compiler based on LLVM for a SIMD architecture that
> supports instruction predication. We would like to implement
> branching on this architecture using predication.
> As you know the LLVM-IR doesn't support instruction predication, so
> I'm not exactly sure on what is the
2004 Oct 12
2
Hangs on multiple small files
I am running rsync on win9x (PIII 900, 128MB RAM) between a mapped
network drive and a local drive.
For small folders on this machine rsync works great, but the folder I
am syncronising with has 13GB of data and > 1,000,000 files. Out of
about 20 attempts rsync has only succeded once, all other times it
just seems to hang.
Not much info but any ideas?
Thanks
Scott
2014 Jan 16
1
Live migration finish threshold
Hello everyone,
Can somebody point where I can find the code where libvirt makes the
decision to complete a live migration?
I mean, at some point syncronising the VM state, it has to decide that
the delta left to be migrate is low enough to achieve downtime 0, so
libvirt finishes the migration. This "low enough" must be defined
somewhere in the code, but I am unable to find it.
2002 Aug 19
4
Format converters
Are direct bit-rate converters possible for Ogg Vorbis? Or do they
already exist?
Even more, is it possible to directly convert MP3/ATRAC3 (i.e., Sony
Minidisc) encoding to and from Ogg Vorbis?
There has been an earlier discussion on this question. But this
discussion centered around the fact that people couldn't see the point,
and were rather hostile to the idea.
There is a very good
2010 Aug 20
1
Understanding FS ACLs
I have problem understanding FS ACLs.Can someone explain me why the
following behaviour occur?
Let's suppose that we have a /shared directory we want to give rwx access to
admins group.
setfacl -m d:g:admins:rwx shared
[root at rh1 /]# getfacl shared
# file: shared
# owner: root
# group: root
user::rwx
group::r-x
other::---
default:user::rwx
default:group::r-x
default:group:admins:rwx
2012 Oct 19
11
[LLVMdev] Predication on SIMD architectures and LLVM
Hello,
I'm working on a compiler based on LLVM for a SIMD architecture that
supports instruction predication. We would like to implement branching
on this architecture using predication.
As you know the LLVM-IR doesn't support instruction predication, so I'm
not exactly sure on what is the best way to implement it.
We came up with some ways to do it in LLVM:
- Do not add any
2012 Jun 29
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
Hi Verena,
Windows + MachO is likely to run into lots of problems once you start passing in non-trivial code. The relocation model is very tied to Darwin.
I believe some folks doing JIT on Windows have had some success w/ ELF. Hopefully someone more familiar with the specifics of that will chime in.
-Jim
On Jun 29, 2012, at 8:58 AM, Verena Beckham <verena at codeplay.com> wrote:
>