search for: pastbin

Displaying 11 results from an estimated 11 matches for "pastbin".

Did you mean: pastebin
2012 Mar 23
4
DVD Rebuilder Pro does not start in Wine 1.4
When trying to start DVD-rebuilder Pro 1.282, I just get a small pop up window saying "Invalid picture" - then nothing. It was running fine in Wine 1.3.16 and 1.2. I tried the free version of DVD-rebuilder 0.98, and this one is able to start up, and appears to be running. I'm using Linux Mint LMDE. Has anyone else experienced this problem with the PRO version after installing Wine
2011 Jul 21
1
AD integration and idmap_adex not translating sid-to-uid domain trusts
...and they are working perfectly. What attracted me to the idmap_adex module is the domain trust/forrest authentication support. I have 2 domains not in the same forest with a 1-way trust setup. The server in question is joined to the domain that is trusted by the "outside" domain. Here are pastbins of my cleaned configs: krb5.conf<http://pastebin.com/VgV3s8zG> smb.conf<http://pastebin.com/m84qzhwq> wbinfo -u This command lists all the users of both domains wbinfo -g works same as -u wbinfo -i "username" Could not get info for us...
2012 May 08
1
Patch for compiling xapian with gcc4.7
Hi, I updated my system and shifted from gcc4.6 --> gcc4.7 .While building xapian code with gcc4.7 there is error returned due to some changes in GCC.Pastbin of error is http://pastebin.com/7ee5WGiu .I searched and found it to some other packages also seems to face such issue like http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667403 . Attached herewith is patch. -- with regards Gaurav A. -------------- next part -------------- An HTML attachment w...
2010 Dec 03
2
Wine Games Don't Render Correctly Anymore. Very Odd.
So I had Portal (via Stream) on my laptop and it ran perfectly, but at some point, probably when I upgraded to Maverick, something changed. I tried running it again and I got the following. [Image: http://img152.imageshack.us/img152/6821/tmp2mddn7.th.png ] (http://img152.imageshack.us/my.php?image=tmp2mddn7.png) [Image: http://img221.imageshack.us/img221/6836/tmprqnhad.th.png ]
2012 Feb 06
8
programs will not launch
I should probably admit I am new to linux. well that's not entirely true but the last time I messed with it there was no gui. anyway I dicided to give ubuntu a try, crashed my system in the process. anyway the problum I am having is this. programs install just fine, and I've tried installing in several different ways. just running the .exe file, going through play on linux, wine tricks.
2012 Feb 06
15
Probleme index file copy failed .....
Bonjour, J'essais de lancer une application nomm? mitchell on demand sur mon serveur linux avec wine, l'installation a reussi, je lance l'application sans aucun probleme aussi. Par contre, lorsque jessais d'installer les data de l,application voici se que ca me donne. [Image: http://74.221.24.50/xbox/mitchell-error.png ] quelqu'un peu m'aider ?
2010 Feb 17
1
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
...ation. > I'd like to suggest that you use pastebin to put your code and the send us > the link, so that we can download it. The problem is that TheExecutionEngine > is set to NULL (maybe because of a previous error), but it will be really > better if you use pastebin. Here is the pastbin: http://pastebin.com/m167c96c2 Thanks for the help after some further investigation I realized that there is a difference between the documentation for example 4 on the web here: http://llvm.org/releases/2.6/docs/tutorial/LangImpl4.html And the same example that comes with the llvm distribut...
2011 Oct 22
7
Kernel BUG unable to handle kernel NULL pointer dereference
Hello, I got a kernel bug error, my guess from BTRFS. Here is the report, Oct 22 20:44:43 localhost kernel: [25554.947970] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030 Oct 22 20:44:43 localhost kernel: [25554.948002] IP: [<ffffffffa01ab027>] btrfs_print_leaf+0x37/0x880 [btrfs] Oct 22 20:44:43 localhost kernel: [25554.948037] PGD bfa44067 PUD bfa43067 PMD 0 Oct
2010 Aug 25
28
Still can't install from NanoCorp
Hi guys. Have wine 1.3.1 installed and the bug http://bugs.winehq.org/show_bug.cgi?id=23935 was reported as fixed, closed. So tried to install ispq9.msi and this is the output from the terminal. benjie1 at benjie1:~$ cd Downloads/ benjie1 at benjie1:~/Downloads$ ls 08-13-10.ic2 ICUBackup10.exe usr bookmarks icuii81.exe wine-1.3.1 email addresses ispq9.msi
2010 Feb 17
0
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
First, you have to call llvm-g++ to use the llvm-gcc front end, but it doesn't matter here. I'd like to suggest that you use pastebin to put your code and the send us the link, so that we can download it. The problem is that TheExecutionEngine is set to NULL (maybe because of a previous error), but it will be really better if you use pastebin. On Wed, Feb 17, 2010 at 6:01 AM, Todd Rovito
2010 Feb 17
2
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
I am new to llvm so I might be missing a critical step. My system is Fedora 12 but this also happens in Mac OS X 10.6.2. Here are the steps I used to compile llvm: export TARGETS=x86,x86_64,cpp export INSTALLDIR=/home/rovitotv/llvm ../llvm-2.6/configure --prefix=$INSTALLDIR --enable-bindings=none --enable-targets=$TARGETS --enable-optimized --with-llvmgccdir=$INSTALLDIR