Displaying 20 results from an estimated 100 matches similar to: "Codeweavers install problem."
2007 Mar 30
3
Timestanp question
I've now got scripts that correctly backup all my primary partitions to a
second drive. The original problem was that I copied them over without
a time stamp, so that the first rsync run found no timestamps and wanted
to copy them all over again. So I used:
'rsync -r -t -v --size-only $SOURCE $TARGET'
My question is this: do I need to continue to use --size-only, or has
the
2002 Jan 15
2
Missing XPM
I hate to repost this perennial newbie question, but even after browsing the
archives and trying various remedies, I'm still stuck.
The problem: I've compiled Wine from Wine-20011226 on Mandrake 8.0, and when
I try to run an application, I get the following:
$ wine mspaint
Loading required GL library /usr/X11R6/lib/libGL.so.1.0
fixme:x11drv:OBM_CreateBitmaps Xpm support not in
2010 Oct 08
2
Why do these keep showing up?
2010-10-08 14:37:29 imap <hmarie at olypen.com>: Error: Mailbox Removed:
Expunged GUID mismatch for UID 1257: ceb413227b55e8aa14cf86ec86f2b652
vs 32b06aa8bc66762bbd6af15228072949
I keep getting a bunch of these, which turn out to be "customer cant
delete messages from folder X". I just deleted all dovecot indexes
(find -name dovecot* -type f -delete) from all users this morning
2010 Jul 18
3
Arghh, dovecot-2 and lda
I cannot seem to get exim/lda working...
In my exim log i just see these
2010-07-18 11:51:08 1OaYOJ-0003Vn-2P == brandon at olypen.com
R=router_pop T=dovecot_deliver defer (2): No such file or directory:
failed to chdir to maildir:~/maildir:INDEX=~/maildir/dovecot-index
Now I have all the debugging on as far as i can tell, and exim is
obviously being returned some value from dovecot because it
2007 Mar 10
1
Newbie question.
I'm just starting to learn about rsync. My use is to backup one hard
drive to another (newer) hard drive. I've read through the man file,
the rsync site, several googled posts, and have read this forum for a
few days, and I still have some questions.
The initial copy over was simply 'cp $SOURCE $DESTINATION &'. Then I
figured out that rsync was what I needed to update the
2002 Feb 26
4
How to build WineX???
Hi all,
I took the CVS from WineX (as mentioned on the transgaming.com
Website). I downloaded fine and compiled fine. But: I have only a wine
exec, but no winex. In the tools subfolder, there is a winex. But when
I run it it just states, that some dirĀ“s are missing
(/usr/lib/transgaming and so on). The exec winex is only a script, no
bin. Does somebody know how to build a real winex with DX8
2007 Jan 30
1
errors upgrading to 2.4.1-1~sargecran1
I needed to upgrade to R 2.4.1 from debian stable maintained at
http://cran.r-project.org/bin/linux/debian/.
and tried to upgrade with apt-get install r-base. It installed R 2.4.1
successfully,
but ran into errors while also upgrading r-recommended packages. I was
able to
fix that using apt-get install -f
euclid:~# aptitude install r-base
Reading Package Lists... Done
Building Dependency
2004 Oct 06
4
* to Cisco router with FXO's via SIP
Ok, very frustrated after spending most of the day onthe * irc channel
with little to no help. Mostly just a bunch of crap about being a
newbie, going and reading voip-info.org. etc.
Despite me doing all that already.
My situation is not good but here it is. Hurricane came through, power
spikes killed PBX. Just trying to replace it affordable and possibly
with a few more features.
I am using *
2002 Dec 30
3
Problem while compiling Winein Debian
Hello.
While I was trying to compile the Wine sources from Debian unstable so I
could use them in my Debian Sarge system, I got the following messages:
# generate HTML documentation
/usr/bin/make -C documentation wine-doc/index.html
make[1]: Entering directory `/wine_src/wine-0.0.20021219/documentation'
false -d ./default.dsl -o wine-doc wine-doc.sgml
make[1]: *** [wine-doc/index.html]
2008 Oct 26
3
Bug? auth(default) Authentication client gave a PID of existing connection
Hello,
My first time on this list, just switched from courier imap/pop3
system to dovecot. Imap part is great, pop3 seems to suffer, been
fighting it for a week.
Anyway, the reason for this post is that I have seen these pop up in
my logs, and on one of my mailheads there were some 50 lines of this
dovecot: 2008-10-26 09:33:54 Error: auth(default): BUG: Authentication
client gave a PID 15661 of
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
Possibly off the wall and a long shot, but is pre-installed Linux
perhaps 32 bit, while the R attempt is 64?
JN
On 16-03-23 02:22 PM, Barnet Wagman wrote:
> Synaptic can show the origin of packages.
>
> The only thing I see from a backport is
>
> libcmanager0
>
> I don't think this is relevant to R. Or is it.
>
> The only thing I've got installed from
2016 Mar 23
3
r-base installation fails on Ubuntu 14.04
That could do it
http://packages.ubuntu.com/trusty-backports/libcgmanager0
Seems to be libc related, which is a pretty core library to much of the
whole system.
Hmm, which model Dell? We just got a Dell 5000 series with Ubuntu, I
have not checked with my boss if there was R installation issues.
Thanks,
Alex
On 03/23/2016 11:22 AM, Barnet Wagman wrote:
> Synaptic can show the origin of
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
I can make a few suggestions to help you hunt for the issue. This kind
of error is often caused by conflicting packages from proposed,
backports, ppas, or other 3rd party repos. If for some reason you have a
dependency installed from one of those sources that is newer than what R
on cran was built against (stock ubuntu 14.04) then you will hit a conflict.
Simply removing backports from your repos
2016 Mar 23
0
r-base installation fails on Ubuntu 14.04
On 23 March 2016 at 09:35, Barnet Wagman wrote:
| I am unable to install R on an up to date (i.e. apt upgraded) Ubuntu
| 14.04 system. According to
| https://cran.r-project.org/bin/linux/ubuntu/README (and many other sources),
| R is available for this version of Ubuntu (which is a stable version).
|
| I currently have
|
| deb https://cran.cnr.berkeley.edu/bin/linux/ubuntu trusty/
|
| in
2016 Mar 23
0
r-base installation fails on Ubuntu 14.04
Synaptic can show the origin of packages.
The only thing I see from a backport is
libcmanager0
I don't think this is relevant to R. Or is it.
The only thing I've got installed from a ppa is mate (a desktop). I
don't see anything related to mate that is related to R.
FYI the ubunu I'm using came preinstalled from Dell (on a notebook;
usually I install linux myself).
On
2016 Mar 23
0
r-base installation fails on Ubuntu 14.04
It's a Dell XPS 13.
Obviously I don't understand what's in libcmanager0. I wonder if I can
safely replace it. I'm a bit uneasy about replacing things Dell
installed. I gather there are some specialized drivers for the monitor
on this system.
On 03/23/2016 11:34 AM, Alex M wrote:
> That could do it
> http://packages.ubuntu.com/trusty-backports/libcgmanager0
>
>
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
I am unable to install R on an up to date (i.e. apt upgraded) Ubuntu
14.04 system. According to
https://cran.r-project.org/bin/linux/ubuntu/README (and many other sources),
R is available for this version of Ubuntu (which is a stable version).
I currently have
deb https://cran.cnr.berkeley.edu/bin/linux/ubuntu trusty/
in sources.list. I've tried this with and without
deb
2010 Dec 09
0
CodeWeavers Releases CrossOver Games 9.2.1
CODEWEAVERS SUPPORTS WORLD OF WARCRAFT CATACLYSM:
CodeWeavers Releases CrossOver Games 9.2.1 (http://www.codeweavers.com/products/?ad=64); Vows Extensive Personal Testing for Quality Assurance Purposes
SAINT PAUL, Minn. (December 7, 2010) Twelve million addicts, err, players cant be wrong. Theres no doubting the draw of World of Warcraft. And today, as Blizzard rolls out its third,
2011 Sep 02
0
Re: New Codeweavers CrossOver discount dealcode coupons avaliabl
Avent Coupons can go a long way in improve the quality of your child?s well being.
The best way to look out for these coupons is on internet. But that does not mean it is the only way. These are available in America?s finest magazines about parenting and child upbringing.
But still there is no denying that fact that 75% of Americans search through the internet before making any purchases.
2007 Aug 05
0
Diff WineHQ CodeWeavers
What is the difference between the offerings of WineHQ and
CodeWeavers? I thought the two collaborate.
I'm building on Mac Intel.
If I basically follow
http://www.forexfactory.com/showpost.php?p=1453321&postcount=7 I get
good results (seeing proper icons and it appears to function).
If I try the same with 0.9.40 and 0.9.42, the icons are missing
although it appears to function.
I