Displaying 20 results from an estimated 700 matches similar to: "drivers- dynamically adding filedescriptors to poll"
2011 Feb 15
2
[Bug 535583] Excessive logging by apcsmart program
2011/2/15 Lupe Christoph
> On Monday, 2011-02-14 at 21:54:20 -0000, Arnaud Quette wrote:
> > I definitely need more info!
> > please reply to ALL:
>
> > - what is the exact model and date of manufacturing?
>
> SmartUPS 300I NET. I have the serial number (GS9809283199) but no date.
>
it seems to be a recent model.
> - are you sure this unit is ok?
>
>
2011 Feb 15
2
[Bug 535583] Excessive logging by apcsmart program
2011/2/15 Lupe Christoph
> On Monday, 2011-02-14 at 21:54:20 -0000, Arnaud Quette wrote:
> > I definitely need more info!
> > please reply to ALL:
>
> > - what is the exact model and date of manufacturing?
>
> SmartUPS 300I NET. I have the serial number (GS9809283199) but no date.
>
it seems to be a recent model.
> - are you sure this unit is ok?
>
>
2016 May 24
1
BitcodeReader non explicit error
Hi,
I'm working on OpenCL and I'm using clang as compiler (based on clang 3.7.0).
I have a issue, I'm generating a bitcode file (that I can print before before the generation). But when I'm trying to read it again with clang, I have this issue:
"error: Invalid record"
How can I managed to know where it comes from?
Thank you,
Romaric
Here is what is print before the
2002 Mar 06
3
smbd daemon uses all filedescriptors
We are running samba on a number of HP systems running HP/UX 11.00.
We moved from samba version 2.0.7. to samba version 2.2.3a.
We have about 200-400 smbd's running on one host.
Samba version 2.2.3a was running without any problems for about two weeks.
But now on two different servers indepent of each other, the file table
was full.
We found out that ONE smbd used about 5000 !!
2002 Jul 31
2
Help 2.2.5 causing me to run out of filedescriptors
I've been running Samba & Squid on a RH linux server for years. I'm
currently running:
kernel - 2.4.9-31
squid - 2.4STABLE-6
/home - 100 GB Reiserfs partition
I just upgraded samba from 2.0.10 to 2.2.5 this morning. Now, the server is
running out of filedescriptors. I have never had this problem before. What
is 2.2.5 doing differently? How can I resolve this problem? Please help,
2019 Oct 25
2
Where and how to report an optimisation issue that doesn't cause a crash
<div dir='rtl'><div>
<div dir="rtl">
<div dir="ltr">Could be... But the wierd thing here is if I change the array to be of size 256 and the index to be 'unsigned char', seems like there is no way to access the 'size' field throught "y->ptr[index]" (in your example) but clang still performs the re-read: <a
2013 Nov 12
0
[klibc:master] poll, select: fix style problems
Commit-ID: 3892f676f83d4da24f6417846645272d367a97a7
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=3892f676f83d4da24f6417846645272d367a97a7
Author: H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 11 Nov 2013 19:48:04 -0800
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 11 Nov 2013 19:48:04 -0800
[klibc] poll, select: fix style problems
2023 Jan 14
1
[klibc:time64] time: Use 64-bit time types on all architectures
Commit-ID: df7b02bd5c9af14c6efbe39ee4c313e368dfe967
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=df7b02bd5c9af14c6efbe39ee4c313e368dfe967
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 14 Jan 2023 00:17:45 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 14 Jan 2023 18:10:12 +0100
[klibc] time: Use 64-bit time
2009 Oct 21
2
[nut-commits] svn commit r2036 - trunk/man
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> +.SS "Repetitive timeout and staleness"
> +
> +Some models tends to be unresponsive with the default polling frequency.
> +The result is that your system log will have lots of messages like:
> +.nf
> + usb 2-1: control timeout on ep0in
> + usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 128 rq
2023 Jan 26
0
[klibc:time64] select: Make all select calls wrappers for pselect6()
Commit-ID: 567944d04b7a94c7518857f518378191f6bb4046
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=567944d04b7a94c7518857f518378191f6bb4046
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 14 Jan 2023 02:10:01 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sun, 15 Jan 2023 21:28:18 +0100
[klibc] select: Make all select
2013 Nov 08
0
[PATCH 2/3] syscalls: Add syscalls needed by arm64
arm64 uses generic syscalls, and does not include the "noat",
"noflags", and "deprecated" syscalls.
i.e. __ARCH_WANT_SYSCALL_{NO_AT|NO_FLAGS|DEPRECATED}
This patch adds the syscalls needed for klibc to run on arm64.
Signed-off-by: Steve Capper <steve.capper at linaro.org>
---
usr/klibc/Kbuild | 3 +++
usr/klibc/SYSCALLS.def | 33
2013 Nov 12
0
[klibc:master] syscalls: Add syscalls needed by arm64
Commit-ID: 8858e8319655ef38398e0833b71d65b0e620a061
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8858e8319655ef38398e0833b71d65b0e620a061
Author: Steve Capper <steve.capper at linaro.org>
AuthorDate: Mon, 11 Nov 2013 17:04:11 +0000
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 11 Nov 2013 19:31:13 -0800
[klibc] syscalls: Add syscalls
2010 Sep 20
0
No subject
+0100
From: Daniel Schall <tinc-devel at mon-clan.de>
Date: Thu, 6 Jan 2011 17:00:35 +0100
Subject: [PATCH] Improved PMTU discovery
diff --git a/lib/dropin.c b/lib/dropin.c
index 52fb5b8..2b803b1 100644
--- a/lib/dropin.c
+++ b/lib/dropin.c
@@ -165,8 +165,8 @@
#endif
=20
#ifdef HAVE_MINGW
-int usleep(long usec) {
- Sleep(usec / 1000);
- return 0;
-}
+//int usleep(long usec) {
+//
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features
and fixes to the apcsmart driver, following the remarks in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html
Major changes from v1:
- handle battery.charge and battery.runtime checks at main.c level
- handle "immutable but writable" conflict gracefully at driver level
-
2006 Apr 22
1
ia64 build failure - no fork or ppoll syscalls in 2.6.16
klibc fails to build on ia64 because it has neither fork nor the ppoll
syscalls. This patch marks the former in SYSCALLS.def, and puts a guard
wrapper around the ppoll definition in ppoll.c
Should these calls return ENOSYS rather than simply not existing on some
systems? If yes, please apply this and I'll follow up with a patch
shortly that does ENOSYS for this and pselect at least.
2013 Jun 28
0
Server 2012 - 64bit NTPD Crash
Good day
I?m trying to get NUT working on Server 2012 64-bit.
I can start the ntpd but as soon as I connect with upsc, the NTPD process
exits with the following debug output:
c:\Program Files (x86)\NUT\sbin>upsd -DDDD
Network UPS Tools upsd 2.6.5-3780M
0.000000 listen_add: added 127.0.0.1:3493
0.000000 listen_add: added ::1:3493
0.015599 setuptcp: try to bind to ::1 port
2013 Jun 28
1
FW: Server 2012 - 64bit UPSD Crash
My apologies, I don't know why my brain is stuck on NTPD, I meant UPSD.
Regards
Ge-org Brohammer
-----Original Message-----
From: Nut-upsuser
[mailto:nut-upsuser-bounces+ge-org=kingbro.co.za at lists.alioth.debian.org] On
Behalf Of Ge-org Brohammer
Sent: 28 June 2013 01:06 PM
To: nut-upsuser at lists.alioth.debian.org
Subject: [Nut-upsuser] Server 2012 - 64bit NTPD Crash
Good day
I?m
2006 Nov 24
1
squid problem
hi friends,
I am using squid-2.5 and from last two days i m getting this error in cache log.
i have increased ulimit from 1024 to 8192 but still i m getting error.
pls give me suggestion how to overcome this problem.
[root at gateway ~]# tail -f /var/log/squid/cache.log
2006/11/24 10:41:03| WARNING! Your cache is running out of filedescriptors
2006/11/24 10:41:19| WARNING! Your
2014 Mar 03
0
Install and run NUT driver netxml-ups under AIX 7.1
There is a problem with the installation and running NUT under AIX.
There is IBM server with AIX 7.1 and IBM 11000VA LCD 5U Rack UPS (Eaton)
with network management card.
This configuration uses driver netxml-ups.
NUT installed with neon and netxml-ups.
When triyng to start driver netxml-ups has the following output:
Could not load program ./netxml-ups:
Symbol resolution failed for
2017 Jul 07
0
Eaton PW9130 1500VA-T with netxml-ups driver
Hello,
I have some questions about netxml-ups driver.
My UPS: Eaton PW9130 1500VA-T with Network Management Card.
OS: Fedora 24
NUT 2.7.4 (from fedoraproject repo)
Driver: netxml-ups.
Results of upsc:
ambient.humidity.high: 90
ambient.humidity.low: 5
ambient.temperature.high: 40
ambient.temperature.low: 5
battery.charge: 100
battery.charge.low: 20
battery.charge.restart: 0
battery.runtime: 69012