similar to: RPMs available

Displaying 20 results from an estimated 9000 matches similar to: "RPMs available"

2005 Jul 27
2
Introduce kbuild for klibc?
Hi hpa and others. With my ongoing work to prepare for potential integration of klibc in the kernel I wonder if there wold be any interest in using part of the kbuild infrastructure to build the vanilla klibc? The rationale is obvious: - common codebase for Kbuild files, so one only has to fix things in one place - I force klibc developers to create Kbuild files usable in the kernel - Much
2003 Jun 14
1
[teeny tiny PATCH] Fix include/linux/bitops.h for userspace
Hi, Andrew - Looks like a recent change you fed to Linus broke the klibc build as of 2.5.71. Can you pass this fix along, please? ===== include/linux/bitops.h 1.4 vs edited ===== --- 1.4/include/linux/bitops.h Thu Jun 5 23:37:30 2003 +++ edited/include/linux/bitops.h Sat Jun 14 22:02:01 2003 @@ -108,7 +108,7 @@ return (res & 0x0F) + ((res >> 4) & 0x0F); }
2003 Oct 13
5
initramfs as an initrd replacement
Hi , One of the things I am working on requires me to have a kernel and an initrd (as root filesystem , based on busybox) in one single image. I am trying to use initramfs for this, but there are a few things that I just can't figure out. As a test, I made a cpio archive of my own for the kernel source (plain 2.6.0-test5). Everything gets unpacked just fine during boot. Somehow I was
2003 Apr 25
3
A few questions
I've spent some time looking at klibc today, and find myself in a state of some puzzlement. The 0.79 snapshot does not build against 2.5.68; it fails almost immediately, apparently due to problems with include files. I'm hesitant to try patching anything to get it building, because I can find no sign of a CVS or BK repo that I can check against, and I don't want to replicate
2007 Sep 19
2
function on factors - how best to proceed
Sorry about this one being long, and I apologise beforehand if there is something obvious here that I have missed. I am new to creating my own functions in R, and I am uncertain of how they work. I have a data set that I have read into a data frame: > gctable[1:5,] refseq geometry X60_origin X60_terminus length kingdom 1 NC_009484 cir 1790000 773000 3389227 Bacteria 2
2014 Dec 27
0
Lost hotmail WAS: trouble building 6.03
On Mon, Dec 22, 2014 at 11:06:58AM +0200, Ady wrote: > > On Sun, Dec 21, 2014 at 12:21:32PM -0800, Patrick Masotta wrote: > > > [ ... Failed to build gnu-efi. ... ] > > For some reason I have not received the original email from Patrick > Masotta in my inbox, so I am using the first reply sent by Geert in > order to actually reply to the OP... What is visible in the
2005 Apr 02
3
Bug#302744: logcheck-database: postfix rules
Package: logcheck-database Version: 1.2.36 Severity: wishlist Hello, I recently blew away my old logcheck-databse and lost a number of changes that i had made to postfix entries. The default database for postfix reports the following errors that do not seem to be important... Apr 2 13:00:19 terminus postfix/local[29516]: 574B9B3B9F: to=<doug at localhost>, relay=local, delay=13,
2015 Jan 03
0
Lost hotmail
On Fri, Jan 2, 2015 at 3:43 PM, Geert Stappers <stappers at stappers.nl> wrote: > On Sat, Dec 27, 2014 at 05:07:04PM +0100, Geert Stappers wrote: >> On Mon, Dec 22, 2014 at 11:06:58AM +0200, Ady wrote: >> > > On Sun, Dec 21, 2014 at 12:21:32PM -0800, Patrick Masotta wrote: >> > > > [ ... Failed to build gnu-efi. ... ] >> > >> > For some
2016 Mar 27
1
I stopped receiving mails from the list.
On Sun, Mar 27, 2016 at 7:42 AM, Geert Stappers via Syslinux <syslinux at zytor.com> wrote: > On Sun, Mar 27, 2016 at 10:10:01AM +0200, Patrick Masotta via Syslinux wrote: >> On Sun, Mar 27, 2016 at 01:06:54AM +0000, Gene Cumm via Syslinux wrote: >> > On Sunday, March 20, 2016 11:18 PM, Patrick Masotta via Syslinux <syslinux at zytor.com> wrote: >> > > I
2015 Jan 02
4
Lost hotmail
On Sat, Dec 27, 2014 at 05:07:04PM +0100, Geert Stappers wrote: > On Mon, Dec 22, 2014 at 11:06:58AM +0200, Ady wrote: > > > On Sun, Dec 21, 2014 at 12:21:32PM -0800, Patrick Masotta wrote: > > > > [ ... Failed to build gnu-efi. ... ] > > > > For some reason I have not received the original email from Patrick > > Masotta in my inbox, so I am using the
2005 Sep 08
2
Reg. I/O callbacks.
Supposing I want to use the File decoder., and set the I/O callbacks. How do I do it? The API (version 1.1.2) documentation gives functions to set the ``write``, ``metadata`` and ``error`` callback. What about the ``read``., ``eof``, etc. callbacks. If i'm using the file decoder., can i still use the functions from the stream_decoder_set_* for this? -- Joe Steeve (http://www.joesteeve.org/)
2002 Nov 28
1
Re: samba digest, Vol 1 #1924 - 22 msgs
I had a similar issue on my Debian box. It seemed that setfacl didn't care for special characters. I changed the separator character to - (dash) instead of + or \ and it worked fine. Good luck! Tom Hallewell Radio Free Asia Washington DC USA > > (offlist replies discontinued due to increasing large number of people > involved) > > Gareth Davies wrote: > >
2003 Jun 09
1
klibc integration status
Hi, Greg - I have a 2.5.70 BK repository, with klibc integrated, at: bk://klibc.bkbits.net/2.5-klibc This repo has the following features: * Completely up-to-date w.r.t. klibc itself. * Kbuild sort of happy, but still needs an eyeball from Kai to figure out why it always rebuilds everything in usr/. * Supports both IP autoconfig and NFS root from initramfs.
2014 Nov 09
1
inbox parameter is ignored within location config for public namespaces?
Hello, i already asked a similiar question some month ago but still have no fix for my problem :-( This is my global location option in 10-mail.conf: mail_location = maildir:/home/vmail/%d/%n/MAILDIR:INBOX=/home/vmail/%d/%n/MAILDIR/.INBOX:INDEX=/home/vmail/%d/%n/INDEX/ This works fine, until i'm using a public namespace. The following namespace is a normal user too, every mail to bos at
2002 Dec 12
2
Large-scale ACL copying?
Hi all, Well, I'm getting somewhere I think, I now have both ACL support and domain login basically working. However I'm at a bit of a loss as to how to proceed. Basically I want to copy over a large number of files and directories (~300k files, ~60Gb total) from an existing W2k server to a Samba server. These files have existing ACLs set, so I need to preserve them somehow. I can
2005 Apr 07
1
Bug#303661: logcheck-database: openntpd rules
Package: logcheck-database Version: 1.2.37 Severity: normal Hello again, openntpd gives messages like these failry often: Apr 7 14:25:55 terminus ntpd[673]: peer 204.17.42.202 now invalid Apr 7 14:26:10 terminus ntpd[673]: peer 204.17.42.202 now valid I am not sure if this is something that an admin may find relevant but they happen fairly often and they do not offer a lot of info for me.
2007 Nov 12
2
Query an Access database based on a date attribute
Dear useRs, I would like to query an Access database through R based on a date attribute but, unfortunately, I fail to do so. For example, the table test_table of the test.mdb looks like: ID cd market competitor dd price 1 1 2007-11-20 atl-bos delta 2007-11-20 210 2 2 2007-11-20 atl-bos delta 2007-11-21 190 3 3 2007-11-20 atl-bos delta 2007-11-22
2005 Oct 06
2
Re: Reg. FLAC decoding
On Fri, 2005-09-30 at 23:14, Josh Coalson wrote: > but all samples in buffer[] are 32-bit signed integers in host > order, regardless of the bits-per-sample of the frame. so to get > them down to shorts (assuming they'll fit), do like: > > FLAC__int32 * LChannel = buffer[0]; > short TempSource = (short)LChannel[LPos]; > > instead of > > LChannel =
2005 Oct 25
2
Re: Reg. FLAC decoding
Sorry for the delay in getting back to you., I was working on something else and just now got FLAC to work. Ok., FLAC files are playing now :) Cheers. There is a slight noise happening in the background., which i'm figuring out. I hope that it'll be solved soon. However, i wanted to know if there are any ARM specific optimizations that can be done. The processor is a 166MHz processor. Do
2007 Nov 13
1
R: Query an Access database based on a date attribute
It seems that Access needs that you surround the dates with a # symbol. You probably need something like. res <- sqlQuery(channel, "select * from test_table where market = 'atl-bos' and competitor = 'delta' and dd = #2007-11-20#") Hope this helps, Stefano -----Messaggio originale----- Da: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]Per