Displaying 20 results from an estimated 41 matches for "benc".
Did you mean:
ben
2001 May 30
1
wprocs.dll (fwd)
On Wed, 30 May 2001, Bence Fejervari wrote:
>
> Hi,
>
> I compiled wine-20010510 and tried to run winmine.exe, but got the
> following error message:
>
> $ wine winmine.exe
> err:int:INT_GetPMHandler could not load wprocs.dll
...
>
> What is this wprocs.dll file it misses? I couldn't find...
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
Hi,
I am getting this when running make-test :-
$ /usr/src/llvm-test-2.5/configure
checking for spec95 benchmark sources... no, not found in
/home/vadve/shared/ben
chmarks/spec95/benchspec
checking for spec2000 benchmark sources... no, not found in
/home/vadve/shared/b
enchmarks/speccpu2000/benchspec
checking for spec2006 benchmark sources... no, not found in
/home/vadve/shared/b
enchmarks/speccpu2006/be...
2007 Feb 18
1
FastCGI without ScriptAlias
...public_html/camping/index.fcgi:8
With ScriptAlias the program run correctly on my computer, but my
hosting provider gives access only for the .htaccess files, so there I
can not use this directive. Is any other way to run camping programs
only with or maybe without .htaccess tricks?
Greetings, Bence
--
Nagy Bence
-> Tipogr?l.hu | www.tipogral.hu
-> Tipokert | www.tipokert.hu
-> Magyar Grafika | www.mgonline.hu
-> H?rkapu | www.hirkapu.hu
2007 Oct 15
2
Something is wrong with Camping::H in the svn version
...uot; in my login
controller... The following libraries are loaded manually:
action_controller, action_view, mime/types, camping, camping/mab,
camping/db, redcloth, erubis, htmlentities. With the old gem version and
running on localhost with the camping command works everything fine.
Greetings, Bence
--
Nagy Bence
-> Tipogr?l | www.tipogral.hu
-> Tipokert | www.tipokert.hu
-> Dekk | www.dekk.hu
-> Magyar Grafika | www.mgonline.hu
-> H?rkapu | www.hirkapu.hu
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
On Mon, Feb 23, 2009 at 6:09 PM, Dale Johannesen <dalej at apple.com> wrote:
> These benchmarks are not distributed with llvm (which doesn't have the
> legal right to distribute Spec, for example). If you have them from
> another source, you need to configure --with-externals=<path>
Okay, thanks. Thre should be better warning/error reporting though.
Aaron
>
>...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
These benchmarks are not distributed with llvm (which doesn't have the
legal right to distribute Spec, for example). If you have them from
another source, you need to configure --with-externals=<path>
On Feb 23, 2009, at 10:02 AMPST, Aaron Gray wrote:
> Hi,
>
> I am getting this when...
2002 Nov 06
2
Roaming Profiles + Win2000 + XP
...(
I also cannot get the U: drive to be automounted to the users home
directory....... although I had that working at one point (as i said,
totally lost at the moment)
Any suggestions on the problem + my smb.conf (below) would be much
appreciated.
-James
# Global parameters
[global]
workgroup = BENCE
netbios name = FAIRVIEW
server string = BENCE PDC
encrypt passwords = Yes
update encrypted = Yes
log file = /var/log/samba/%m.log
max log size = 0
time server = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
domain admin group = root
logon script = /etc/samba/login.%.bat...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
On Mon, Feb 23, 2009 at 6:22 PM, Aaron Gray <aaronngray.lists at googlemail.com
> wrote:
> On Mon, Feb 23, 2009 at 6:09 PM, Dale Johannesen <dalej at apple.com> wrote:
>
>> These benchmarks are not distributed with llvm (which doesn't have the
>> legal right to distribute Spec, for example). If you have them from
>> another source, you need to configure --with-externals=<path>
>
>
> Okay, thanks. Thre should be better warning/error reporting thoug...
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
On Feb 23, 2009, at 10:30 AMPST, Aaron Gray wrote:
> On Mon, Feb 23, 2009 at 6:22 PM, Aaron Gray <aaronngray.lists at googlemail.com
> > wrote:
> On Mon, Feb 23, 2009 at 6:09 PM, Dale Johannesen <dalej at apple.com>
> wrote:
> These benchmarks are not distributed with llvm (which doesn't have the
> legal right to distribute Spec, for example). If you have them from
> another source, you need to configure --with-externals=<path>
>
> Okay, thanks. Thre should be better warning/error reporting though.
>
>...
2017 May 09
1
samba process use 100% cpu
On Tue, 9 May 2017 19:33:03 +0200
Papp Bence via samba <samba at lists.samba.org> wrote:
> Here is the smb.conf:
>
> https://pastebin.com/LUf4MUF0
>
>
Do you really need to use these settings on your Unix domain member ?
idmap config *:backend = tdb
idmap config *:range = 20-99
idmap config kzsdabas:backen...
2007 Oct 24
3
Will there be a new release soon?
Hi,
Is there going to be a 1.5.1 release anytime soon? Seems like there have
been enough changes in SVN to warrant one and I prefer to use only
"released" code in production. It gives me warmer, fuzzier feelings than
using svn/trunk. :)
Regards,
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this
2007 Aug 12
0
Session + Redirect trouble
...ses (username: test, password:
test). So, please, give it a try, if the failure exists on your machine
(the login fields are on the right side, "Felhaszn?l?" = "User",
"Jelsz?" = "Password"), or let me know if somebody has already a solution...
Greetings, Bence
--
Nagy Bence
-> Tipogr?l | www.tipogral.hu
-> Dekk | www.dekk.hu
-> H?rkapu | www.hirkapu.hu
2007 Feb 27
0
Camping only with .htaccess
Hi,
I found a solution for running Camping applications without having
access to /etc/apache2/* files. Only two small settings:
1. A small .htaccess file, which contains the following:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ http://nagybence.inter.hu/camping/index.fcgi/$1 [P,L]
2. A little modification in Camping''s source:
@status, @method, @env, @headers, @root = 200, m.downcase, e,
{''Content-Type''=>''text/html''}, e.SCRIPT_NAME.sub(/\/$/,'''')...
2001 May 30
0
wprocs.dll
...4624448 44) (2)
Read the Wine Developers Guide on how to set up winedbg or another
debugger
err:ntdll:RtlpWaitForCriticalSection Critical section 0x400fa428 wait
timed out, retrying (60 sec) fs=00ef
$
What is this wprocs.dll file it misses? I couldn't find it anywhere...
Can anybody help me?
Bence
--
Bence Fejervari
bentse@sch.hu
+36203431493
2001 Jun 05
0
wine + OpenGL + Counter-Strike
...sa.so.3.3 on my machine). The same situation with libopengl32.so.
I heard I should link it to libGL.so, but it didn't work...
OpenGL is working well on my system, I can play Unreal Tournament and
xcsreensaver's OpenGL savers run well...
I hope somebody will be able to help me...
Thanks,
Bence
--
Bence Fejervari
bentse@sch.hu
+36203431493
2001 Oct 29
0
MoorHuhn Jagd 2
Hi,
did anyone get work this game? I start it then it segfaults...
HL and CS works good, I've got Slack 8.0 on a dual Cel500 PC with ASUS
V7100Pro.
Bye,
Bence
--
Bence Fejervari
bentse@sch.hu
+36203431493
2016 Nov 16
1
Fwd: HW requirements?
...ments of opus, but
I found that someone already had trouble with the flash size with the 512
kB ATMEL AT32UC3B0512. (http://lists.xiph.org/pipermail/opus/2016-August/
003611.html)
Do you think I should start implementing or rather find an other
lightweight codec? Can you recommend any?
Thank you,
Bence
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20161116/f67c7911/attachment.html>
2017 May 09
2
samba process use 100% cpu
...your smb.conf here.
----- Original Message -----
From: "samba" <samba at lists.samba.org>
To: "samba" <samba at lists.samba.org>
Sent: Tuesday, May 9, 2017 1:01:10 PM
Subject: Re: [Samba] samba process use 100% cpu
Anybody?
2017. 05. 02. 10:48 keltezéssel, Papp Bence via samba írta:
> Hi!
>
>
> I need some help.
>
> We use samba4 as AD, and now when clients connect to server, samba
> process stuck at 100% cpu.
>
> samba Version: 4.3.4 Release: 13.el6
>
>
> top:
>
> 3777 root 20 0 131m 46m 28m R 99.7 0.3 21...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...on Gray wrote:
>
> On Mon, Feb 23, 2009 at 6:22 PM, Aaron Gray <aaronngray.lists at googlemail.com<mailto:aaronngray.lists at googlemail.com>> wrote:
> On Mon, Feb 23, 2009 at 6:09 PM, Dale Johannesen <dalej at apple.com<mailto:dalej at apple.com>> wrote:
> These benchmarks are not distributed with llvm (which doesn't have the
> legal right to distribute Spec, for example). If you have them from
> another source, you need to configure --with-externals=<path>
>
> Okay, thanks. Thre should be better warning/error reporting though.
>
>...
2007 Oct 09
4
Camping and sessions proposal.
Hi Campers,
from the discussions gathered around, the current Camping sessions
don''t seem to be satisfying. ActiveRecord doesn''t seem to handle
hashid as an identifier, plus it doesn''t seem to be fully consistent
across the various RDBMS. On the other hand, the scope of the project
does not permit to implement all kind of client persistence. Secure
sessions with