search for: sentinels

Displaying 20 results from an estimated 215 matches for "sentinels".

Did you mean: sentinel
2005 Aug 17
2
Sentinel Driver
I'm trying to run the Ardis Cutting Optimizer under wine but it uses a Rainbow Sentinel driver to detect a parallel port dongle for copy protection. I have the dongle and I've installed the sentinel driver, but when I run wine COWIN.exe I get the following: fixme:vxd:VXD_Open Unknown/unsupported VxD L"sntnlusb.vxd". Try setting Windows version to 'nt40' or
2007 Jan 08
1
quota in mysql not being updated
I'm having trouble getting the quota plugin to work with deliver. The quota in the database is not getting set. I am using dovecot-1.0-rc15. This server is not yet in production. Some values below are because I'm trying to test with the simplest possible case, and some because it's reading from a different database. Also, I noticed that "dovecot -n" doesn't display any
2009 Apr 20
4
wine is unable to load driver "Sentinel"
Hi, I'm trying to install "Libero IDE v8.5 " with WINE under Ubuntu 8.10. "Libero IDE v8.5" uses FlexLM to check the software license, but WINE, when launching any program, produces the following results: wine: Call from 0x7b844463 to unimplemented function ntoskrnl.exe.IoQueryDeviceDescription, aborting wine: Unimplemented function ntoskrnl.exe.IoQueryDeviceDescription
2023 Mar 15
1
[libnbd PATCH v4 1/3] lib/utils: introduce xwritel() as a more robust and convenient write()
On Wed, Mar 15, 2023 at 03:30:12PM +0100, Laszlo Ersek wrote: > On 3/15/23 15:01, Eric Blake wrote: > > > [...] > > Thanks for the thorough review; I'm glad all the fine points I sought to > put in the patch were received -- and well-received! :) > > One question: > > > The only change I recommend is the addition of the __attribute__; but > > with
2016 Jul 11
2
[PATCH] D22161: SystemZ: Avoid implicit iterator conversions, NFC
> On 2016-Jul-11, at 09:05, Ulrich Weigand <ulrich.weigand at de.ibm.com> wrote: > > uweigand accepted this revision. > uweigand added a comment. > This revision is now accepted and ready to land. > > I'll defer to your expertise on that. Patch looks good to me. > > I guess I'm not fully familiar with some of the C++ language details here. Would you
2012 Dec 14
1
[PATCH] daemon: Add sentinel attribute to commandf and commandrf
Causes a compiler warning to be emitted if you omit the trailing NULL argument. --- daemon/daemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index 8f932d2..df1ba3a 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -100,9 +100,9 @@ extern char **split_lines (char *str); #define COMMAND_FLAG_CHROOT_COPY_FILE_TO_STDIN 2048
2015 Oct 08
5
ilist/iplist are broken (maybe I'll fix them?)
...>(&Sentinel); void ensureHead() {} }; Besides exposing the same UB as above, this drops the "next" pointer from the sentinel. This is cute, but it's horribly wrong. In particular, the getPrevNode/getNextNode() methods, which use `N->next == nullptr` to check for sentinels, are instead poking into "Head" in the list itself (which is never null). For these lists, `getNextNode()` will never return `nullptr`, because the "snipped" head has been "reattached". Ironically, this means we now have a "naive" doubly-linked circular lis...
2014 Jul 08
0
Redis sentinel support in dict
Redis sentinel ( http://redis.io/topics/sentinel ) is a service that monitors and manages redis master slave replication. Using sentinel you can easily create a redis ha cluster. You can connect to a sentiniel and subscribe to certain events then in case of an failover update the redis address to new master etc. I think this is better suited to be used with dict proxy. Do You think it can be
2003 Mar 12
2
sentinel.vxd
Hi, When i am running tally5.4 on linux7.1 through wine i am getting following errors. fixme:file:Device_Open Unknown/Unsupported VxD SENTINEL.VXD. Try Setting Windows version to 'nt40' or 'win31' thanks in advance Nayan __________________________________________________________ Great Travel Deals, Airfares, Hotels on http://www.journeymart.com/rediff/travel.asp
2023 Aug 29
3
[Bridge] [GIT PULL] sysctl changes for v6.6-rc1
...e impact on size by each new move. The complex part of the effort to help reduce the size of each sysctl is being done by the patient work of el se?or Don Joel Granados. A lot of this is truly painful code refactoring and testing and then trying to measure the savings of each move and removing the sentinels. Although Joel already has code which does most of this work, experience with sysctl moves in the past shows is we need to be careful due to the slew of odd build failures that are possible due to the amount of random Kconfig options sysctls use. To that end Joel's work is split by first addre...
2019 Apr 24
1
[PATCH nbdkit] build: Use dlsym as sentinel function for -ldl.
When testing which “dl library” we must use for dl* symbols, autoconf runs a test similar to: $ cat conftest.c char dlopen (); int main () { return dlopen (); } $ gcc -o conftest $CFLAGS conftest.c [try various -ldl options here] When using ‘CFLAGS="-fsanitize=address"’ this succeeds even if no dl libraries are used at all, since it appears that using this option causes dlopen
2014 Jul 10
2
[LLVMdev] bug in ilist_node::getPrevNode() ?
Hi all, I stumbled over a problem in ilist_node::getPrevNode(). It crashes when invoked for the first element in a list. It's because the Prev pointer of a first list element does not point to the sentinel but is just null. First question: Is this really a bug or am I doing something wrong? Second question: If it is a bug, what should be the correct behaviour? Either change insert() to let
2024 Apr 25
1
Big speedup in install.packages() by re-using connections
I'd like to raise this again now that 4.4 is out. Below is a more complete patch which includes a function to properly cleanup libcurl when R quits. Implementing this is a little tricky because libcurl is a separate "module" in R, perhaps there is a better way, but this works: view: https://github.com/r-devel/r-svn/pull/166/files patch:
2012 Jan 20
1
[HCL] Riello Netman Plus 102 supported by snmp-ups
Riello Netman Plus 102 Card plugged into a Riello Sentinel SDL 6000-7 and a Riello Sentinel Dual SDH 1000-7 upsc RielloSentinelSDL6000 battery.charge: 100.0 battery.current: 0.0 battery.runtime: 16560.0 battery.runtime.low: 3 battery.voltage: 217.7 driver.name: snmp-ups driver.parameter.mibs: ietf driver.parameter.pollinterval: 2 driver.parameter.port: 10.20.30.39 driver.version: 2.2.2 driver.version.internal: 0.421 (mib: ie...
2012 Jan 20
1
[HCL] Riello Netman Plus 102 supported by snmp-ups
Riello Netman Plus 102 Card plugged into a Riello Sentinel SDL 6000-7 and a Riello Sentinel Dual SDH 1000-7 upsc RielloSentinelSDL6000 battery.charge: 100.0 battery.current: 0.0 battery.runtime: 16560.0 battery.runtime.low: 3 battery.voltage: 217.7 driver.name: snmp-ups driver.parameter.mibs: ietf driver.parameter.pollinterval: 2 driver.parameter.port: 10.20.30.39 driver.version: 2.2.2 driver.version.internal: 0.421 (mib: ie...
2003 Mar 16
6
[LONG] Weird problem with HTB using htb.init
This is a long message. Please use a monospace font :) I''m trying to shape the traffic between my LAN and the Internet. My link is an ADSL 512/128 line. The network is shaped like this: LAN GATEWAY ROUTER ------------------ ------------- ------------ | 192.168.0.1/16 | <----> | 192.168.0.1 | <----> | 10.0.0.138
2013 Sep 17
0
Writing driver for Opti-UPS Sentinel Software
* Florian Bruhin <me at the-compiler.org> [2013-09-17 15:35:01 +0200]: > Heya, > > I recently bought an Opti-UPS[1] ValueSeries 575C and now I'm trying > to write a NUT driver for it. > [...] I started reading through all drivers using the same baudrate, and the powercom protocol and driver looked really familiar! I then got it to work by doing some minimal changes to
2016 Mar 17
0
[PATCH 1/3] appliance: Pass "quiet" option to kernel when !verbose.
The quiet option suppresses kernel messages. On my laptop it improves appliance boot times by about 40% (3.5s -> 2.5s). The emulated UART is slow and has a fixed, small FIFO (16 bytes). But it has the advantage of being a simple ISA device which is available very early in boot, thus enabling us to diagnose early boot problems. So the aim is to reduce our usage of this UART on fast paths. Of
2023 Dec 16
0
Copernicus Data Space Ecosystem API Wrapper
Dear all, I am pleased to announce the release of a new package named 'CDSE' on CRAN. It provides direct access to the 'Copernicus Data Space Ecosystem' for R users. With this package, you can efficiently access the imagery from Sentinel-1, Sentinel-2, Sentinel-3, and Sentinel-5 missions and process and download data from the R environment. One of the significant benefits of
2023 Dec 16
0
Copernicus Data Space Ecosystem API Wrapper
Dear all, I am pleased to announce the release of a new package named 'CDSE' on CRAN. It provides direct access to the 'Copernicus Data Space Ecosystem' for R users. With this package, you can efficiently access the imagery from Sentinel-1, Sentinel-2, Sentinel-3, and Sentinel-5 missions and process and download data from the R environment. One of the significant benefits of