I having big problems whith the printer spools.
Some people can not print and others yes. What are the permissions and rights that
must have thats directories ?
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
I asked the below question last week before the thanksgiving break:
> From: "Chris Garrigues" <[EMAIL PROTECTED]>
> Date: Tue, 23 Nov 1999 17:50:45 -0600
>
> I need to find out how I can get pump to configure some files in addition to
> the ones it already does. I'm trying to setup freeswan a
On Tue, 30 Nov 1999, Bill Nottingham wrote:
> Except for perl, those are used by the %post script that converts
> a rpm-2.5 /etc/rpmrc file to a rpm-3.0 macro file...
Hmm. Might be worth the time to create an "RPM lite", stripped down for
package installation and removal, without all the building
I think it's also neccesary to add this one for fixing --iscrypted itself
(it will crypt the crypted pw otherwise ?):
---installclass.py
+++ site-packages/installclass.py
@@ -151,6 +151,7 @@
def doRootPw(self, pw, isCrypted = 0):
self.rootPassword = pw
+ self.isCrypted = isC
John Summerfield ([EMAIL PROTECTED]) said:
> What does rpm do that requires gawk, fileutils, textutils, sh-utils,
> mktemp, and perl /usr/bin/perl?
Except for perl, those are used by the %post script that converts
a rpm-2.5 /etc/rpmrc file to a rpm-3.0 macro file...
Bill
--
To unsubscribe:
m
On Tue, 30 Nov 1999, John Summerfield wrote:
> What does rpm do that requires gawk, fileutils, textutils, sh-utils,
> mktemp, and perl /usr/bin/perl?
If you look in /usr/lib/rpm, you see the scripts used for determining
the dependencies of packages, as well as other things determined during
the
On Tue, 30 Nov 1999, John Summerfield wrote:
> What does rpm do that requires gawk, fileutils, textutils, sh-utils,
> mktemp, and perl /usr/bin/perl?
>
> How this affect the creation of and use of recovery disks? Does a recovery
> disk now have to be a CD or some other removable bootable stora
[summer@possum /misc]$ rpm -q --requires rpm
gawk
fileutils
textutils
sh-utils
mktemp
bzip2 >= 0.9.0c-2
/bin/sh
ld-linux.so.2
libbz2.so.0
libc.so.6
libdb.so.2
libz.so.1
librpm.so.0
/bin/bash
/bin/sh
/usr/bin/perl
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libdb.so.2(GLIBC_2.0)
[summer@possum /misc]