Displaying 20 results from an estimated 53 matches for "dlc".
Did you mean:
dc
2010 Sep 23
2
Dragon Age dlc issues
Hello. I've read through the dragon age wine appdb page, installed all the requisite stuff through winetricks, used a fresh prefix and all that, but my dlc in dragon age is always showing up as unauthorized. I'm pretty sure the dragon age updater service is running, it just can't seem to see my account as being authorized to use the dlc. I have in fact bought a couple of dlc's such as Warden's Keep and Return to Ostagar.
When I'm...
2011 Feb 03
1
samba constantly creating mapping
...baIdmapEntry
objectClass: sambaSidEntry
gidNumber: 20042
sambaSID: S-1-5-21-3807515285-1394671770-2144936185-513
structuralObjectClass: sambaSidEntry
RID 513 is standard "Domain Users" group, but *S-1-5-21-3807515285-1394671770-2144936185* is not AD
domain:
wbinfo --all-domains
BUILTIN
DLC
CORP
DLC is hostname of Samba server and CORP - AD domain.
wbinfo -D corp
Name : CORP
Alt_Name : corp.<domain>
SID : S-1-5-21-3642537914-689118755-2668763798
Active Directory : Yes
Native : Yes
Primary : Yes
wbinfo -D dlc
Name...
2011 Jan 01
2
Re: Dragon Age dlc issues
Going through exactly the same stuff.
Currently researching down this path:
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented TransmitFile
correlated with the DragonAge_1.log entries that look like this:
DA Download Manager (DADM) Attempting to connect to DADM Control Server!
DA Download Manager (DADM) Connected to DADM Control Server!
DA Download Manager (DADM) Failed to
2011 Aug 02
4
[Dragon Age Origins] Official DLCs "Unable to load area"
I have a Steam version of DAO + Awakening and have had no troubles with it up until now when I've bought some DLCs from official bioware store.
For any DLC I bought I'm getting "Unable to load area" error right after character creation or importing (or, in case of "Leliana's song" --- right after "Play" is pressed in "Other campaigns" menu). Its a very popular er...
2007 Oct 01
1
Incorrect link to qemu-img
The page describing setting up HVM domains[1] contains an incorrect link
for downloading qemu-img. It has a link to
http://dlc.sun.com/osol/xen/download/current/qemu-img while it should be
http://dlc.sun.com/osol/xen/downloads/current/qemu-img (note the ''s'' on
downloads).
[1] http://opensolaris.org/os/community/xen/docs/HVMdomains.htm
--
Menno Lageman - Sun Microsystems - http://blogs.sun.com/menno
2008 May 13
2
b89 xVM Source tar bundle is corrupted on the on download site
Apparently the b89 xvm-src.tar.bz2 tar bz2 archive is corrupted / truncated
on the b89 source download page:
http://dlc.sun.com/osol/on/downloads/b89/
http://dlc.sun.com/osol/on/downloads/b89/xvm-src.tar.bz2
In the past, the xvm-src.tar.bz2 file had a size of ~ 100 mbytes;
with b89 the size of the downloadable archive is only 72 mbytes.
And bzip2 complains:
% bzip2 -tv xvm-src-b89.tar.bz2
xvm-src-b89.tar.bz...
2010 Oct 01
1
Dragon Age driving me insane!
Hello,
I read with disbelief on the Dragon Age wine appdb page that people actually have working dlc in Dragon Age Origins. This flies in the face of absolutely everything I've seen in my experience with the game. I've installed via Steam, installed the prerequisite windows crap through winetricks (dotnet30, physx, vcrun6, vcrun2005 vcrun2008, and everything else). I've manually instal...
2008 Jun 21
12
Bfu xVM to build 92 problems
Bfu 91 to 92 looks good
Proceed with xVM upgrade . After running:-
# sunos.hg/bin/build-all nondebug
bash-3.2# cd packages-nondebug
bash-3.2# pwd
/usr/tmp/packages-nondebug
bash-3.2# ls -l
total 20
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirt
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirtr
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWurlgrabber
2009 May 18
11
Zfs and b114 version
http://dlc.sun.com/osol/on/downloads/b114/
This URL makes me think that if I just sit down and figure out how to
compile OpenSolaris, I can try b114 now^h^h^h eventually ? I am really
eager to try out the new quota support.. has someone already tried
compiling it perhaps? How complicated is compiling osol...
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
...rcurial MQ extension is enabled
i.e. in ~/.hgrc
==
[extensions]
hgext.mq=
Have the following in your env
==
export EMAIL=username at youdomain dot com
export EDITOR=vi
export SOLARIS_BUILD_TOOLS=/opt
xvm-gate
========
** Grab/setup the b89 xvm sources
--
mkdir xvm-gate
cd xvm-gate
wget http://dlc.sun.com/osol/on/downloads/b89/xvm-src.tar.bz2
bzcat xvm-src.tar.bz2 | tar xf -
** Update the sunos.hg bits
--
cd sunos.hg
rm .hg/hgrc
echo "[paths]" > .hg/hgrc
echo "default = ssh://anon@hg.opensolaris.org/hg/xen-gate/sunos-unstable" >> .hg/hgrc
hg pull -uv
** Remove...
2006 Sep 15
1
[Blade 150] ZFS: extreme low performance
Hi forum,
I''m currently a little playing around with ZFS on my workstation.
I created a standard mirrored pool over 2 disk-slices.
# zpool status
Pool: mypool
Status: ONLINE
scrub: Keine erforderlich
config:
NAME STATE READ WRITE CKSUM
mypool ONLINE 0 0 0
mirror ONLINE 0 0 0
c0t0d0s4 ONLINE
2003 Dec 06
1
pdf() function, screen command and graphs
Dear [R]-list,
I am trying to do a pdf() of the following graphs but don't understand
why the pdf() function does produce an empty pdf file.
(I use R1.7.0 on MacOS 10.2.8)
any idea? Is pdf() incompatible with screen?
Thanks a lot,
DLC
## create dataset
x=rnorm(1000,10,2)
y=rpois(1000,5)
## graphs
pdf()
par(col.main=4,omi=c(0,0,1.25,0))
split.screen(c(1,2))
screen(1);split.screen(c(2,1))
screen(3) ## gauche en haut
boxplot(x,col=3,main="my boxplot")
screen(2) ## droi...
2007 Oct 10
1
R-2.6.0> problem to load library(stats) (PR#9956)
.../usr/local/lib/libgfortran.2.dylib
Referenced from: /Library/Frameworks/R.framework/Resources/library/
stats/libs/ppc/stats.so
Reason: image not found
Fehler: Laden von Paket/Namensraum f"ur 'stats' fehlgeschlagen
This warning also appears at the startup of R.
Kind Regards,
DlC
2008 May 19
3
How to build Xen with on-src-b79
I am trying to build Xen from on-src-b79. According to opensolaris website, all xVM sources should be in the on-src-b79 tree, and no additional sources are required. I followed the procedure for doing the nightly build, and I expected that, as a result I will build, along with the Solaris kernel, the xen.gz image. I was hoping to copy that xen.gz image to my test machine, so I can boot with my own
2009 Jan 09
2
ZFS encryption?? - [Fwd: [osol-announce] SXCE Build 105 available
...ks to SXCE Build 105 at:
http://www.opensolaris.org/os/downloads/
This is still a DVD only release.
-----------------
wget work around:
http://wikis.sun.com/pages/viewpage.action?pageId=28448383
---------------
Changelogs:
ON (The kernel, drivers, and core utilities):
http://dlc.sun.com/osol/on/downloads/b105/on-changelog-b105.html
X Window System:
http://opensolaris.org/os/community/x_win/changelogs/changelogs-nv_100/
- Derek
_______________________________________________
opensolaris-announce mailing list
opensolaris-announce at opensolaris.org
http://mail.opensolaris...
2007 Aug 30
4
Samba with ZFS ACL
Hi,
I''m looking for Samba, which work native ZFS ACL.
With ZFS almost everything work except native ZFS ACL.
I have learned on samba mailing list, that it dosn''t work while samba-3.2.0 will be released.
Has anyone knows any solution to work samba-3.0.25?
If any idea, please let me know.
thanks
This message posted from opensolaris.org
1999 May 08
1
JetDirect
...TCP/IP job at a time.
>
> Suggestion 1: Maybe samba could be altered to not wait for lpq to
> complete, and pass back blank queue info to the Workstation while it
> waits
> for lpq to complete.
>
> Suggestion 2: As this problem with HP Jetdirect cards do not exist with
> the DLC protocol, maybe someone could write a DLC spooler for UNIX/Linux
> :-)
>
> Johan Meiring
>
> >Printer lock-ups:
> >I have some printer shares available on my Samba server (RedHat Linux
> >kernel 2.0.32, Samba 1.9.18p3) and they are working just fine in most
> >ca...
2013 Jan 26
0
[PATCH] Update news section
....sourceforge.net/news.html#20130124</guid>
+ </item>
+
+ <item>
+ <title>Soundtrack of Sins of a Solar Empire: Rebellion available in FLAC</title>
+ <description>Steam now sells the soundtrack of the game Sins of a Solar Empire: Rebellion as a DLC. It contains over 2 hours of music from the game. The DLC consists of the soundtrack in two formats: MP3 and FLAC.</description>
+ <link>http://store.steampowered.com/app/228600/</link>
+ <pubDate>Sat, 12 Jan 2013 14:43:00 +0100</pubDate>
+ <guid>h...
2009 Jan 09
5
ZFS encryption?? - [Fwd: [osol-announce] SXCE Build 105 available]
...ks to SXCE Build 105 at:
http://www.opensolaris.org/os/downloads/
This is still a DVD only release.
-----------------
wget work around:
http://wikis.sun.com/pages/viewpage.action?pageId=28448383
---------------
Changelogs:
ON (The kernel, drivers, and core utilities):
http://dlc.sun.com/osol/on/downloads/b105/on-changelog-b105.html
X Window System:
http://opensolaris.org/os/community/x_win/changelogs/changelogs-nv_100/
- Derek
_______________________________________________
opensolaris-announce mailing list
opensolaris-announce at opensolaris.org
http://mail.opensolaris...
1998 Apr 15
2
Win'95 printer lock-ups & filters
Greetings all,
I hope this is appropriate for this list, if not I'll take it somewhere
else. ;-)
Printer lock-ups:
I have some printer shares available on my Samba server (RedHat Linux
kernel 2.0.32, Samba 1.9.18p3) and they are working just fine in most
cases, but from time to time the Win '95 client will either lock up while
printing or send a print job samba & lpd don't like