Displaying 20 results from an estimated 1000 matches similar to: "RedHat 7.3"
2006 May 29
5
Can't Run "Within A Deep Forest"
i hope you can help me. The game's site is
http://withinadeepforest.ni2.se/index.php?
here's the terminal output from the install (from install binary) and
the run.
the install:
$ wine install_wadf_11.exe
fixme:advapi:CheckTokenMembership ((nil) 0x7ff18088 0x7fc8fe1c) stub!
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Within a Deep
Forest\\unins000.exe") stub
2011 Feb 17
5
Issue with installing Zen4.0.1 on ubuntu 9.10
Hello Xen-development team,
When I was compiling my kernel I hit this error when I executed the
“make” command
————————-
CC [M] drivers/net/sfc/falcon.o
drivers/net/sfc/falcon.c:2928: error: redefinition of
‘falcon_dimension_resources’
drivers/net/sfc/falcon.c:2825: note: previous definition of
‘falcon_dimension_resources’ was here
make[3]: *** [drivers/net/sfc/falcon.o] Error 1
make[2]: ***
2012 Dec 14
1
[Bridge] [PATCH] bridge: Bug fix for incorrect interpretation of MLDv2 maximum response code
This patch fixes the incorrect interpretation of endianness of MLDv2 maximum response
code within bridge's multicast snooping code.
Signed-off-by: Ang Way Chuang <wcang at sfc.wide.ad.jp>
---
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index 977c3ee..29c6283 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -1172,7 +1172,7 @@ static int
2011 Jul 12
5
Proposal to change Samba contribution copyright policy.
Hi all,
Some history. Samba has historically only accepted code
with personal, not corporate copyright attached.
There were a couple of good reasons for this in the past, one
of which was that we preferred GPL enforcement decisions
to be made by individuals, not by corporations.
Under GPLv2, a license violator loses all rights under the
license and these have to be reinstated by the copyright
2001 Jul 02
1
Wine controls without wine?
What are the odds of getting windows controls out of wine? I'm looking for
widgets that closely mimic windows common controls without the need for a
monolithic window re-implamentation.
I have a unix port of a program and all I want is to use my current gui code
with haveing to re-add all the windows stuff. I've tried using wine before
(and sent in my patches to wine development for
2006 Feb 13
2
Anyone got a working RoR with ubuntu?
Hello, im haveing problems of any kind (no zlib, no ssl, etc) even if those
pakages are instaled, i can?t get gems to work..
thnx
--
Sergio R. de la Garza P.
Overclockers Mexico S.A. de C.V.
81-8334-2000
http://www.ocmexico.com
http://pc-mexico.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jul 19
2
FreeRADIUS
Greetings list,
I'm haveing problem with FreeRADIUS v1.0.1-3 which came with CentOS 4.1
FreeRADIUS refuses to use system accounts for authentication.
The latest freeradius-1.0.4 is working correctly.
Can we have this update or have to wail till RH release new rpm src?
Thanks,
-j
2004 Jan 19
4
network browserlist error(S)..
G'day.. just haveing the straingest problem..
I'd upgraded to the 302rc1 version. i configed it to be an pdc controller,
with wins to manage our local domain..
only when browsing the domain list.
it gives error(s) once in a while..
"An extended error has occured" &
"the system cannot find massage text for message number 0x in the message
file for \\hostname"
2006 Nov 21
4
IP601 Expansion Module HELP!!!
Hey list,
Im in this HUGE crisis. Im trying to get a Polycom 601 with two expansion
modules to work. I need the XML config files I guess. Does anyone have these
I can have? Im trying to get this phone up and running, and haveing MUCHO
problems, can someone help me out!! Im sure if I see the configs I can see
how it works, just need those XML files!! The ones from the 501 that I have
dont seem to
2002 Dec 26
3
windows to linux printer problem
Hello all,
I know I need to read the manual but I don't even know where I need
to look in the manual. I'm haveing a little bit of a problem getting
XP to print to my linux printer. I've got the smb.conf file set up to
allow xp to access the corect share and it even sees the printer but
it apears it doesn't have permision to print to it. What might I need
to do to
2002 Nov 16
1
Problems with encodeing
Hello all, i've been haveing problems with oggenc on windows 2k.
When i encode WAV files sometimes it started to choke, just oggenc, not
the os.
It startes freezeing for seconds and then every so often goes up by .10
% or something...
the project time remaining is something like 20min at 3% for a 3 min wav.
I've been useing it for a while and it only just started, before this it
was
2011 Feb 24
1
Creating objects (data.frames) with names stored in character vector
Hello,
I'm fairly new to R. I'm a chemist, not a programmer so please bear with me.
I have a large data.frame that I want to break down (subset) into smaller data.frames for analysis. I would like to give the data.frames descriptive names which I have stored in a character vector. My original thought was that I want the subsets to show up as individual objects, but haveing them stored
2002 Mar 14
1
loging onto win2k
I'm haveing problems loging onto a win2k profesional machine useing my linux
box. No mater what I type I get eronos (acess denied). I made sure the
password was corect, enabled full shareing on both the pc and linux box,
they are both in the same workgroup, any sugestions ???, thnx
Jerry M. Howell II
2010 Jan 27
1
How to sort data.frame
Dear R heleprs
Suppose I have following data
Scenarios
combination_names
series1
series2
Sc1
MAT2 GAU1
7.26554
8.409778
Sc2
MAT2 GAU2
7.438128
8.130275
Sc3
MAT3 GAU1
8.058422
8.06457
Sc4
MAT1 GAU2
8.179855
8.022071
Sc5
MAT3 GAU2
8.184033
8.191831
Sc6
MAT3 GAU2
7.50312
8.232425
Sc7
MAT1 GAU2
7.603291
8.200993
Sc8
MAT1 GAU1
8.221755
8.380097
Sc9
MAT3 GAU2
7.904908
2000 Dec 18
1
How can I get "A$Title"?
Dear R-friends,
I have whole bunch of objects, say, A, B, ..., Z,
all of them are "list" and haveing "Title" (a character string)
as their first element.
E.g.,
> A$Title
[1] "Airplane Component"
What I like to do is to find a way to printout all the Titles at one
time.
I tried the following:
> paste(LETTERS, "Title", sep="$") ->
2009 Dec 16
7
rebased openSUSE dom0 xen patches for 2.6.31
Hi,
I have uploaded a new set of rebased openSUSE dom0 xen patches and
Gentoo ebuild for 2.6.31 to
http://code.google.com/p/gentoo-xen-kernel/downloads/list, Jan Beulich
recently identified the cause of the null pointer crash and other
stability problems that affected previous versions and with the
necessary fixes applied the kernel has run for 2+ days with no issues
at all, I think you will find
2017 Jan 18
1
AD attibutes of the (in this case) member servers differences.
Hai,
Im setting up a new proxy with winbind en kerberos auth.
So far everything ok but now im setting up my nfsv4 (with automount with systemd) for my user login on that server.
For the new setup i compaired my old proxy with my new proxy.
I noticed the old proxy is missing some attibutes in the AD object.
For example,
Samba member1 ( installed as 4.3.x ) upgraded to 4.5.3 here
2009 Dec 29
4
Wine Problems after upgrading Nvidia drivers
Hello, i am running ubuntu 9.10 64bit. Wine 1.1.35
also have nvidia 8800GTS.
when i first installed wine, i was using the nvidia 185.xx drivers, had return to castle wolfenstien and dragon age origns installed and playable.
RTCW worked 100% no issues.
Dragon Age Origins ran but was haveing graphic issues in game, black flickering.
i decided to upgrade my video drivers, from 185.xx to 195.xx ( i
2023 Aug 11
2
GPO not getting updated on Windows 10
Hi,
Our Domain controller environment is working for over 6 years without a
break. It started with Samba Version 4.6.5 and today running 4.18.5. We
have only Windows 10 clients across our organisation.
Off late, we have observed that GPOs are not getting updated when we
change some GPOs and link them to some specific OUs. For example,
previously, we had not allowed one specific network path
2004 Aug 06
1
PHP + parsing # of listeners.
Hello all,
I have a quick question I believed was already touched on earlier, but I cannot
find the thread/information in the archives, so I am going to ask away and
ask for your patience. :)
So I have my wonderful little PHP script, and my .pls files, and the relaying
and everything else perfect for my icecast2 setup. But what I still need to
do is pull the # of listners for a mount point, and