similar to: Wine 1.3.12.tar.bz2

Displaying 20 results from an estimated 200 matches similar to: "Wine 1.3.12.tar.bz2"

2009 Aug 17
1
WINE doesn't work after kernel upgrade
After updating linux kernel from 2.6.26 to 2.6.30 on Debian GNU/Linux testing amd64 (kernel from repositaries) Wine doesn't work. Neither 1.1.27 (development), nor 1.0.1 (stable). It can't open object files -- there are no such object files. $ winecfg err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libuuid.so.1: =52>7<>6=> >B:@KBL
2013 May 24
0
zpool resource fails with incorrect error
I''m working to expand / develop on the zpool built-in type, but the zpool command is failing and Puppet''s returned stderr is not what I get if I copy/paste the command given by the debug output. # cat /etc/puppet/manifests/zpool_raidz2.pp zpool { ''tank'': ensure => present, raidz => [ ''d01 d02 d03 d04'', ''d05 d06
2016 Jan 14
1
Possible memory corruption in virtio-pci driver.
Hi Michael, KASan detected a use-after-free error in virtio-pci remove code. In virtio_pci_remove(), vp_dev is still used after being freed in unregister_virtio_device() (in virtio_pci_release_dev() more precisely). I don't know the proper way to fix this. Here is the KASan output: [ 467.987227] ================================================================== [ 467.990023] BUG: KASAN:
2016 Jan 14
1
Possible memory corruption in virtio-pci driver.
Hi Michael, KASan detected a use-after-free error in virtio-pci remove code. In virtio_pci_remove(), vp_dev is still used after being freed in unregister_virtio_device() (in virtio_pci_release_dev() more precisely). I don't know the proper way to fix this. Here is the KASan output: [ 467.987227] ================================================================== [ 467.990023] BUG: KASAN:
2016 Oct 03
2
suggested addition to model.matrix
Hello, All: What's the simplest way to convert a data.frame into a model.matrix? One way is given by the following example, modified from the examples in help(model.matrix): dd <- data.frame(a = gl(3,4), b = gl(4,1,12)) ab <- model.matrix(~ a + b, dd) ab0 <- model.matrix(~., dd) all.equal(ab, ab0) What do you think about replacing "model.matrix(~ a +
2010 Feb 06
0
I can only halfway connect to oracle
Gurus... If I set up my project to use SQLite (so it can come up) and attempt to connect to oracle via: oracle_connect = $application_properties[$connect_string] oracle_conn = OCI8.new(oracle_id, oracle_password, oracle_connect) where oracle_connect equals ''//bobs.big.boy.gov:1521/D09'' (with or w/o the introductory //) my rails app connect to the oracle database just fine. If
2016 Oct 04
0
suggested addition to model.matrix
Dear Spencer, I don't think that the problem of "converting a data frame into a model matrix" is well-defined, because there isn't a unique mapping from one to the other. In your example, you build the model matrix for the additive formula ~ a + b from the data frame matrix containing a and b, using "treatment" contrasts, but there are other possible formulas (e.g.,
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question: I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then When i entered $patch -p1 < cursor-patches-1.1.8.patch #receive $Reversed (or previously applied) patch detected! Assume -R? [n] Does it miens that patch no needed? Already installed?
2016 Jan 14
0
Possible memory corruption in virtio-pci driver.
On Thu, Jan 14, 2016 at 02:25:50PM +0100, Jerome Marchand wrote: > Hi Michael, > > KASan detected a use-after-free error in virtio-pci remove code. In > virtio_pci_remove(), vp_dev is still used after being freed in > unregister_virtio_device() (in virtio_pci_release_dev() more > precisely). I don't know the proper way to fix this. Thanks a lot for the report, I posted a
2007 Aug 07
5
Extending RAIDZ.
Yeah:) I''d like to work on this. Here are my first observations: - We need to call vdev_op_asize method with additonal ''offset'' argument, - We need to move data to new disk starting from the very begining, so we can''t reuse scrub/resilver code which does tree-walk through the data. Below you can see how I imagine to extend RAIDZ. Here is the legend:
2012 Jul 13
3
Help with R2 OpenBUGs
Hi, I'm currently working on the below codes however whenever I run it in openbugs it gives an error message saying: unknown type of logical function error pos 76. Any help would be appreciated. ## bugs code library(R2OpenBUGS) sink("C:/Users/CCF/Documents/Suzie Work/PTY Project/Waterhole Correction/ungulate.txt") cat(" model{ # hyperparameters # habitat effects for each
2012 Oct 26
1
Openbugs- Array Index
Hi, I'm working on the codes below however every time I run them when they get to OpenBUGS I keep getting the error message: array index is greater than array upper bound for hab. Any help would be greatly appreciated, Suzie Codes: ungulate <- read.csv(file.choose ()) #ungulate ungulate <- as.matrix(ungulate);colnames(ungulate)<-NULL;rownames(ungulate)<-NULL
2005 Feb 03
4
Asterisk Dialplan command "PPPD" released
Hello all! Sirrix AG, Saarbr?cken (manufacturer of the Sirrix.PCI4S0 4-port ISDN card for Asterisk) has released the new Asterisk dialplan command PPPD (app_pppd). It allows to connect a Linux PPP daemon to an arbitrary digital (ISDN) Asterisk channel to provide RAS dialin and dialout. The PPPD command has successfully been tested with Sirrix.PCI4S0 cards and a standard ISDN4Linux ipppd "on
2008 May 16
3
Russian applications
I'm trying to run a Russian application in Wine 0.9.59 on Ubuntu 8.04. It seems to be running fine, but all the text is gibberish. How do I get Russian Cyrillic font support in Wine? Is it as simple as installing some fonts? Where would I get them, and where would I put them?
2010 Jun 30
6
minimized application in WINE but can't find it again
hi I'm running Ubuntu 10.04 LTS and using the latest version of WINE (downloaded yesterday) I am currently running a downloader/installer in WINE and i minimized it accidentally and now i can't find it to restore it, it's not a huge issue as i'm sure the downloader/installer is still running but i would like to know how far the progress on it is... I'm running WINE in a
2011 Apr 18
0
[LLVMdev] How to prevent duplication of function calls?
Dmitry, We never were able to get a resolution for this issue. What we have done is made modifications to LLVM to disable duplication of barrier in specific optimization passes. Once we fully integrate with 2.9 we plan on attempting to merge some of those changes back in to LLVM. Micah > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at
2008 Apr 02
0
xf86-video-geode-2.8.0.tar.bz2 was corrupted
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all - It looks like xf86-video-geode-2.8.0.tar.bz2 file got corrupted when it was packaged and sent to the server. A fixed package has been sent, sha1sum below. Sorry for the hassle. e76b68798f84a300af6098836b5030a4a48fff37 xf86-video-geode-2.8.0.tar.bz2 Jordan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
2003 Feb 10
0
[Bug 25] Can't compile iptables-1.2.7a.tar.bz2
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=25 delaunois@info.ucl.ac.be changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED OS/Version|other |All Resolution|
2010 Nov 30
1
linux-2.6.18.tar.bz2 is missing
We have to rebuild our kernel to add support for a Mainpine fax board on a CentOS 5.5 board: http://www.hylafax.org/content/Handbook:Basic_Server_Configuration:Modem-specific_Guidance#Mainpine_IQ_Express We followed all steps, but when calling rpmbuild, we are getting: [root at hylafax SPECS]# rpmbuild -ba --target x86_64 kernel-2.6.spec Construction pour plate-formes cibles: x86_64
2007 Feb 14
1
.bz2 plugin?
Hello all, Is anyone working on a .bz2 plugin similar to the existing zlib plugin? Cheers, David -- David McBride <dwm at tastycake.net>