Displaying 20 results from an estimated 2000 matches similar to: "a list of which kernel versions work with klibc"
2010 Jul 05
5
version compatibility between linux and klibc
Are there any version compatibilities between linux and klibc? I tried to
compile the latest klibc (1.5.18) with the latest linux (2.6.32.15) and
there is miserable compile failures. It looks like klibc wants some headers
to be in include/asm (linked in my case to include/asm-x86) but they are
instead in include/asm-generic (it seems all headers but one are in there).
I put together this script
2010 Jul 14
3
sample sleep command killed
I re-wrote the compile script to build klibc (cleaning up how I do it,
and how to find the source tarballs). It seems to be compiling fine.
I tried several of the commands in usr/utils/static and most one.
However, the sleep command fails in a strange way (EINVAL on execve):
================================================================
faraday/phil /home/phil/klibc-project-0 581> strace
2008 Dec 29
1
klibc broken on ppc with linux-2.6.27 and workaround
Compilation was ok with klibc-1.5.10 on linux-2.6.25.
Distrib does not matter as it is inside a chroot a la LSF
With the upgrade to linux-2.6.27 it broke on 1.5.10 (I try too the last
1.5.14) with
make[1]: Entering directory `/usr/src/klibc-1.5.14'
GEN klcc/klibc.config
GEN klcc/klcc
HOSTCC scripts/basic/fixdep
KLIBCCC usr/klibc/__static_init.o
KLIBCCC usr/klibc/vsnprintf.o
2011 Aug 31
0
problem installing
Last year I put together a script that did a combined kernel header
export from a pristine kernel tarball, then a build of klibc from a
pristine klibc tarball. One of the intentions for this was to be
independent of the host kernel and its headers, so I could build klibc
for other targets of the same architecture. I even did this for a
wide range of klibc and kernel version combinations to see
2007 Jan 31
2
syslinux-2.11 boot, syslinux-3.20 fail
We used syslinux package on IPCop with success to install from floppy, from
cdrom, from usb key and pxe.
I upgrade the distribution nine month ago from 2.11 to more recent versions
(3.11, later 3.20).
We add one consistent report of a laptop machine that boot with 2.11 but
fail with 3.11 and 3.20
Symptom is that the machine don't display anything after loading the kernel
and initrd.
with
2007 Feb 09
6
syslinux-3.36-pre8 feedback
Tested floppy boot on two machines (one PII 350, one 486DX4)
Floppy boot with syslinux is very very slow, more than 18 mn to boot a linux
kernel from floppy on the 2 machines.
Tested with 3 different disquettes that were know to work, boot is reached
after this very long time.
Noise from floppy head make think floppy wait approximatly one minute
between each read.
No problem with pxe boot with
2002 Jan 27
3
option --delete still not completely working (2.5.2)
This problem has persisted for as long as I've used rsync. When
the --delete option is used, not all files are deleted from the
target, even though said files are not present in the source.
The particular cases that cause this are when the target has a
directory with files, and the source is something else, at least
a symlink (this is the case I have seen). I'm taking a guess to
say that
2008 Jul 24
3
IPCop updates, Evolution Calendar rarely crashes now
I know a lot of you are using IPCop where you work. They have three
(3) updates posted, during the past two (2) days. The last one, I'm
getting an error, when I try to Download it, and I will report that to
the IPCop list or bugzilla after I send this message.
"No such file or directory
http://prdownloads.sourceforge.net/ipcop/ipcop-1.4.21-update.i386.tgz.gpg?download"
The problem I
2006 Aug 16
3
proxy server - ipcop vs CentOS
I have purchased a used Compaq DL360 which I was going to use as a proxy
server. Presently, we are using a cheap box with ipcop which is working
fine but it didn't have much RAM (64MB), etc.
This new box we will want to run squid and perhaps dansguardian for
filtering (this is a non-profit company) and I'm wondering if I should
just put ipcop on it or would it be smarter/better to install
2009 Aug 09
3
Patch queue pushed out
I finally got some time to work through the klibc patch queue...
however, since I have been AWOL so long I might have dropped patches.
If someone could take a quick look at the git tree before I push a new
version out that would be great.
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
2004 Aug 07
1
multiple instances of NSD
I'm trying to set up a machine which will be running multiple instances
of NSD to serve different sets of zones from different interfaces. What
I'm running into is that I can't specify different PID files to refer to
on the command line.
Are there any shortcuts or do I need to go write a patch?
Any other implications of multiple instances?
--
2004 Jul 16
1
Problem with SysLinux but not with LILO
Hi,
I am trying to use two products that use SysLinux and finally realised the
SysLinux is the cause of my woes. I'm trying to use Freesco and IPCop. IPCop
version 1.3 used a different boot loader to 1.4 which uses SysLinux. I have
been through numerous trials and tribulations in trying to get Freesco to
work but eventually gave up and went with IPCop. I kept getting the "Boot
2002 Jun 26
5
sshd and file descriptors
I have an openssh RPM package that restarts the sshd server during
an upgrade if the daemon is already running. So far, so good, restart
works.
But I observed the following behaviour:
- when issuing rpm -Uvh bla.rpm, rpm, obviously, opens the rpm file and
gets a file descriptor. Say, 8.
- rpm does its stuff and spawns a shell to execute the %post script. The
shell also gets fd 8 (should rpm
2002 Aug 22
2
rsync over ssl (again)
A while back, I asked if there had been any consideration in making
rsync support direct ssl (as opposed to just ssh). I've been looking
around for a secure way (e.g. encrypted, so passwords are never in
the clear, and even content is obscured from sniffers) to allow a
set of limited-trust users (limited-trust being defined as mostly
customers, whom you trust with their own data, but not with
2013 Aug 21
3
Build problems: klibc with Linux 3.10.7
On Wed, Aug 21, 2013 at 06:48:08PM +0200, maximilian attems wrote:
> On Wed, Aug 21, 2013 at 06:03:41PM +0200, leroy christophe wrote:
> >
> > Note that step B is working well.
> > It is step C, the 'make install', which fails.
>
> right, it is the toplevel Makefile one needs to poke for the target.
>
see belows proper patch:
>From
2005 Nov 27
2
trying to understand --include and --exclude
I was under the impression that --include and --exclude worked by matching
patterns in the order given, and whichever matched first, whether that was
an include or exclude determined the action for that file. I have a big
directory from which I am attempting to transfer selected files. I want
all files where the first level directory is anything, the second level
directory is "2005"
2019 Jan 07
4
[PATCH klibc 0/4] Fix the KLIBCKERNEL{SRC,OBJ} mess
We currently use KLIBCKERNELSRC and KLIBCKERNELOBJ variables
which used to be required to point to a kernel source and object
directories. However the kernel headers were reorganised
starting in Linux 3.7 such that that doesn't work properly.
This series removes KLIBCKERNELOBJ and changes the use and
documentation of KLIBCKERNELSRC to be consistent.
Ben.
Ben Hutchings (4):
[klibc]
2006 Oct 23
4
Where to best start looking for voicemail/moh sound quality problem?
I'm running Asterisk 1.2.13 on a Solaris 10 X86 box behind an IPCop
firewall on a 5Mbps down/512 up cable connection.
I'm having sound quality problems when users call in for voicemail and
with music on hold. The sound is choppy and muffled while souding pretty
good for calls inside the network.
I'd appreciate some pointers as to where to start looking to improve things.
I've
2013 Aug 21
3
Build problems: klibc with Linux 3.10.7
Le 21/08/2013 17:36, leroy christophe a ?crit :
>
> Le 21/08/2013 17:15, maximilian attems a ?crit :
>> On Wed, Aug 21, 2013 at 01:39:50PM +0200, leroy christophe wrote:
>>> Le 21/08/2013 12:20, maximilian attems a ?crit :
>>>> On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
>>>>> Find attached two patches I have in order to build
2008 Feb 09
1
How to deal with pciback?
Hello everybody,
for just one week I try to install three servers on an OpenSuSE 10.3
dom0 equipped with 4 NICs. One server is an OX using the onboard NIC via
xenbr0. This server runs!! For my IPCop server I intended to use the
three remaining NICs (Intel Pro100/S, 3Com 3C590, Realtek RTL-8139).
These three NICs should be used natively by my IPCop. So I tried to use
the pciback driver. I wrote a