Displaying 17 results from an estimated 17 matches for "pkglists".
Did you mean:
pkglist
2005 Oct 22
2
apt repository
Is there a problem with apt-get repo? i get 404 not found when i try to
update the repositories?
im using rpm http://mirror.centos.org for my repositories and here's the
error of apt.
Ign http://mirror.centos.org centos/4.1/apt/i386 release
Err http://mirror.centos.org centos/4.1/apt/i386/os pkglist
404 Not Found [IP: 64.92.174.74 <http://64.92.174.74> 80]
Ign http://mirror.centos.org
2015 Feb 26
2
Easy way to strip down CentOS?
...$RPMLIST $PKGLIST $PKGINFO
mkdir $PKGINFO
# Create core package database
echo
echo "+=================================="
echo "| Creating core package database..."
echo "+=================================="
echo
sleep 3
CORE=$(egrep -v '(^\#)|(^\s+$)' $CWD/../pkglists/core)
for PACKAGE in $CORE; do
printf "."
touch $PKGINFO/$PACKAGE
done
unset CRUFT
# Check installed packages against core package database
echo
echo
echo "+========================================================"
echo "| Checking for packages to be removed from yo...
2002 Jun 17
1
overzealous help-links.sh script! (PR#1682)
Starting html help in the current version of R has a very annoying
side-effect. It indiscriminantly removes $HOME/.R, and replaces it with a
virgin copy. I discovered that when all of a sudden I got complaints about
my startup "library" not being found.
Below is a modified version of the script that doesn't do this. It is not
perfect yet (it shouldn't try to recreate links
2015 Feb 26
0
Easy way to strip down CentOS?
...gt;
> # Create core package database
> echo
> echo "+=================================="
> echo "| Creating core package database..."
> echo "+=================================="
> echo
> sleep 3
> CORE=$(egrep -v '(^\#)|(^\s+$)' $CWD/../pkglists/core)
> for PACKAGE in $CORE; do
> printf "."
> touch $PKGINFO/$PACKAGE
> done
>
> unset CRUFT
>
> # Check installed packages against core package database
> echo
> echo
> echo "+========================================================"
>...
2015 Feb 26
2
Easy way to strip down CentOS?
On Wed, February 25, 2015 14:18, Brian Mathis wrote:
>
> I don't think there's a single yum command that lets you roll
> back to the packages the were installed at a given point in
> time. I also don't think that this would get you back to the
> *exact* system as it was.
# yum history rollback 1 # return to first post-update state.
# yum history undo 1 # undo
2001 Jul 01
1
indexing
Don't know if this is useful to anyone, but here's a "poor man's"
solution I came up with to the CRAN indexing problem ... not as good as
having a full-text web link, but it does have some advantages. (1) it's
already done. (2) it's relatively easy to download and store this
information off-line, and to update it periodically. (3) it doesn't (now)
require any
2005 Jan 12
0
Protocol incompatibility with rsync 2.6.4 (cvs) and disk full
Hi,
I got this error after a transaction was interrupted by me
and a new (slightly updated) transaction was started.
...
fedora/1/en/i386/base/pkglist.dag.bz2
1246954 100% 67.79kB/s 0:00:17 (27, 1.7% of 201557)
Invalid file index 1777522462 (count=201557)
rsync error: protocol incompatibility (code 2) at sender.c(152)
On both ends exactly the same rsync was used. It's a
2005 Mar 04
12
A Problem : Can NOT install APT or Synaptic for v4.0
Hello,
There was no problem installing "APT" package in
CentOS 4.0 Beta, but so far I could not install
APT or Synaptic by "# yum install apt" or
by "# yum install synaptic" in a usual manner.
Is there any solution for this?
It seems to me, something is wrong only for these
two packages.
Regards.
2005 Feb 21
0
Knowing what packages come from where in apt/yum
Looking at the output of
rpm -qa --qf "%{vendor} - %{name} %{version} - %{arch}\n"
on a CentOS 3.4 box, I noticed that package tora-1.3.9.2 (i386) lists the
upstream vendor that shall not be named in the "vendor" field.
Is this something that should be remedied?
--
Marko A. Jennings
Blue Gargoyle Consulting, LLC
419-283-4245
PGP Public Key:
2001 May 09
0
help.start() fails (PR#935)
On my system help.start() failed with "could not write .R/doc/html/packages.html"
or equivalent. This due to /usr/local/lib/R/doc/html/packages-head.html
having protection -r--r--r--. After inserting 'chmod u+w ${PKGLIST}'
after 'cp ${R_HOME}/doc/html/packages-head.html ${PKGLIST}'in
/usr/local/lib/R/bin/help.links, it works.
--please do not edit the information
2001 May 09
0
help.start() failed (PR#936)
On my system help.start() failed with "could not write .R/doc/html/packages.html
"
or equivalent. This due to /usr/local/lib/R/doc/html/packages-head.html
having protection -r--r--r--. After inserting 'chmod u+w ${PKGLIST}'
after 'cp ${R_HOME}/doc/html/packages-head.html ${PKGLIST}'in
/usr/local/lib/R/bin/help.links, it works.
BTW. bug.report() fails with "mailx:
2018 Apr 13
1
In base R: argument `list` does not accept lists
On 13/04/2018 7:21 AM, Johannes Rauh wrote:
> The function `base::rm` has an argument that is named `list`. However, if a list is passed as `list` to `rm` (e.g.: `rm(list = list("x", "y"))`), an error is raised: "invalid first argument".
>
> Agreed, the documentation says that `list` should be "a character vector naming objects to be removed."
2005 Jan 13
2
error in rsync protocol data stream (code 12) at io.c(692)
Hi Wayne, Jeff,
With the same version/build as the last report, I got this error now:
...
extra/state/all-packages.list
1458888 100% 46.83kB/s 0:00:30 (634, 0.0% of 201605)
WARNING: fedora/1/en/i386/base/pkglist.dag.bz2 failed verification --
update put into partial-dir (will try again).
unexpected tag -111
rsync error: error in rsync protocol data stream (code 12) at
2018 Apr 11
2
Possible \uxxx typos in documents
I found a few occurrences of "\uxxx" which should probably have
one more "x". A patch follows:
Index: doc/manual/R-ints.texi
===================================================================
--- doc/manual/R-ints.texi (revision 74580)
+++ doc/manual/R-ints.texi (working copy)
@@ -1277,11 +1277,11 @@
we have to a universal format. For those that do not (for example those
2017 Jun 28
0
Missing dependencies in pkg installs SOLVED
So apparently (being a linux novice) I didn't realize it was insufficient to simply have the file marked as executable. It turns out the default TMP directory on my machine is mounted with a noexec flag so no files in that directory are allowed to be executed. The solution is to set an environment variable TMPDIR=some new directory I created (eg. /home/myusername/tmp) Then R uses that
2018 Feb 26
3
Going back to a minimal system : strange problem
...make up a minimal CentOS
installation. On a fresh install, I would do something like this:
# rpm -qa --queryformat '%{NAME}\n' | sort > minimal.txt
Here's the resulting list of packages. I added a comment on top:
https://github.com/kikinovak/centos-7-server-lan/blob/master/config/pkglists/minimal.txt
And here's the script to prune the installation, e. g. remove everything
that's not on the list.
https://github.com/kikinovak/centos-7-server-lan/blob/master/elaguer.sh
This script worked perfectly for some time. But now it seems like
something has changed somewhere under the...
2013 Jul 01
3
Yum errors
Hi,
I have a machine that recently had some file system corruption. fsck was able
repair the file system but I am getting the following error when I try to
do yum update:
[Errno 21] Is a directory: '/var/lib/yum/yumdb/e/2f883c08e3b596b66fcc19c6b4d73b11c9aaa43e-e2fsprogs-1.41.12-14.el6_4.2-x86_64/checksum_type'
In searching Google, some suggested renaming the yumdb but that just results