Displaying 20 results from an estimated 4000 matches similar to: "ownership of authorized_keys (different question)"
2006 Feb 10
2
[LLVMdev] llvm for macho/x86 target
hi all,
sorry I had problems with my last mail (I hope this
goes through).
Do the llvm binutils currently support macho/x86 (for
use with mactels?)
thanks in advance
-- Jakob
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
2006 Feb 10
0
[LLVMdev] llvm for macho/x86 target
Hi Jackob,
X86 / Darwin support is actively being worked on. It's very new which
means you must check out the source from CVS and build your own
binary. If you can live with the lack of vector support and the
occasional bugs :-), I would urge you to do so and share us with your
experience.
Cheers,
Evan
On Feb 10, 2006, at 3:10 PM, Jakob Praher wrote:
> hi all,
>
> sorry
2007 Feb 15
2
floppy problems after DOS booting with dos.bss and syslinux 3.xx
Hello,
I'm Rene living in Germany.
I have a problem when I use syslinux versions greater
than 3.xx for booting DOS (over dos.bss) and DSL-linux
from a hard disk. (I've tried version 3.11 and the
newest 3.36). The problem occurred after booting DOS -
I can not access to the ordinary 3.5'-floppy drive
(e.g. the command "dir a:" fails after a while). DOS
not even notices
2007 Sep 23
0
Add U32 Filter with libnl
Hello,
I try to add a U32 source port filter with libnl. My filter can be
succesfully added with the library (no error occured) but the filter is not
active.
If I run "tc filter show dev eth0" I get:
filter parent 1: protocol ip pref 100 u32 filter parent 1: protocol ip pref
100 u32 fh 800: ht divisor 1 filter parent 1: protocol ip pref 100 u32 fh
800::800 order 2048 key ht 800 bkt 0
2006 Feb 10
1
[LLVMdev] some questions and llvm on mac-intel
hi all,
my name is Jakob. I am studying computer science in
Austria. Currently I am working on an aspect oriented
dynamic monitoring framework based on LLVM as a
diploma thesis. It is a very fascinating framework.
Is there some research funding for LLVM development
somewhere? Sadly there is not much for me todo with
LLVM in my University here in Austria after my diploma
thesis. Are there
2006 Jan 29
0
Problem registering to the AppDB
Hi,
for some reason I can't register to the AppDB with my
email.
When I press the "Create Account" button at the bottom
of the form, I only get a page with the AppDB logo and
the CodeWeavers ad. No message or email that the
registration succeeded, no error message. :(
When trying to browse the AppDB again, I only get a
white page until I delete the AppDB cookie.
This happens on both
2006 Mar 30
0
yetisports doesn't work
Hi !
yetisports 1, 2, 4 and 5 works fine with latest wine version from cvs
but yetisports 3, 6 and 7 doesn't work:
> wine yetisports3.exe
wine: Unhandled page fault on read access to 0x464d1df0 at address
0x0000:0x00404062 (thread 000f), starting debugger...
WineDbg starting on pid 0xe
First chance exception: page fault on read access to 0x464d1df0 in 32-bit code
(0x00404062).
2007 Mar 21
1
.NET tagging library for ogg Vorbis
Hello,
I've mainly finished the native ogg Vorbis tagging .NET library. It already works well for reading and writing the vorbis comments for the files I tested. The library only rewrites the entire file if it has to, and adds 2 K padding in this case so that further changes of the comments won't make it nescessary to rewrite the whole file again. I found out foobar2000 also does it this
2007 Mar 17
1
err:ole:CoGetClassObject class ...
Hello,
I still have no clue what to do.
jochen@rod:~$ wine .wine/drive_c/Programme/SchILD-NRW/SCHILD2000.exe
Invoking /usr/lib/wine/wine.bin .wine/drive_c/Programme/SchILD-NRW/SCHILD2000.exe ...
err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject no
2006 Jan 12
2
Easy to Access Telephone Directory AGI
I've written myself a easy to use telephone directory
which I use at home and thought it may be of interrest
to others.
The purpose of this agi script is to provide an online
telephone directory that can be easily accessed using
the numbers on the phone dial pad.
You select entries by spelling out the name of the
person you want to contact using the phone dial pad.
Now this is normally
2005 Dec 23
4
OO model style: inheritance
Hi everybody
I am totally new to rails and I am trying to start a
tiny project to get familiar with rails. But I already
got my first problem and I would be happy if somebody
could point me in the best and cleanest direction.
I am trying to develop a small gallery app. Since I
would like to add more features in future I am trying
to design a clean OO architecture of my models:
The base object
2006 Apr 04
0
config for windows on VT system
Hi,
i have a brand new system with VT technology (HP XW4300).
i am running FC5 with XEN kernel 2.6.16-1.2080_FC5xen0 on it.
on the harddisk (/dev/sda) there are two partitions. sda1 has a native windows XP system installed while sda2 is /boot and sda3 is / for the FC5 system.
now i want to run the windows system under xen control using the installed windows system on the first
2006 Jan 10
5
matching country name tables from different sources
Hi,
Before I reinvent the wheel I wanted to kindly ask you for your opinion if there is a simple way to do it.
I want to merge a larger number of tables from different data sources in R and the matching criterium are country names. The tables are of different size and sometimes the country names do differ slightly.
Has anyone done this or any recommendation on what commands I
2005 Aug 18
2
lme model: Error in MEEM
Hi,
We have data of two groups of subjects: 32 elderly, 14 young adults. for
each subject we have 15 observations, each observation consisting of a
reaction-time measure (RT) and an activation maesure (betadlpcv).
since we want to analyze the influence of (age-)group and RT on the
activation, we call:
lme(betadlpcv ~ RT*group, data=our.data, random=~ RT |subject)
this yields:
Error in
2005 Aug 30
8
Who can help me?
I have own function wrote. I used an algorithm, which was written in Matlab.
in matlab:
...
gamma = inv(v)*g;
...
#v = matrix of variable size, v=vv(k) => k=2 => dimension of v 2x2
#g = a line vector with 4 elements e.g. g=[1,0,2,0];
my rewritten r-file:
...
gamma = solve(v)*g;
...
which is my error? Who can help me?
thank you in advance.
Chris
--
Lust, ein paar Euro nebenbei zu
2006 Jan 31
0
Brockhaus 2004 multimedial dvd
after installation brockhaus needs to be running first localy where the .exe
reside under /.wine/windows/Programme. Furthermore after starting, the
installation needs to be running from cdrom or dvd where the dates are.
For that reason may a sricpt will help. But I'm not very familar with that.
May someone could help my with scripting if it's even necessary.
Please note, although the link
2006 Feb 03
0
run programs .exe from cdrom/dvd
Some of my programs need to be starting from cdrom or dvd after execution of
the local .exe from harddisc. How is the proceeding to achieve a running
program from cdrom/dvd? The link from .wine/windos/dosdevices to the cdrom
and dvd is already established and works.
May it's necessary to write a shell script to run after start from
cdrom/dvd. On the other hand, may it would help to make a copy
2005 Dec 09
0
Feature request FLAC
I vote for #2.
I don't see the options in #1 as strictly going with the philosophy of FLAC
being a lossless codec although neither one seems like a bad idea if
implemented properly. More generally part b of #1 would allow you to select
any channel(s) from a source and just encode those channels. For example you
may want to encode only 3 channels of a 4 channel source or 5 of 8 or 1 of
8,
2007 May 21
7
CentOS Wiki
Hi there,
my name is Sebastian Dziallas and I would like to contribute to the CentOS
Wiki.
I thought a bit about what I could do and I think I would like to help
translating the wiki in other languages.
I speak English, German and also French.
My UserName is - what a surprise - SebastianDziallas.
On the HowToContribute-Page you said that I should know where to put the
articles.
As you
2005 Dec 23
4
sshd blocks SIGALRM
Gidday everbody,
We have just found an interesting issue regarding the sshd daemon on our
SuSE system. For some reasons, the /usr/sbin/sshd process blocks SIGALRM as
shown in the /proc/pid/status:
$ cat /proc/`cat /var/run/sshd.init.pid`/status
Name: sshd
State: S (sleeping)
SleepAVG: 0%
[...]
SigPnd: 0000000000000000
ShdPnd: 0000000000000000
SigBlk: 0000000000002000 <-- SIGALRM is