search for: gobbling

Displaying 20 results from an estimated 86 matches for "gobbling".

2014 Dec 02
2
Modified metaflac add --output-json
On Mon, Dec 1, 2014 at 10:40 PM, ???? ?????? <bart.gopnik at gmail.com> wrote: > Please help me solve the following problem: > > FLAC tools have a lots of warnings about non-subset files during > encoding, but unfortunately don't have easy way to check/test existing > FLAC stream for subset compliance. > > "flac -a" generates the big text file that has
2014 Dec 02
0
Modified metaflac add --output-json
On Mon, Dec 1, 2014 at 11:55 PM, Waitman Gobble <gobble.wa at gmail.com> wrote: > > > On Mon, Dec 1, 2014 at 10:40 PM, ???? ?????? <bart.gopnik at gmail.com> > wrote: > >> Please help me solve the following problem: >> >> FLAC tools have a lots of warnings about non-subset files during >> encoding, but unfortunately don't have easy way to
2014 Dec 01
2
Modified metaflac add --output-json
Hi, I modified the metaflac program to output in JSON format if the --output-json switch is used, and made a simple Go program to demonstrate use of the output. I imported the MIT licensed json-c library into src/share/json-c and put headers in include/share/json-c. For example, # metaflac --output-json --list myfile.flac example output: https://gist.github.com/waitman/847a8cae4a650a8898ee If
2001 Feb 13
0
devX11.c -- questions about expose events and XBell
Hi, sorry for lumping this together... Both these issues are rather small, and I'm not sure either qualifies as a bug... 1) After a window id created in X11_Open and mapped, you "gobble the expose events". Not true, you gobble any event that comes along! The code below fixes this by using *XCheckTypedEvent*. Hmm, I'm not sure this right already, but better... ***
2012 Jul 25
4
Manual OOM killing?
Hey guys and gals, Yesterday I had one of my scientists kill one of my servers when his program ran amok and gobbled up all the memory, or forked too many processes, or I'm just not exactly sure what to be honest. Is there something I can run manually in cron to look for rampant programs and kill them? I know that may be hard to discern but I could also include a list if "known
2014 Dec 02
0
Modified metaflac add --output-json
Please help me solve the following problem: FLAC tools have a lots of warnings about non-subset files during encoding, but unfortunately don't have easy way to check/test existing FLAC stream for subset compliance. "flac -a" generates the big text file that has data about each frame and subframe. But looks like I need parser and statistics tools to answer on question about subset
2002 Dec 03
3
Rsync, Perl and samba filesystem (smbfs)
...system (eg. to /mnt/smbfs), it successfully syncs the smbfs to the destination directory, but without reason hangs... and take all my cpu power... When i look at all the processes running, the rsync pid is defuct... and it's actually saying that the parent perl script that made the call is gobbling up all my cpu resources.... This ONLY happens (so far anyways) with the samba mounts... Any suggestions?? Thanks a bundle! -Chris
2019 Aug 19
2
Check length of logical vector also for operands of || and &&?
Hi everyone The following behavior (in R 3.6.1 and R-devel r77040) caught me by surprise today: truthy <- c(TRUE, FALSE) falsy <- c(FALSE, TRUE, FALSE) if (truthy) "check" #> Warning in if (truthy) "check": the condition has length > 1 and only the #> first element will be used #> [1] "check" if (falsy) "check" #> Warning in if
2002 Oct 21
3
Problem with Samba on Solaris 2.6
...he Samba mirror sites, I think Belgium, and installed it on a Sun E450 running Solaris 2.6. Today everything has fallen flat on its face. Unfortunately I am on holiday this week so not able to deal with the problem directly, but via telephone calls. Apparently what is happening is that smbd is gobbling up all the memory, the system is running out of swap (/tmp hits 100%) and the machine locks up. As there is a live ERP system running on this machine it is causing a bit of a problem. With no one on the machine except root smbd starts using up memory, /tmp starts to fill. If smbd is restarted...
2011 Nov 16
3
clustering
Hey folks, I just went through the archives trying to find some info on this but did not come up with much other than it seems there are a few experts here on the list. I have no experience with clustering and have just taken over a Stem Cell Research Lab that has a Grid Engine cluster. I have not yet dug into the details of Grid Engine (only been here a week now) but am just trying to get up
2003 May 05
1
ppmtolss16 fix
Hi! using ppmtolss16 tool from syslinux-2.04 with an input .pnm file created with gimp 1.2.3, I bumbed into the following error: [root at azur syslinux-2.04]# ./ppmtolss16 < /home/sr/try.pnm > /tmp/t ./ppmtolss16: Input format error 1 [root at azur syslinux-2.04]# The problem is that gimp adds the comment # CREATOR: The GIMP's PNM Filter Version 1.0 at 2nd line. Suggested fix for
2007 Nov 22
0
perl-base and perl-file-scan-clamav and perl dependency error re 5.8.8 ???
Happy gobble gobble day! Server is a mail and web box with latest centos 4 upgrades and has been running and stable for probably over two years Machine has perl 5.8.8 on it. For a coupla days I have been trying to follow these basic instructions so that I can run a test. http://wiki.apache.org/spamassassin/ClamAVPlugin Now, the issue I am running into is that I needed to get a
2015 Jun 06
1
Effectiveness of CentOS vm.swappiness
On 06.06.2015 04:48, Dennis Jacobfeuerborn wrote: > On 05.06.2015 19:47, Greg Lindahl wrote: >> On Fri, Jun 05, 2015 at 09:33:11AM -0700, Gordon Messmer wrote: >>> On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote: >>>> some (probably unused) parts are swapped out. But, some of >>>> those parts are the salt-minion, php-fpm or mysqld. All
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
Hello, I have an Asterisk 13.6.0 PBX using PJSIP connected to the Twilio gateway. I am able to make calls outbound through the gateway, but I am not able to make calls into the PBX from external PSTN. Specifically, an incoming call is _received_ by Asterisk, but it is not able to route the call internally owing to the following error: [Feb 18 21:08:47] NOTICE[4606]:
2002 Jun 26
4
nmbd causing very high CPU utilization
Does anyone have any idea what can cause nmbd to begin gobbling CPU? We are running Samba 2.2.4 on HP-UX 10.20, having upgraded from Samba 2.0.10 about a month ago. Our clients are a mixture of NT 4.0 and Win2K. Today, we have begun to see widespread client drive disconnections, and nmbd is averaging 60%+ CPU usage with peaks up to 100%. We have heard reports...
2008 Nov 13
3
Compiled Wine with two errors - Are they Important?
I am new to linux, well almost. I found all of the recommended dev files from the Wine HQ recommendations for the Debian distro then followed the directions in the readme file that came with the source download. the ./configure make depend make commands appeared to work but I have a couple errors I don't know how to interpret. I checked the previous Wine install for the
2002 Feb 14
2
Small Files/Load Average Information
Hi, I have been noticing some serious load averages occurring when users are browsing or using directories with a large number of files. A case in point is our Sage users. Sage is a nasty program and spits out three small files into a spool directory every time something is printed and does not clear them out. This means that the spool directories rapidly fill with tiny files and by the end of
2009 Dec 08
1
problem with split eating giga-bytes of memory
I'm having trouble using split on a very large data-set with ~1400 levels of the factor to be split. Unfortunately, I can't reproduce it with the simple self-contained example below. As you can see, splitting the artificial dataframe of size ~13MB results in a split dataframe of ~ 144MB, with an increase memory allocation of ~10 fold for the split object. If split scales linearly, then my
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
Thanks George, for your mighty quick response. I made the changes (re: server_uri_pattern etc.) and still, no luck--it fails for the same error. BTW, there is nothing for transport (but this is the same config from my SIP/UDP + Twilio days, which worked): *CLI> pjsip show transport twilio-siptrunk Unable to find object twilio-siptrunk. *CLI> pjsip show identifies No objects found. I did
2004 Feb 04
1
RE: error (fwd)
Hi folks, I've got this funny problem with R's foreign library when reading stata files. One file consistently produces vector out of memory errors after gobbling up 2.7G of memory. I parsed through the read.dta function and figured out where the error occurs and the description is below. I am running R-1.8.1 on Debian stable system glibc2.2 kernel 2.4.24. R is is compiled from source as a shared library. The file that I am reading is only 172M in size....