search for: enczykowski

Displaying 20 results from an estimated 49 matches for "enczykowski".

2010 Oct 20
2
[PATCH] klibc: reproducible builds
From: Maciej ?enczykowski <maze at google.com> This adds a new setting: KBUILD_REPRODUCIBLE If it is non-empty, ar and ranlib will be called in such a way that timestamps do not affect the build output. This allows one to get perfectly reproducible builds. Signed-off-by: Maciej ?enczykowski <maze at google.com&gt...
2012 Jun 28
1
[PATCH] klibc: fix gethostname()/getdomainname()
From: Maciej ?enczykowski <maze at google.com> uname(2) returns (like all syscalls) 0 on success. Signed-off-by: Maciej ?enczykowski <maze at google.com> --- usr/klibc/getdomainname.c | 2 +- usr/klibc/gethostname.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/klibc/getdo...
2005 May 31
4
On SSH
Hello, does anybody know how to achieve the following with SSH... a) accept RSA authentication for all but root from any IP b) accept RSA authentication for root from a couple IPs/Netmasks c) accept password authentication for all but root from a dozen Netmasks d) accept password authentication for root from 3 local netmasks only ie. make authentication depend on the
2010 Oct 19
3
[PATCH] Fix up 3 klibc build warnings.
...tus': klibc/usr/dash/jobs.c:427: warning: format not a string literal and no format arguments klibc/usr/dash/trap.c: In function 'exitshell': klibc/usr/dash/trap.c:354: warning: variable 'status' might be clobbered by 'longjmp' or 'vfork' Signed-off-by: Maciej ?enczykowski <maze at google.com> --- scripts/basic/fixdep.c | 9 ++++++--- usr/dash/jobs.c | 2 +- usr/dash/trap.c | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index 0b61bea..cf72251 100644 --- a/scripts/bas...
2011 Nov 06
3
sys/types.h -> linux/types.h and __aligned_u64
When building klibc 1.5.25 against linux/master (ie. post 3.1) I'm seeing: klibc/generated/include/linux/if_packet.h:176: error: expected specifier-qualifier-list before '__aligned_u64' which seems to come from upstream commits: 0d4691ce112be025019999df5f2a5e00c03f03c2 remotes/linux/master~90^2~408 (origin) 96c131842aab45b5d139d0bcb417796819f5ee92 remotes/linux/master~90^2~169
2013 May 29
1
[PATCH] klibc: fix capability dropping
From: Maciej ?enczykowski <maze at google.com> Google-Bug-Id: 9093057 Change-Id: I75a6cdc0619ae95a0220e8387aa54920701f6209 --- usr/kinit/capabilities.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/kinit/capabilities.c b/usr/kinit/capabilities.c index e743a70fec0f..4e0456ee7407 100644...
2009 Jun 09
12
[Bug 1604] New: SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604 Summary: SCTP support for openssh Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jchadima at
2005 Nov 25
3
Query: Filesystems
Hello, Just a few quick, but not very simple questions...: Do any Linux filesystems (besides XFS) support freezing? (ie. in conjuction with LVM snapshots this can allow a mounted filesystem to be frozen [freezing all processes writing to this filesystem] in a valid state (with possibly dangling unlinked files), the device can be snapshotted via LVM, and the original filesystem unfrozen - the
2005 Dec 16
2
Kernel 2.4 and Centos4
Hi, Has anyone used a 2.4 series kernel on RHEL4/Centos4? There's a patch (openmosix) which I would really like to make use of [seeing as I just got 10 diskless computers...] which is not ready (yet) for the 2.6 kernel series... Can I just drop in a 2.4.26 series kernel and continue to have a working system? Or is RHEL now totally dependent on 2.6 kernel features? Cheers, MaZe.
2005 Jul 13
2
RPM Autorollback
Hi, any idea if (when?) a new version of those RPMs with rollback included will become available for CentOS 4? Thanks, MaZe.
2005 Jun 06
2
PHP mcrypt
Hi, Could someone tell me how I'd go about compiling php with mcrypt support from src.rpm? ie. configure -with-mcrypt[=DIR] Is it just a matter of calling rpmbuild --rebuild src.rpm --with=mcrypt ? Cheers, MaZe.
2014 Jun 11
2
[PATCH] isatty(): use TCGETS instead of TIOCGPGRP, like dietlibc does
I guess what I wanted to say is that it might be desirable to have the klibc shell do some dancing (perhaps controlled by some flags, but on by default?) If getpid() == 1 then fork a child, continue in the child, have the parent wait for the child to terminate, then exit child should setsid() close(2) close(1) close(0) open("/dev/ttyS0", O_RDONLY) open("/dev/ttyS0",
2005 Feb 23
2
How to create a CD/DVD
Hi! Assuming I have all the files (basically I've downloaded the ISOs) of CentOS 4 (RC1 for now, but 4.0 in the future) how do I recreate the ISO images - both to regain the original 4 CDs (less important) - and to achieve a DVD image (more important but can probably be guessed from the answer to how to make the CDs). Any takers? [note I've burned many CDs - I'm basically
2006 Jan 17
2
DHCP without network access
Hi, I've got a box with CentOS 4.2 x86_64 which had no DHCP access for a few hours, now I can't ping it (I'm pretty sure the box is still up). I expect the DHCP lease has timed out and the box has lost it's IP, I was expecting it to reacquire it once the DHCP came back up (configuration problem) - but no luck. Is this a known problem? Any solution/workaround? (for now or for
2005 Oct 10
3
Query: Centos 4.2 availability
Hi, Not meaning to rush you folks (you're doing a great job). But I'm about to install/clone 4 computers with Centos 4. When can I expect 4.2 to be out (in DVD format preferably)? As in, is it worth waiting and saving myself the later hassle extra downloads? [I don't actually have 4.1 DVD's, just 4.0, so I pretty much have to download the DVD.ISO anyway] Cheers & Thanks,
2012 Mar 27
0
[ANNOUNCE] Netfilter releases: iptables 1.4.13, nfacct 1.0.0 and libnetfilter_acct 1.0.0
...nfacct 1.0.0 libnetfilter_acct 1.0.0 Changes in iptables include: * rpfilter support from Florian Westphal. * IPv6 ECN capable version from Patrick McHardy. * a couple of fixes for internal libiptc library. * fix leaking file descriptor to avoid annoying log messsages in SELinux from Maciej enczykowski. * nfacct match support by myself. For nfacct and libnetfilter_acct, this is the initial release. These require Linux kernel 3.3 or any later. You can download all these from: http://www.netfilter.org/projects/iptables/downloads.html ftp://ftp.netfilter.org/pub/iptables/ http://www.netfilter.o...
2006 Feb 16
2
READ! mirrorlist.centos.org port 81? (Yumconf changes)
> Why not - they are the same old mirrors - all that happens is that yum > gets a lost of local up to date mirrors for the release/repo/arch from the > mirrorlist server on port 81 - chosen solely so that we can run it on the > same server > as normal apache on port 80. > > If you have fastestmirror plugin enabld yum will then test the mirrors and > use the fastest local
2005 Dec 14
2
Printing Postscript - Very Weird Problem.
Hey folks, okay, here's the situation - I have a Centos 4.2 system with cups printing installed printing via postcript (with appropriate PPD file) to a HP LaserJet 1320N printer (via jetdirect socket 9100). Everything seems to work right - except for an unusual 'font'??? problem. Many letters seem to be just slightly garbled. At first I thought this was a mechanical problem at
2013 May 09
2
Klibc 2.0.2 build vs -j 30-ish
I've run into a problem with building klibc with high parallelism It's not quite predictable, but at a -j of approx 25-30 or more (on a 24 hyperthreaded machine), I often get something like the following error messages: ... KLIBCCC usr/klibc/sigsuspend.o KLIBCCC usr/klibc/sigprocmask.o KLIBCCC usr/klibc/pselect.o KLIBCCC usr/klibc/ppoll.o /git/KLIBC/usr/klibc/sigsuspend.c:8:31: fatal
2004 Dec 16
26
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the centos mirror: RHSA-2004:634-01 Updated zip package fixes security issue Files available: zip-2.3-10.1.i386.rpm More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: # yum update -- John