similar to: Patch to klibc to work with headers from make install_headers

Displaying 20 results from an estimated 3000 matches similar to: "Patch to klibc to work with headers from make install_headers"

2008 Mar 21
0
why klibc? (Re: Polling again: switch the list over to subscriber-only?)
On Fri, Mar 21, 2008 at 9:39 PM, Jeff Bailey <jbailey at raspberryginger.com> wrote: > The only question that comes to mind is the future of klibc. Is there > still potential for merging at some point? In ubuntu we never got to > where we could do without glibc to do what? dual and quad cores in laptop with vista or similar (X based) operating systems are no better, than
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.
2009 Feb 25
1
Stuck Parked Calls?
I've lurked for a while, but I think this is one of my first "pleas" for help. I'm having issues where a parked call using the macro below is getting "stuck". Users park the call via a blfxfer key on an Aastra phone. If the call is a blind transfer, it tries to park the call. If it isn't a blind transfer, it tries to unpark the call. Only 2 extensions (2759 and
2016 Oct 16
1
Database Modeling Tools
BeaverDB might be a good fit if you don't mind that it's written in Java. I actually find myself using Valentina Studio these days. It's not open source, but it is free, and it's written in Qt, and is multi-platform. Jason On Oct 16, 2016 1:38 PM, H <agents at meddatainc.com> wrote: I am looking for an open-source database modeling tool, ideally to run under both CentOS
2008 Jun 14
2
PATCH: ipconfig may discard useful packets
Thank you Maximilian, this was much easier! I still have problems with my email setup, I haven't found the time to migrate my mailbox from Windows yet. And gmail (webmail) doesn't allow many customizations, so I'm also uploading the patch to http://users.sch.gr/alkisg/temp/0001-Signed-off-by.patch I'm sending a patch regarding the discard_packet() function, please consider it for
2006 Mar 31
0
Probe ext2 and ext3 before minix
Got this bug report for Ubuntu's klibc: https://launchpad.net/distros/ubuntu/+source/klibc/+bug/37528 > In the fstype tool there is a problem if the lower 16 bit of number of > free inodes in a ext3 filesystem happens to match minix filesystem > magic. > > This will cause the system not to boot since ubuntu will attempt to > mount the filesystem as a minix filesystem. I
2005 Jul 28
2
Common base system for initramfs ?
I wonder if part of the reasoning behind moving klibc into the Kernel itself and integrating it with kbuild has to do with creating a common base system for the initramfs that is meant to work across all Linux distros? I'm very skeptical that such a thing can be created in a way that would satisfy everyone, and maintained peacefully with no forks. I've been helping Jeff Bailey of
2011 Jan 14
1
Spectralink 8002
Hello, I hope this isn't too off topic, but I'm attempting to set up a Spectralink 8002 Wifi phone with our Asterisk installation, and seem to be running into a brick well (more of a wall than others that have posted their experiences). My problem is that the phone boots, associates with the wireless, grabs an IP (tried static too - same thing), contacts the TFTP server for firmware, then
2007 Dec 02
1
T1 Timing Troubleshooting
I'm having (I think) timing issues in relation to bridged T1-T1 calls via dynamic spans. Fax calls are intermittently working, but voice is fine. My box has a Sangoma A400 inside it as the primary Zaptel timing source. My T1 PRIs that are hooked to the box come in via a foneBRIDGE2 (dynamic TDMoE spans). PRI #1 is the telco and PRI #2 is an existing Comdial FX-II. For some reason, bridged TDM
2003 Mar 03
1
using data() in an example
Hi all, I'm trying to put together examples in an R package, and am having trouble reading data from the package's data directory. The data are in comma-separated variable files, so to read a file like gw.csv, I include in the data directory both bailey.csv and a file bailey.R which contains: bailey <- read.csv("bailey.csv",na.strings="."); so that typing
2018 May 22
2
Using tryCatch in a for loop
Data and code as promised: #Creating a test dataset Year<- c(2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014) Lake1<- c(2, 4, 5, 2, 1, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake2<- c(1, 3, -1, 4, -2, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake3<- c(1, 2, 5, -3, 1, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake4<- c(1, 1, 1, 1, 1, 1, 1, 250, 240, 240, 240, 240, 240, 239,
2018 May 22
0
Using tryCatch in a for loop
No. If your ouput is a numeric "matrix", it cannot include alpha. Columns in a data frame can be of different classes, but each column must be single class. and finally, of course, see ?cat -- I think you are misusing it. If you simply want to return "somestuff", your function should be: function(w) {"somestuff"} not function(w) {cat("somestuff")} As
2018 May 22
0
Using tryCatch in a for loop
On 5/22/2018 11:32 AM, Bailey Hewitt wrote: > Hi Bert, > > Thank you for the quick response! > > In its current?state?the code?prints three lines that say "warning". What I was expecting is that I would?get?a matrix with 4 columns, 1. column names (from the original data, ex. Lake1) 2. breakpoint year 3. slope 4. slope difference from the first to the?second segment of
2018 May 22
4
Using tryCatch in a for loop
Hi Bert, Thank you for the quick response!? In its current?state?the code?prints three lines that say "warning". What I was expecting is that I would?get?a matrix with 4 columns, 1. column names (from the original data, ex. Lake1) 2. breakpoint year 3. slope 4. slope difference from the first to the?second segment of the segmented regression. Each row in the matrix would be the results
2008 Mar 06
3
facebook_url_rewriter not used in Publisher?
As per my last email, I''m generating links to our app outside of Facebook. Sorry for the onslaught of emails on this. I do link generation in Publisher based code as well. What I''m finding is that the Facebooker UrlRewriter doesn''t get used in Publisher. This makes sense if we assume that Publisher can be used outside of an HTTP request, and things like the
2018 Jul 27
2
Finding memory usage
On 7/27/2018 11:50 AM, Warren Young wrote: > On Jul 27, 2018, at 9:10 AM, Bowie Bailey <Bowie_Bailey at BUC.com> wrote: >> I have a CentOS 7 server that is running out of memory > How do you know that? Give a specific symptom. This was brought to my attention because one program was killed by the kernel to free memory and another program failed because it was unable to allocate
2015 Aug 06
2
CentOS 5 grub boot problem
On 8/6/2015 4:39 PM, Chris Murphy wrote: > On Thu, Aug 6, 2015 at 2:29 PM, Bowie Bailey <Bowie_Bailey at buc.com> wrote: >> On 8/6/2015 4:21 PM, Chris Murphy wrote: >>> On Thu, Aug 6, 2015 at 2:08 PM, Bowie Bailey <Bowie_Bailey at buc.com> wrote: >>> >>>> Doing a new install on the two 1TB drives is my current plan. If that >>>>
2015 Aug 06
3
CentOS 5 grub boot problem
On 8/6/2015 4:21 PM, Chris Murphy wrote: > On Thu, Aug 6, 2015 at 2:08 PM, Bowie Bailey <Bowie_Bailey at buc.com> wrote: > >> Doing a new install on the two 1TB drives is my current plan. If that >> works, I can connect the old drive, copy over all the data, and then try to >> figure out what I need to do to get all the programs running again. > Sounds like a
2018 May 22
0
Using tryCatch in a for loop
Others may have greater insight, but my response is: Exactly what did or didn't happen that makes you say the code didn't work? That is, what did or didn't you get when you ran it compared to your expectations? Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in
2015 Oct 07
2
OT hardware issue: HP controller to 3rd party RAID
On 10/07/15 11:13, m.roth at 5-cent.us wrote: > Jack Bailey wrote: > >>> controller that expects to talk to individual SAS or SATA drives. you >>> can manage it with hpssacli from centos. >> I have the P822. It has no JBOD or RAID 0. hpacucli works with CentOS >> 7.0, but is broken on 7.1 -- it cannot find the controller. > Can it do RAID 6? > This page