search for: jbailey

Displaying 20 results from an estimated 23 matches for "jbailey".

Did you mean: bailey
2006 Dec 20
2
Patch to klibc to work with headers from make install_headers
...the data from those. In this case, the workaround in usr/include/sys/types.h was missing some header definitions. Rather than adding the definitions, I figured that the most correct thing to do was to just use them from the kernel. Build tested on i386 and x86_64. Signed-Off-By: Jeff Bailey <jbailey at ubuntu.com> -- Jeff Bailey - http://www.raspberryginger.com/jbailey/ -------------- next part -------------- A non-text attachment was scrubbed... Name: klibc-userspace-headers.patch Type: application/octet-stream Size: 4590 bytes Desc: not available Url : http://www.zytor.com/pipermail/kli...
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
2006 Mar 31
0
Probe ext2 and ext3 before minix
...1, "minix", minix_image }, { 8, "reiserfs", reiserfs_image }, { 64, "reiserfs", reiserfs_image }, { 32, "jfs", jfs_image }, Signed-off-by: Jeff Bailey <jbailey@ubuntu.com> * Canonical Ltd * Ubuntu Service and Support * +1 514 691 7221 * Linux for Human Beings. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: Ceci est une partie de message =?ISO-885...
2006 Apr 22
1
ia64 build failure - no fork or ppoll syscalls in 2.6.16
..., 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. Signed-off-by: Jeff Bailey <jbailey@ubuntu.com> --- klibc-1.3.7.orig/klibc/ppoll.c +++ klibc-1.3.7/klibc/ppoll.c @@ -3,6 +3,9 @@ */ #include <sys/poll.h> +#include <sys/syscall.h> + +#if defined(__NR_ppoll) __extern int __ppoll(struct pollfd *, nfds_t, struct timespec *, const sigset_t *, si...
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) o...
2005 Jul 28
2
Common base system for initramfs ?
...ed via 'dpkg'. Scripts run at that time, and others are dropped into the image itself. It also has a facility for appending a set of .cpio.gz (overlay) files found in a certain directory. You may view the source via 'bazaar-ng' (bzr branch http...) at: http://people.ubuntu.com/~jbailey/bzrtree/initramfs-tools at: http://archive.ubuntu.com/ubuntu/pool/main/i/initramfs-tools/ ... or most simply, by logging into your favorite Ubuntu workstation and running: apt-src install initramfs-tools The package is not done yet. It will need to be gone over by the 'usplash' peop...
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
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
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
2016 Oct 03
0
Unbound, dns64 and CentOS 7
Hi all, Is anyone using unbound to do dns64 on CentOS 7? A quick 'unbound -h' shows both 'validator' and 'iterator' modules, but no dns64. Was it just not included or is there a supplementary or alternative package I need to install? I had it working on CentOS 6 and don't recall any special setup, so when I realized the dns64 module was missing from unbound in
2000 Dec 13
3
GMP in COPYING.Ylonen
COPYING.Ylonen contains: [ GMP is now external. No more GNU licence. ] I don't see how GMP is linked in at all. rms asked me to look into this, because this might constitute a license conflict. Thanks for your help! -- No matter how big the bell, if you only tap it, it can give out only a faint sound. We must understand thoroughly that the weakness of the blow, not a fault of the bell
2009 Sep 06
0
Preserve userfield on CDR on attended transfer
I'm attempting to link calls together in my CDR and would like to try to do it via the userfield. Is there any way to copy the userfield between calls when doing an attended transfer? I can't seem to find anything about it searching Google. -Jon
2010 Mar 31
2
Multicast Paging
I know this may be a bit off topic... I'm trying to play a pre-recorded message to a group of Aastra phones using multicast paging. I can page phone to phone without issue, but sending from one of my servers to the phones results in garbled audio. Anyone else been able to make this work without problem? My VLC command line is below. cvlc -v emergency-test2.wav --norm-max-level=5 --sout
2010 Nov 22
1
Early audio (long distance codes) not working after upgrading to 1.8?
Hello, We recently upgraded to Asterisk 1.8/DAHDI 2.4/WANPipe 3.5.16. This system is connected to a PRI where the provider requires long distance codes. Normally, you dial, see progress and hear a tone (call is still "unanswered" at this point), enter your code, and it starts ringing as a normal call. Since upgrading, we aren't getting the tone anymore and aren't able to enter
2005 Jun 01
1
mount options handling patch
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: klibc-mount-opts.diff Type: text/x-patch Size: 886 bytes Desc: not available Url : http://www.vas.nu/pipermail/klibc/attachments/20050601/403b221d/klibc-mount-opts.bin
2005 Jun 17
2
Patch to support parisc
This patch allows klibc to build on parisc64 platforms. $ diff -u MCONFIG.old MCONFIG --- MCONFIG.old 2005-06-18 01:16:12.000000000 +0000 +++ MCONFIG 2005-06-18 01:18:51.000000000 +0000 @@ -33,7 +33,7 @@ KLIBCVER = -D__KLIBC__=$(shell cut -d. -f1 < $(SRCROOT)/version) \ -D__KLIBC_MINOR__=$(shell cut -d. -f2 < $(SRCROOT)/version) -ARCH = $(shell uname -m | sed -e
2005 Jul 09
3
lvm / raidN / evms
The tools for raidN (mdadm and friends) don't seem to compile with klibc. Has anyone tackled that, lvm or evms yet in a klibc-based initramfs, or do you usually include uclibc or something when it comes time to get fancy (also, looking ahead to crypto-root and such) Tks, Jeff Bailey
2005 Sep 13
2
Support JFS in fstype
Here's a patch to support JFS in fstype. Given that this runs as root, would you consider a patch to take the device as an argument rather than stdin? I get really nervous that one of these days I'm going to > rather than <. But otherwise... =) Tested against 1.0.14, but there's nothing in there that should keep it from applying against current git that I can see. Tks, Jeff
2005 Dec 07
0
Fix segfault in new exit code on parisc, klibc-1.1.3
parisc is currently passing argc as the second argument to __libc_init: --- crt0.S.old 2005-12-07 19:06:07.000000000 +0000 +++ crt0.S 2005-12-07 19:06:40.000000000 +0000 @@ -25,6 +25,10 @@ ldil L%$global$, %dp ldo R%$global$(%dp), %dp +/* Indicate that we don't need no stinkin' atexit callback */ + + ldi 0,%r25 + /* branch to __libc_init */