>
> On Tue, 29 Aug 2000, John Summerfield wrote:
>
> >Date: Tue, 29 Aug 2000 07:47:20 +0800
> >From: John Summerfield <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Content-Type: text/plain; charset=us-ascii
> >Subject: Re: rpm and AMD K6
> >
> >>
> >> Edit /usr/lib/rpm/rpmrc... it is more or
> On Mon, 28 Aug 2000, Nitebirdz wrote:
>
> >Date: Mon, 28 Aug 2000 13:51:17 -0500 (CDT)
> >From: Nitebirdz <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Content-Type: TEXT/PLAIN; charset=US-ASCII
> >Subject: Re: rawhide: kudzu-0.68-1 fails to compile
> >
> >On Sun, 27 Aug 2000, John Summerfie
On Mon, 28 Aug 2000, Joe Brenner wrote:
>Date: Mon, 28 Aug 2000 20:07:32 -0700
>From: Joe Brenner <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: rm problem
>
>
>Alan Shutko <[EMAIL PROTECTED]> wrote:
>
>> Joe Brenner <[EMAIL PROTECTED]> writes:
>>
>> > For some reason, the function o
On Mon, 28 Aug 2000, Samdeep Nayak wrote:
>Date: Mon, 28 Aug 2000 18:34:14 -0700
>From: Samdeep Nayak <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Content-Type: text/plain;
> charset="iso-8859-1"
>Subject: Linux kernel mailing list??
>
>Hi,
>
>I am not sure if I am s
On Tue, 29 Aug 2000, John Summerfield wrote:
>Date: Tue, 29 Aug 2000 07:47:20 +0800
>From: John Summerfield <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Content-Type: text/plain; charset=us-ascii
>Subject: Re: rpm and AMD K6
>
>>
>> Edit /usr/lib/rpm/rpmrc... it is more or less self explanatory.
On Tue, 29 Aug 2000 [EMAIL PROTECTED] wrote:
>I have managed to runout of inodes on a partition du to a buggy routine.
>
>I know what I want to delete, but when I do rm -f * in the problem
>directory it comes back with "Argument list too long"
>
>Can anyone think of a way around this one?
Use th
On Mon, 28 Aug 2000, Nitebirdz wrote:
>Date: Mon, 28 Aug 2000 13:51:17 -0500 (CDT)
>From: Nitebirdz <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Content-Type: TEXT/PLAIN; charset=US-ASCII
>Subject: Re: rawhide: kudzu-0.68-1 fails to compile
>
>On Sun, 27 Aug 2000, John Summerfield wrote:
>
>>
>>
On Mon, 28 Aug 2000, Matt Wilson wrote:
>> Sorry... I couldn't find that in the nonexistant RPM manual.
>> ;o) Actually.. it probably is in Maximum RPM even though it's
>> outdated, so I'll shut up now. ;o)
>
>Maximum RPM, index: "rpmrc, locations of: 368"
>
>On page 368:
>
>Next, we have
At 20:07 -0700 28 Aug 2000, Joe Brenner <[EMAIL PROTECTED]> wrote:
> I guess what bothers me most is that there doesn't seem to
> be any placeholder for where the filename is going to go.
> Like what if you don't want the filename at the end of the
> command line? Then you revert back to find wit
Alan Shutko <[EMAIL PROTECTED]> wrote:
> Joe Brenner <[EMAIL PROTECTED]> writes:
>
> > For some reason, the function of xargs will not sink into my
> > head...
>
> What xargs does is take a list of things on standard input (usually
> files) and run the command specified, putting as many of t
>
> I have managed to runout of inodes on a partition du to a buggy routine.
>
> I know what I want to delete, but when I do rm -f * in the problem
> directory it comes back with "Argument list too long"
>
> Can anyone think of a way around this one?
dir | xargs --max-lines=300 rm -f
or some
Hi,
I am not sure if I am sending mail to the correct mailing list. I am looking
out for specifications to write a TTY Linux device driver. So far I was not
able to find any documentation. If any one has any idea about the TTY
drivers/documentation pls. inform me.
Thanks
Samdeep
___
Joe Brenner <[EMAIL PROTECTED]> writes:
> For some reason, the function of xargs will not sink into my
> head...
What xargs does is take a list of things on standard input (usually
files) and run the command specified, putting as many of those files
(or whatever) on each command line, until the
>
> Edit /usr/lib/rpm/rpmrc... it is more or less self explanatory.
That's error-prone; it gets replaced whenever I upgrade rpm, and I seem to be
forced to do that altogether TOO often lately.
>
> This begs a question...
>
> Why is rpmrc in /usr/lib/rpm/? Should it not make more sense in
>
> On Mon, Aug 28, 2000 at 01:09:25AM -0400, Mike A. Harris wrote:
> >
> > Sorry... I couldn't find that in the nonexistant RPM manual.
> > ;o) Actually.. it probably is in Maximum RPM even though it's
> > outdated, so I'll shut up now. ;o)
>
> Maximum RPM, index: "rpmrc, locations of: 368
> On Sun, 27 Aug 2000, John Summerfield wrote:
>
> >
> > I've chowned it to me and do not build as root (regulars will have noticed
> I'm
> > reluctant to build anything as root; recent news wrt pinstrip is Good).
> >
>
> Excuse me for the stupid question, but why wouldn't you build a packag
Victor Shnayder <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> >
> > I have managed to runout of inodes on a partition du to a buggy routine.
> >
> > I know what I want to delete, but when I do rm -f * in the problem
> > directory it comes back with "Argument list too long"
> >
> >
[EMAIL PROTECTED] wrote:
>
> I have managed to runout of inodes on a partition du to a buggy routine.
>
> I know what I want to delete, but when I do rm -f * in the problem
> directory it comes back with "Argument list too long"
>
> Can anyone think of a way around this one?
Either use xargs (
I have managed to runout of inodes on a partition du to a buggy routine.
I know what I want to delete, but when I do rm -f * in the problem
directory it comes back with "Argument list too long"
Can anyone think of a way around this one?
Kevin
___
You're using MS-DOS formatted text files (CR+LF).
Matt
On Mon, Aug 28, 2000 at 10:40:21AM -0600, Jeff Pitman wrote:
> Hi there,
>
> Anyone know why a '?' is appended to the outputted filenames?
>
> For example if I do,
>
> %post
>
> echo "Does this run in Upgrade mode?" > /etc/jeff
>
> I w
On Mon, Aug 28, 2000 at 01:51:17PM -0500, Nitebirdz wrote:
> Excuse me for the stupid question, but why wouldn't you build a package as
> root? Security reasons? Even if you trust the sources? Just trying to
> learn something from you, guys. :-)
It's good practice because, among other things
> >
> > Unless the package has special assembler instructions like Mesa you
> > shouldn't. In a K6/2 (notice this is not a plain K6) code compiled
> > for K6 is slower that code you let alone ie compiled for 386.
> >
>
>
> Jean
> Are you sure about this? I'm using gcc 2.95 which has special o
On Mon, 28 Aug 2000, Nitebirdz wrote:
> On Sun, 27 Aug 2000, John Summerfield wrote:
> > I've chowned it to me and do not build as root (regulars will
> > have noticed I'm reluctant to build anything as root; recent
> > news wrt pinstrip is Good).
>
> Excuse me for the stupid question, but why w
On Sun, 27 Aug 2000, John Summerfield wrote:
>
> I've chowned it to me and do not build as root (regulars will have noticed I'm
> reluctant to build anything as root; recent news wrt pinstrip is Good).
>
Excuse me for the stupid question, but why wouldn't you build a package as
root? Securit
I am working with a pared down redhat installation, and I am
attempting to get PAM working again, but I can't seem to find what I am
missing. I currently have /etc/pam.d/ configured with the following.
/etc/pam.d
other
system-auth
/etc/pam.d/other
authrequiredpam_unix_auth.so
acc
On Mon, 28 Aug 2000, John Summerfield wrote:
> Damn. Took the letters off my keyboard.
>
> I agree wholeheartedly with most (I'm not sure writing isn't
> fun) of what RPH says.
Oh --- writing, per se, is usually fun; I was trained in part as a
professional wordsmith. "writing documentation" --
Hi there,
Anyone know why a '?' is appended to the outputted filenames?
For example if I do,
%post
echo "Does this run in Upgrade mode?" > /etc/jeff
I will find the file /etc/jeff? in my installation, instead of, /etc/jeff
Is this normal?
Thanks
Jeff
--
Of course, you UNDERSTAND a
> >
> >
> > I built an rpm from source. As I'm building on and for an AMD K6, I said,
> > "--target=k6."
> >
> > I duly created /u02/summer/redhat/RPMSi586-pc-linux-gnu/k6/fetchmail-5.5.1-
> 1.k6
> > rpm, but find I can't install it:
> >
> > [root@dugite /root]# rpm --upgrade /u02/summer/red
> The tool is not complete until the 'paperwork' is done. But
> if one follows the RPM list, the emphasis is clear --
> 'someone else' can submit that part - 'patches are welcome'.
Damn. Took the letters off my keyboard.
I agree wholeheartedly with most (I'm not sure writing isn't fun) of what
Committed as Bug 17033 posted - RFE
On Sun, 27 Aug 2000, Chris Abbey wrote:
> At 19:31 8/27/00 -0400, Matt wrote:
> >NO NO NO! /etc/rpm/macros and /etc/rpm/rpmrc are for local changes!
>
> well, I don't know about Mike, Jean or John... but I for one am not
> psychic... perhaps a nice little m
On Mon, Aug 28, 2000 at 01:09:25AM -0400, Mike A. Harris wrote:
>
> Sorry... I couldn't find that in the nonexistant RPM manual.
> ;o) Actually.. it probably is in Maximum RPM even though it's
> outdated, so I'll shut up now. ;o)
Maximum RPM, index: "rpmrc, locations of: 368"
On page 368
31 matches
Mail list logo