search for: hick

Displaying 20 results from an estimated 192 matches for "hick".

Did you mean: hack
2003 Nov 05
6
[PATCH] Link breaks for large NR_CPUS
..., Attatched is a patch that allows ext2 and ext3 to link correctly when the kernel is configured with a large NR_CPUS. We do have an immediate need for this patch. Any opinions on this? The per-cpu lists are causing the kmalloc to fail due to allocating more than the max. thanks mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following delta...
2015 Sep 10
3
rsync question
On 09/10/15, C Linus Hicks wrote: On 09/10/15, Robert Moskowitz wrote: ---------------- Quoted text ------------------------ Try this: rsync -ah --stats 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ --------------------- End Quote ---------------------------------- Sorry, I was too fast, n...
2006 Feb 25
6
[OT-ish] Rails, Mongrel and apache
This is kind of off topic. I want to put my fancy rails app (myapp) as a subdirectory on my os x server. so my osx server works fine right now as www.mydomain.com. How do I tell apache (1.3 i think) to proxy web requests for a subdirectory /myapp to localhost:3000 where I have mongrel running (Jed, you rock)? I googled, but I don''t know the right words to use, so I''m not
2005 Mar 26
7
Shrinking a ext3 filesystem ?
I installed CentOS on my home-server with 2 IDE 160GB MAXTOR HDD / RAID-1, LVM and ext3 partitions. Previous OS on this machine was FC2. I often "play" with LVM and, sometimes, have to extand or reduce some volumes size. I was surprised to see that resize2fs isn''t included anymore ! The replacing tool is ext2online but this one seems to only be able to grow a filesystem (not
2005 Mar 16
1
Speex for TI 5509 DSP
...ts.xiph.org/pipermail/speex-dev/attachments/20041029/facb8c73/spee x-1.1.6-jeh1-0001.bin and enabled FIXED_POINT and speex is running on dsp c5x So now I'm wondering, did I get the whole patch? Which patch is the one I should be using? Regards, Paul -----Original Message----- From: Jamey Hicks [mailto:jamey.hicks@hp.com] Sent: Thursday, March 03, 2005 7:14 AM To: Paul Gryting Cc: speex-dev@xiph.org Subject: Re: [Speex-dev] Speex for TI 5509 DSP Paul Gryting wrote: >I saw a thread in the list archives about a speex port to TI 55x DSP. >Wondering how that worked out (is working...
2004 Aug 06
1
Sample rates on ices
...p3s. It works pretty good, the load on my linux box is about 0.5 on average. However, the sampling rate is 8k. I'd rather bump that up to 22.05. Is there a flag in the ices.conf that will allow me to change the output sampling rate of the lame builtin? I know lame supports it. -- Byron Hicks ===== --- Byron L. Hicks byron@byronhicks.com __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepa...
2004 Aug 06
1
Dynamic playlist support
> SAM V2 under unix is as well.. :) > > Is totally open source under GNU GPL license... Developed using such.. Where do we download this? -- Byron L. Hicks Network Engineer NMSU ICT --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is n...
2006 Jun 28
3
Kernel build on i386 and nohighmem forbidden?
I looked in the release notes, but maybe I missed it. Is it not possible to build a kernel from CentOS 4.3 (using 2.6.9-34.0.1) with HIGHMEM support turned off? This is for a machine with 512mb. When I try to build the kernel, I get _etext undefined symbol on line 100 of pageattr.c in arch/i386/mm. Linus
2003 Nov 13
2
early userspace goals
...e been messing around with the early userspace for the last couple days. What are the goals of early userspace? Is the end goal to use it as an initrd replacement or is it simply to do all the mounting (nfsroot, initrd, hard disk) that is currently done in init/do_mounts*? thanks mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296
2003 Nov 25
2
[patch] ftruncate & vsyslog
Hi, Two patches to add ftruncate and vsyslog syscalls. These were in the klibc that Greg K-H has in the udev tarball. I got his permission to contribute them to the main-line klibc. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 -------------- next part -------------- A non-text attachment was scrubbed... Name: klibc-ftruncate.diff Type: text/x-patch Size: 1248 bytes Desc: not available Url : http://www.zytor.com/pipermail/klibc/attachments/200...
2003 Nov 24
2
[PATCH] small addition to ia64's archsignal.h
Hi Peter, I need this small patch to get udev to compile against the latest klibc. I'm not sure if this is the right thing to do, but it fixes the compile. thanks mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following del...
2005 Feb 24
2
permanent ulimit -n on CentOS 3.4
Hi! Question from the novice. I have to permanently increase number of opened files ( ulimit -n 16384 and ulimit -Hn 16384) for some application. I did custom kernel based on https://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/s1-custom-kernel-modularized.html and application documentation ( written for RH 9), no error during all makes but I have panic during the
2009 Jan 10
1
Arguments for Rcmd BATCH
...or instructions of how to use args with BATCH. Without using any parameter args it otherwise runs fine. Please can you advise what am I doing wrong and how should this command be structured? Do I also need to change the way the script is accessing the arguments? Many thanks, Andrew Hicks
2004 Oct 13
1
root preexec script runs twice
...reexec = /home/samba/scripts/create-login-script.sh %u --- Test Script --- #!/bin/bash SAMBAUSER=$1 echo $SAMBAUSER >> /tmp/smbtest.txt echo ----- >> /tmp/smbtest.txt exit 0 --- End Test Script --- --- smbtest.txt --- adrian.h ----- adrian.h ----- --- End smbtest.txt --- Adrian Hicks -- MIS & Facilities Manager Auston Int'l Group Ltd 45 Middle Rd, #01-00 Auston Unicentre Singapore 188954 Tel: (65) 6334 5900 ext. 229 Fax: (65) 6339 7600
2006 Mar 17
2
choppy recorded sounds in asterisk
...sip or zap) I get some really strange artifacts in the sound, almost like a skip in the playback. It seems to always be in about the same place in the recording. Usually in the beginning of playback. For instance somewhere in the "Comedian mail" part part of the voicemail greeting it will hick-up, it also happens to Meetme and some other agi/php stuff I am using. Someone please help me make Allison sound as sexy as she is supposed to sound! Jordan Novak Communications Technician Logistics Health Inc. 1319 Saint Andrews Street La Crosse WI 54603 -------------- next part -----...
2004 Jun 01
1
3.1 on ASUS SK8V SATA problem
...a WD740GD, a 74GB drive. Fdisk thinks it is 30MB, 255 heads, 63 sector/track, 3 cylinders. Have I done something wrong, or is the VIA SATA support in this kernel just not gonna hack it? The SK8V uses the VIA VT8237 southbridge chipset if anyone knows about this. Thanks for any help. -- C. Linus Hicks <lhicks at nc.rr.com>
2007 Oct 29
4
What's best practice for serving multiple formats from a remote icecast server?
We are running an icecast2 server in conjunction with our LPFM radio station and need a little advice. We have been serving a single 128k ogg stream from a remote server and would like to make additional formats available (e.g. mp3, lower bandwidth, etc.) I would think this has been done a few thousand times and there would be a "best practice" but I can't find it. Our basic
2003 Nov 18
2
SIP Context from domain?
...h for it. I'm working with the last stable release and haven;t checked out CVS yet. -- Tristan 'Minty' Colgate <minty@deadweb.net> | ICQ #154577755 ----------- "I don't mean to sound bitter, cold, or cruel, but I am, so that's how it comes out" - Bill Hicks
2009 Oct 17
3
How to get listed in dir.xiph.org?
I've been trying to tweak my icecast.xml file to get listed in xip.xiph.org, but am not making any progress. I'm running icecast 2.3.1 and darkice 0.19 Here are what I think are the relvant parts of icecast.xml: <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> </directory> and
2003 Nov 28
1
problems when exec()ing /sbin/init from an initramfs
...L}, 8) = 0 fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(5, 1), ...}) = 0 stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/proc", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0 mount("proc", "/proc", "proc", , 0 TIA, mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296