search for: driver_

Displaying 14 results from an estimated 14 matches for "driver_".

Did you mean: drivers
2006 Feb 26
0
minor compilation bug in Dovecot 1.0 beta3
...:43 *************** *** 470,480 **** echo '/* this file automatically generated by Makefile */' >$@ echo '#include "lib.h"' >>$@ echo '#include "sql-api.h"' >>$@ ! for i in $(sql_drivers) ; do \ echo "extern struct sql_db driver_$${i}_db;" >>$@ ; \ done echo 'void sql_drivers_register_all(void) {' >>$@ ! for i in $(sql_drivers) ; do \ echo "sql_driver_register(&driver_$${i}_db);" >>$@ ; \ done echo '}' >>$@ --- 470,480 ---- echo '/* this file...
2006 Feb 09
1
trouble compiling today's CVS in Solaris 9
...at by removing the reference to the convert plugin from src/plugins/Makefile.am. After that, the autogen process completes and I get the previously discussed shell error when running make: if [ "" != "" ]; then \ for i in ; do \ echo "extern struct sql_db driver_${i}_db;" >>sql-drivers-register.c ; \ done \ fi /bin/bash: -c: line 1: syntax error near unexpected token `;' /bin/bash: -c: line 1: `if [ "" != "" ]; then for i in ; do echo "extern struct sql_db driver_${i}_db;" >>sql-drivers-regist...
2009 Jun 05
4
[LLVMdev] How to stop symbol searching without aborting
...can't figure out how to do (2) with the LLVM JIT. It is very important that the driver does not have access to any other function in the application except those I provide. It's not OK for our application to abort if a driver calls an undefined function - I want to just disable _that driver_ in that event. I can use DisableSymbolSearching() but that causes application to abort for unknown symbols. Please advice! /Marcus
2009 Jun 05
1
[LLVMdev] How to stop
...can't figure out how to do (2) with the LLVM JIT. It is very important that the driver does not have access to any other function in the application except those I provide. It's not OK for our application to abort if a driver calls an undefined function - I want to just disable _that driver_ in that event. I can use DisableSymbolSearching() but that causes application to abort for unknown symbols. Please advice! /Marcus
2009 Jun 08
0
[LLVMdev] How to stop symbol searching without aborting
...ut how to do (2) with the LLVM JIT. > > It is very important that the driver does not have access to any other > function in the application except those I provide. It's not OK for > our application to abort if a driver calls an undefined function - I > want to just disable _that driver_ in that event. > > I can use DisableSymbolSearching() but that causes application to > abort for unknown symbols. > > > Please advice! > > > /Marcus > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu...
2014 Jun 02
0
feature request -- talk to the router, not the UPS
...ed with an existing driver. Note that we are happy to include these sorts of scripts in NUT. > On Mon, June 2, 2014 2:50 am, Ted Mittelstaedt wrote: > >> That kind of scheme should be handled by scripting - not by NUT. >> >> As far as having a _perfectly good UPS with no driver_, ANY UPS can >> be converted into a "dumb" UPS with the addition of 2 relays. There was also this discussion last summer (similar to Ted's printer idea, but lower power): http://news.gmane.org/find-root.php?message_id=20130703045347.55D4172182%40mail.gishpuppy.com I'm not...
2014 Jun 02
3
feature request -- talk to the router, not the UPS
...B port to the UPS. So that's my case, as best I understand it. In any event thanks for considering the suggestion, -Elliot On Mon, June 2, 2014 2:50 am, Ted Mittelstaedt wrote: That kind of scheme should be handled by scripting - not by NUT. As far as having a _perfectly good UPS with no driver_, ANY UPS can be converted into a "dumb" UPS with the addition of 2 relays. The first relay is a primary 110 (or 220v) AC coil and a set of NO contacts. When main power fails the contacts close. The second relay is a primary 12v DC coil and a variable resistor and a set of NO contacts....
2009 Jun 05
0
[LLVMdev] How to stop symbol searching without aborting
...to do (2) with the LLVM JIT. > > It is very important that the driver does not have access to any other > function in the application except those I provide. It's not OK for > our application to abort if a driver calls an undefined function - I > want to just disable _that driver_ in that event. > > I can use DisableSymbolSearching() but that causes application to > abort for unknown symbols. An LLVM program can call any address, valid or not. If the programmer figures out the address of one of those "forbidden" functions, he can call it. You may write...
2007 Dec 08
0
uploading printer driver using APW changes printer share name
...ription:[\\server\UREW-EDV,,Netzwerkdrucker-EDV] comment:[Netzwerkdrucker-EDV] Next step is uploading a driver using APW: http://samba.org/samba/docs/man/Samba-HOWTO-Collection/classicalprinting.html#id388469 This works fine, but afterwards the name of the printer is changed to the name _of the driver_ (in this case from "UREW-EDV" to "hp LaserJet 1320 PCL 6"): rpcclient $> enumprinters flags:[0x800000] name:[\\server\hp LaserJet 1320 PCL 6] <- ??? description:[\\server\hp LaserJet 1320 PCL 6,hp LaserJet 1320 PCL 6,Netzwerkdrucker-EDV] comment:[Netzwerkdrucker-EDV]...
2009 Jun 08
1
[LLVMdev] How to stop symbol searching without aborting
...JIT. >> >> It is very important that the driver does not have access to any >> other >> function in the application except those I provide. It's not OK for >> our application to abort if a driver calls an undefined function - I >> want to just disable _that driver_ in that event. >> >> I can use DisableSymbolSearching() but that causes application to >> abort for unknown symbols. >> >> >> Please advice! >> >> >> /Marcus >> _______________________________________________ >> LLVM Developers maili...
2014 Jun 02
0
feature request -- talk to the router, not the UPS
That kind of scheme should be handled by scripting - not by NUT. As far as having a _perfectly good UPS with no driver_, ANY UPS can be converted into a "dumb" UPS with the addition of 2 relays. The first relay is a primary 110 (or 220v) AC coil and a set of NO contacts. When main power fails the contacts close. The second relay is a primary 12v DC coil and a variable resistor and a set of NO contacts...
2014 Jun 02
4
feature request -- talk to the router, not the UPS
Hello, I want to propose a universal UPS driver that will work with any and all UPSes out there. That driver is called: PING :-) It works like this... the user plugs their router into a power source OTHER than the UPS. Instead of talking to the UPS, NUT pings the router every say, 30 seconds. If the router doesn't respond to the PING, NUT keeps trying for a user-configurable amount of
2014 Jun 04
1
feature request -- talk to the router, not the UPS
...; > Note that we are happy to include these sorts of scripts in NUT. > >> On Mon, June 2, 2014 2:50 am, Ted Mittelstaedt wrote: >> >>> That kind of scheme should be handled by scripting - not by NUT. >>> >>> As far as having a _perfectly good UPS with no driver_, ANY UPS can >>> be converted into a "dumb" UPS with the addition of 2 relays. > > There was also this discussion last summer (similar to Ted's printer idea, but lower power): > > http://news.gmane.org/find-root.php?message_id=20130703045347.55D4172182%40mail.gish...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...ntions lib/intel_mmio: add additional api for multiple devices lib/intel_iosf: Fix bad parameters were passed to functions lib: move upper_32_bits() and lower_32_bits() to library Daniel Stone (1): tests/kms_getfb: Add getfb2 tests Daniel Vetter (4): lib: Ditch "DRIVER_* for kms tests" cargo cult tests/kms_fbcon_fbt: Check for psr before keeling over tests/kms_fbcon_fbt: User interactive debug helper tests/kms_fbcon_fbt: Drop master before restoring fbcon Dhinakaran Pandiyan (3): tools/vbt_decode: Fix VBT parsing for the PSR section...