similar to: Remote testing of klibc

Displaying 20 results from an estimated 10000 matches similar to: "Remote testing of klibc"

2006 Aug 14
2
klibc and udev
In case people here don't follow the udev mailing list, udev seems to be quasi-dropping klibc support. Well, see the forwarded message below. As I don't agree with the "omg udev is complex! use glibc!" rationale, I want klibc and udev to remain working with each other.... Assuming some minor breakage in the near future, is klibc open to accepting patches for "basic C
2006 Jan 27
2
inclusion of alias handling in klibc insmod
Just curious if anyone has done anything similar, as I'd rather not reporduce work. I'm going to put alias handling (and only alias handling) into a modified version of insmod. The reason I'm doing this is to aid in boot time module loading via aliases exposed in sysfs. Sure, I could include modprobe directly in the initramfs, but it's a bit large, and I really only need alias
2006 Feb 12
2
klibc tree status
I have just pushed out a git tree which actually has the root-mounting code removed from the kernel. Since there are any number of strange boot configurations out there, I would really appreciate any help in testing this stuff out. I have *NOT* implemented support for the following, which I'm hoping has fallen out of use by now: -> Setting boot flags via rdev, as opposed to on the
2008 Mar 25
2
bunch of small fixes
hello hpa, nothing particular stands out, just syncing with latest Debian upload and subsequent patch emails. please review merge or nack. thanks :) maks git pull git://git.debian.org/~maks/klibc.git maks for the changes: Aaron Griffin (1): [klibc] kinit: skip md assembly if mdX exists Colin Watson (1): [klibc] mount/umount FUSE support Harald Jenny (1): [klibc] fstype:
2006 May 12
1
nfsmount inside kinit
Hey all, bug report time. I started tracking this down, but am at a bit of a loss for time, so I figured I'd report over this list to see if anyone else has the time to fix this or at least find the error. When calling nfsmount on it's own, say "nfsmount 1.2.3.4:/home/nfs /root" it works just fine, however, when calling nfsmount_main from within kinit (via nfsroot=), things get
2006 Jun 26
1
[klibc 00/43] klibc as a historyless patchset
As some people have requested, here is klibc as a historyless patchset against 2.6.17. The patchset consists of two parts: changes to the main kernel code taken straight from the git history (as it is rather few patches), and additions, grouped by rough divisions. The majority of the patches are independent in the sense that they should apply independently, but Makefile/Kbuild files may have to
2006 Mar 22
1
[patch] trivial cleanup
remove 'NFS-Root' from an error message, and get rid of the old_root check, as it's unused and fails if the target filesystem is mounted 'ro' for no good reason. --- kinit.c 2006-03-21 23:48:15.000000000 -0600 +++ kinit.c 2006-03-22 01:09:39.000000000 -0600 @@ -191,7 +191,7 @@ } } else if (!S_ISDIR(st.st_mode)) { - fprintf(stderr, "NFS-Root:
2016 Jan 28
2
remote gnome setup
It's been surprisingly difficult to set up a remote display between two CentOS boxes, one headless running v.5.9 and the other a new laptop running v.7.2. Since the one machine is headless, it should be obvious which is to display the desktop of the other. The two machines are on the same local network, yet there is iptables running on both of them. But it's not a big deal for me to
2007 Jun 24
2
Maybe this will make it to the FAQ :-)
Hi Arjen, I've just read the FAQ and got to the question: "Q: How can I make upsmon shut down my system after some fixed interval?" Well it looked like the question was there for me. :-) You say: Ask yourself this: why buy a nice big UPS with the matching battery and corresponding runtime and then shutdown early? If anything, I'd rather have a few more minutes running on
2016 Jan 28
1
remote gnome setup
On 01/28/2016 11:10 AM, Jonathan Billings wrote: > On Thu, Jan 28, 2016 at 10:30:03AM -0500, ken wrote: >> When someone is sitting at their linux machine which is running >> gnome, and if that machine is running at 'init 5', and if they >> aren't yet logged in, they'll have something on their screen called >> the Greeter. If they successfully log in
2006 Jun 26
0
[klibc 13/43] UML: the klibc architecture is the underlying architecture
On UML: the klibc architecture is the underlying architecture, so set KLIBCARCH to SUBARCH. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 018604e070e143657abcf0cb256a1e2dda205d97 tree 1b853903ca6af49d9f437cfd694aec61ef1d488e parent baacd5d81ff7151e8df3893850ec363441886a1e author H. Peter Anvin <hpa at zytor.com> Mon, 15 May 2006 21:25:33 -0700 committer H. Peter Anvin
2016 Jan 28
2
remote gnome setup
On 01/28/2016 09:40 AM, Jonathan Billings wrote: > On Thu, Jan 28, 2016 at 03:24:48AM -0500, ken wrote: >> It's been surprisingly difficult to set up a remote display between two >> CentOS boxes, one headless running v.5.9 and the other a new laptop running >> v.7.2. Since the one machine is headless, it should be obvious which is to >> display the desktop of the
2006 Apr 09
1
curious unpacking issue
I'm not sure when exactly this started, but currently when I specify a ramfs image via the initrd line in grub, kinit picks it up as an initrd and tries (and fails) to unpack it and run linuxrc from it. I'm assuming this is not the intended behavior. Can anyone point me into the proper direction for unpacking an initramfs image ontop of the in-kernel image? Currently, I am using kernel
2006 May 03
1
syslinux gone?
I'm just curious. The older klibc tarballs had a syslinux dir used to build a syslinux image with klibc. While I haven't used it, I was planning on messing with it at some point in the future. However, the syslinux stuff was removed from recent klibc images. Is there a technical reson for this, or would is still be acceptable to use the old Makefiles from that dir to build syslinux?
2009 Feb 27
2
Getting unique entries from models?
I''m using acts_as_taggable_on and I want to get a list of unique taggings. How can I do this? In a more general sense, say that I have a Product model with attributes name and price. I have these: id: 1 Name: Juice Price: 5 id: 2 Name: Juice Price: 5 So when I do a Product.find(:all) I''ll get both, but I only want one. How can I do this so that no matter now many
2006 Apr 26
1
udev no longer compiles (since 1.3.5)
As the title suggests, udev no longer compiles under klibc versions > 1.3.5 It may partially be udev's fault, however, certain symbols, such as SOCK_DGRAM, are no longer visible when compiling under klcc, which is causing this issue. A simple check of the linux/net.h header shows some ARCH_HAS_SOCKET_TYPES define, which is not set internally by udev's source. Where would be the most
2005 Aug 09
6
initramfs howto
Hi, Here's a try at writing an initramfs HOWTO. This is basically a write-up of a number of interesting emails I collected over time. It could probably use an editor, more fact-checking and a bunch of other good things, but it should be better than nothing ;-) Daniel -------------- next part -------------- INITRAMFS HOWTO 0) What are klibc and initramfs? Initramfs is a ramfs into which
2012 Mar 26
1
[PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
From: "Anthony G. Basile" <basile at opensource.dyc.edu> The current configure.in file does not correctly make use of these macros. The resulting configure file will therefore enable an item even if --disable-FEATURE is given. This patch restores the intended behavior. --- configure.in | 50 +++++++++++++++++++++++++++++++++----------------- 1 files changed, 33 insertions(+),
2010 Jan 28
1
Trouble getting past net join ads...
I am in the process of getting samba working again with Activer Directory. Recently our IT department upgraded their windows server to 2008. I am following the approach described here: http://www.surlyjake.com/linux/samba/join-debian-lenny-to-active-directory-using-samba/ I am able to get kerberos to issue a ticket, but where I am running into a wall is with the net join ads part...
2007 Dec 11
1
question regarding arima function and predicted values
Good evening! I have a question regarding forecast package and time series analysis. My syntax: x<-c(253, 252, 275, 275, 272, 254, 272, 252, 249, 300, 244, 258, 255, 285, 301, 278, 279, 304, 275, 276, 313, 292, 302, 322, 281, 298, 305, 295, 286, 327, 286, 270, 289, 293, 287, 267, 267, 288, 304, 273, 264, 254, 263, 265, 278) library(forecast) arima(x, order=c(1,1,2),