similar to: Debugging Bug 5253: How to find who owns address space range?

Displaying 20 results from an estimated 700 matches similar to: "Debugging Bug 5253: How to find who owns address space range?"

2014 Jun 08
1
dovecot/lmtp munmap()-ing a lot
I observed several long running dovecot/lmtp processes hogging the CPU. I then strace'd them (strace -c -p 6375) and found them munmap()-ing a lot: % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ---------------- 97.18 19.592537 1878 10430 munmap 2.28 0.458984 36 12696 epoll_ctl
2001 Oct 01
1
envelope.c CVS vorbis compile error.
Just checked out the vorbis CVS branch a couple minutes ago and got an internal compiler error with gcc 2.95.4 on envelope.c gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc2\" -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF=1 -DHAVE_RINTF=1 -I. -I. -I../include -O20 -ffast-math
2010 Mar 16
1
bottlenecks in R script
hello *, im running into two major bottlenecks an R script. 1. going through a 40mb file and reading in via readLines() 1 line at a time is almost an order of magnitude slow than the equivalent in python, im wondering if there are alternatives to readLines(), doing more lines at a time helps a bit 2. generating date sequences takes a long time, im basically doing something like
2003 Apr 03
4
Password Aging Policies - SAMBA
I am new to SAMBA. I am using it with LINUX and I love it! Nice change from you know who. I am sorry if this is a lame question, but I am setting up a Primary Domain Controller and a Backup Domain Controller. All the clients are Windows 2K or XP. I need the clients to reset their passwords every 30 days. I am having a hard time locating a procedure to set this feature. LINUX has 'chage'
2010 Jun 25
5
Is there a default dial plan that is not in extention.conf?
Hi, I have a trivial peace of dialplan for exten 100. I try to change it to _1XX and the asterisk act according to a different (Default??) dial plan and not the one I want? Is that possible? Where is the other dialplan sits? In my extention.conf I can't see something that look like what asterisk is dialing. How can I trace\debug my dialplan? Thanks, Eyal -------------- next part
2020 Jan 07
2
unexpected UPS status
This is part UPS and part nut question. I had a (intentional) power outage. The UPS/nut properly shut the system down when battery was down to 20%. It ran for only 18 minutes rather than the expected 40 (see later). After it charged to 37% I removed power from the UPS. After 4-5 minutes the system shut down. However, when I restored power to the UPS the machine powered up immediately (no delay).
2020 Aug 19
4
Eaton 5E 1100i USB UPS - failed to claim USB device error
Hi BACKGROUND INFO:I have a new Eaton 5E 1100i USB UPS which their website claims is supported on Linux. They don't provide software for it for Linux, only for Windows.Referring links: https://www.eaton.com/za/en-gb/catalog/backup-power-ups-surge-it-power-distribution/Eaton_5E_UPS.html https://www.eaton.com/za/en-gb/skuPage.5E1100IUSB.specifications.html It was manufactured in May 2020
2012 Jan 09
2
create table in mysql using asterisk
Hi, I try to create a new table using MYSQL command in asterisk. This is what i write: Query resultid ${connid} CREATE TABLE IF NOT EXISTS "conference_600" ("id" int(11) NOT NULL auto_increment, "channel_id" varchar(40), "number_in_line" int(2), PRIMARY KEY("id")") and this is the warning that i get in the cli: app_addon_sql_mysql.c:383
2019 Sep 06
5
"battery is low" logged
I got around to unplugging my UPS and I found it doesn't last nearly as long as estimated. Is the "upsmon[1446]: UPS desktop_ups at localhost battery is low" logged when "battery.runtime:" = "battery.runtime.low: 120"? Does any make better batteries that don't go down faster when they get old? battery.charge: 100 battery.charge.low: 10
2019 Jul 19
1
USB UPS problem
Maybe a kernel USB issue, but people on this list may have encountered this issue. I am testing a new UPS (EATON 5E 1500iUSB) and am having a problem with the USB connection failing. My old UPS (EATON Ellipse MAX 1500) works just fine with the latest f30. Both devices identify as ID 0463:ffff MGE UPS Systems UPS To narrow the focus I booted recent live CDs on a PC that has no other USB devices
2019 Aug 06
4
Monitor UPS Brand SMS
Hi Users NUT, I want monitor a UPS of brand SMS (Sinus Double 8 KVA) using a raspberry-pi. In compatibility list, is listed to use the blazer_ser driver. I use a USB adapter to RS-232 conected in to the No-Breake. Follow the comands e confs. root at rasp:/home/pi# lsusb *Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port* Bus 001 Device 003: ID 0424:ec00 Standard
2011 Dec 06
2
Talk detection in meetme
Hi, I create Chat room with MEETME and now I have a problem. I want that the host of the room could identify the participants in the room by their speech, so that if a participant uses language the host could kick him from the room. Is there a way to do it? thanks. Eyal Mahalal -------------- next part -------------- An HTML attachment was scrubbed... URL:
2023 Jan 28
1
nut does not start after reboot
On up-to-date f36, with latest kernel 6.1.7-100.fc36.x86_64. After receiving a few of these messages Broadcast message from nut at e7.eyal.emu.id.au (somewhere) UPS ups at ups is unavailable I noticed and ran sudo systemctl restart nut-driver at ups.service which triggered Broadcast message from nut at e7.eyal.emu.id.au (somewhere) Communications with UPS ups at ups established I now added
2010 Jul 10
1
How can get user inputs from called party after dial?
Hi, I want to dial a party, play him a message and wait for his input, i.e. DTMF digits and use them to control the rest of the dial plan. How do I do it? If I use Dial it will not return until the end of the call, isn't it? Thanks, Eyal -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Feb 01
2
Asterisk 1.6 - Problems with SIP/REFER
I am having issues with transfers (SIP/REFER) using Asterisk 1.6. You will find the SIP debug below. There are three phones in this setup. 5253 and 5258 are Aastra 53i telephones, 101 is a standard phone connected through an Audiocodes gateway. All phones are registered in context "phones" and are set to not allow reinvites. All phones can dial each other directly. The dialplan
2003 Jul 21
3
R commands from a text file ?
Hello I was wondering if it was possible to enter R commands from an external text file. If it is possible, it will be easy for repetetive tasks. Does anyone have an idea ? thanks in advance Ahmet Temiz TURKEY ______________________________________ ______________________________________ The views and opinions expressed in this e-mail message are ...{{dropped}}
2004 Oct 27
1
cannot establish connections from the machine to the internet
first thing: I''m not on the mailing list so please reply to eyall@fitracks.com now i have a linux workstation inside the office''s LAN, from some reason i cannot establish connections from the machine to the internet with those settings. i''ve been trying to change prefs and read almost all the docs but still don''t know what''s the problem so i have
2020 Jan 08
2
unexpected UPS status
On Tue, 7 Jan 2020, Eyal Lebedinsky wrote: > On 2020-01-07 23:01, Roger Price wrote: >> There is no report for variable "ups.delay.start" in your upsc output. >> What does command "upsc <ups> ups.delay.start" report? > > $ upsc eaton ups.delay.start > Init SSL without certificate database > Error: Variable not supported by UPS I am surprised
2007 May 24
2
[Bug 1318] New: There is no way to really cancel dns queries from the client
http://bugzilla.mindrot.org/show_bug.cgi?id=1318 Summary: There is no way to really cancel dns queries from the client Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at
2006 Jul 17
0
Re: Who owns the web application after it code''s distributed
Philip Schalm wrote: You may do anything you want with the source code you create - you may licence it in any form you wish and distribute it in anyway you wish. The MIT licence only applies if you are extending Rails itself. (Although, if you really need legal advice, go ask a lawyer :), as one I am not) I''m not a lawyer either, but I think you become bound by the MIT license