search for: libing

Displaying 20 results from an estimated 22 matches for "libing".

Did you mean: libint
2006 Mar 31
0
get_md4pw: Workstation PC-WINSIC$: no account in domain
hello to all i use a samba server (3.0.14a) PDC which makes the users and computers authentication on a LDAP server (openldap on debian sarge) (people branch and computers branch).. does somebody had this problem? when a user connects from a PC which is in a windows domain, the authentication doesn't succeed for the following reason the error message is (translated from french message
2019 Jun 14
2
Text-Extraction Libraries for Omindex
This is a list with some libraries that I have been looking at. The idea is to discuss the advantages and disadvantages of adding some of these libraries to Xapian. If anyone knows another library that could be add to the list it would be great! Libfreexl: * For Excel (.xls) * Last release: 2018-02 * Info: gaia-gis.it/fossil/freexl/index * License: MPL tri-license
2001 Jul 25
2
WINE Fonts
I was wondering if someone had some X11 fonts that look like windows font? or the configuration libes to add into .wine/config to get them. I tryed to add "New Times Roman" = "-adobe-times-" but wine just crashed.
2017 Feb 25
3
Would this be considered a packaging bug?
https://koji.fedoraproject.org/koji/buildinfo?buildID=861692 The source RPM there uses %if 0%{?rhel} # not upstreamed Patch500: 0001-disable-libe-book-support.patch Patch501: 0001-fix-build-of-bundled-libzmf-with-boost-1.56.patch Patch502: 0001-allow-to-build-bundled-libzmf-on-aarch64.patch Patch503: 0001-impl.-missing-function.patch %endif (and more than just those) resulting in those patches
2017 Feb 25
2
Would this be considered a packaging bug?
On 02/25/2017 06:12 AM, Johnny Hughes wrote: > On 02/25/2017 06:52 AM, Alice Wonder wrote: >> https://koji.fedoraproject.org/koji/buildinfo?buildID=861692 >> >> The source RPM there uses >> >> %if 0%{?rhel} >> # not upstreamed >> Patch500: 0001-disable-libe-book-support.patch >> Patch501: 0001-fix-build-of-bundled-libzmf-with-boost-1.56.patch
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
Actually in merged PRs of recent weeks there can be several suitable fixes: 1) support for common USB matching parameters in more drivers (though usbhid-ups has long had it); 2) nut-scanner should provide more of these parameters in generated config sections, in particular "device" port numbers; 3) for obscenely poor cases when devices can not be identified as unique, new
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
Thank you both for answering. I tried with and without the "-x" as the manual wasn't clear enough to me. I tried with and without wildcards (e.g., "*SL*", "*SL Series*", "SL Series" for that one). I tried other permutations before asking for help here. ("model" throws an error, "-x model" doesn't, which was confusing) I am not
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
So, regarding wildcards (globs) vs. regular expressions, the latter being used for such matches, I believe (did not check now) the config sections should look like this: [cp] driver = usbhid-ups port = auto desc = "CyberPower UPS CP" model = "CP685AVR-G" vendorid = "0764" product = "CP.*" Note the
2017 Feb 25
0
Would this be considered a packaging bug?
On 02/25/2017 06:52 AM, Alice Wonder wrote: > https://koji.fedoraproject.org/koji/buildinfo?buildID=861692 > > The source RPM there uses > > %if 0%{?rhel} > # not upstreamed > Patch500: 0001-disable-libe-book-support.patch > Patch501: 0001-fix-build-of-bundled-libzmf-with-boost-1.56.patch > Patch502: 0001-allow-to-build-bundled-libzmf-on-aarch64.patch > Patch503:
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
Bruce Pleat via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> writes: > I'm using the latest updates to OS and running the latest apt nut packages > in the dist (2.7.x?). Debian 11 has 2.7.4. That's old; 2.8.0 was released in spring of 2022. And git master has a lot of improvements since 2.8.0, and I would therefore recommend trying that. I think but am not 100%
2007 Apr 18
2
[Bridge] RSTP implementation
Hi, I'm a student in a trainning period and I have to implement a RSTP in a embedded Linux. I wonder if someone knows if it exists a version of bridge-utils who can made this or if it's possible to modify my actual version (bridge-utils-1.0.6) to do that and how ? Thanks in advance. PS : sorry for my english it's not my natural language ^^.
2011 Jun 02
1
Capturing ftp reponses
I am writing a script to automatically connect via ftp from a CentOS-5 host to one of our older (non-*nix OS) systems. The only common protocol that the remote host supports is ftp. What I want to do is to capture the initial response that comes back from that host before the user credentials are passed and log this information. I cannot seem to hit upon the right set of redirects to make this
2017 Feb 25
0
Would this be considered a packaging bug?
On 02/25/2017 06:33 AM, Alice Wonder wrote: > On 02/25/2017 06:12 AM, Johnny Hughes wrote: >> On 02/25/2017 06:52 AM, Alice Wonder wrote: >>> https://koji.fedoraproject.org/koji/buildinfo?buildID=861692 >>> >>> The source RPM there uses >>> >>> %if 0%{?rhel} >>> # not upstreamed >>> Patch500:
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
Thank you, looks like the regex idiosyncracy might have been the issue. My current file: [sl] driver = usbhid-ups port = auto desc = "CyberPower UPS SL" product = "SL.*" productid = 0501 vendorid = 0764 #model = "SL Series" [ab] driver = usbhid-ups port = auto desc =
2023 Jan 14
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
Thanks! FWIW if you do get to test new code, https://github.com/networkupstools/nut/pull/1811 adds warnings for situations like yours. Would be great to check if it works actually, with many "same-serial" devices :) Jim On Sat, Jan 14, 2023, 23:39 Bruce Pleat <bpleat at gmail.com> wrote: > Thank you, looks like the regex idiosyncracy might have been the issue. > > My
2023 Jan 14
2
Problem with Multiple USB UPSs, including multiple apparent CyberPower
Part of what made my life harder is nut-scanner isn't in the package. Once I get a chance, I'll update to 2.8, but that'll be a little while off. (Any clue how to get 2.8 included in the package provider for my Raspberry Pi is presumably beyond the scope of this list, but if someone knows and wants to let me know, I wouldn't complain...) On Sat, Jan 14, 2023 at 3:12 PM Jim
2023 Jan 15
1
Problem with Multiple USB UPSs, including multiple apparent CyberPower
Just a note: recent PRs are naturally not in 2.8.0 release (April 2022), but would be in eventual 2.8.1 Jim On Sun, Jan 15, 2023, 00:51 Bruce Pleat <bpleat at gmail.com> wrote: > Part of what made my life harder is nut-scanner isn't in the package. > > Once I get a chance, I'll update to 2.8, but that'll be a little while off. > (Any clue how to get 2.8 included in
2012 Feb 07
2
Canonical package directory name for JAR files?
We have an R package which needs to include a JAR file. Is there a canonical directory for it?
2019 Sep 03
4
Dovecot and Apple's Mail.app not playing nicely?
Hi all, Is there anything cute one has to take into account when using Dovecot with users of Apple?s Mail.app? Behavior I?m seeing is that if I delete or move messages via Webmail (Roundcube, Horde, or even ActiveSync via Mail.app on my phone), they do get moved or deleted. However, if I take the same actions in the desktop mail client, when logging in to the Webmail (or phone) app, I see the
2009 Apr 08
3
libedit not found on SUse 11.1
Included below is a diff between the output from configure on a 64 bit SUse 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find libedit) for otherwise identical setups. 1. How can I get the output set up to look at conftest.c? 2. I added a set -x to configure above LIBEDIT_MSG=no 3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3