Displaying 17 results from an estimated 17 matches for "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 centos/4.1/apt/i386/os release
Err http://mirror.centos.org centos/4.1/apt/i386/addons pkglist
404 Not Found [IP: 64.92.174.74 <http://64.92.174.74> 80]
Ign http://mirror.centos.org centos/4.1/apt/i38...
2015 Feb 26
2
Easy way to strip down CentOS?
...goes.
1. First, make a list of the packages contained in a minimal
installation. This is easy, since I can do a minimal installation in a
virtual guest, and then run the following little script:
#!/bin/bash
#
# create_package_list.sh
#
# (c) Niki Kovacs, 2014
TMP=/tmp
RPMLIST=$TMP/rpmlist.txt
PKGLIST=$TMP/pkglist.txt
rm -f $RPMLIST $PKGLIST
rpm -qa | sort > $RPMLIST
sed 's/-[^-]*-[^-]*\.[^.]*\.[^.]*$//' $RPMLIST > $PKGLIST
2. I copy that package list to the 'core' file in my Git repo and run
the following script on the system I want to prune:
#!/bin/bash
#
# purge_syste...
2002 Jun 17
1
overzealous help-links.sh script! (PR#1682)
...cause a file
# with the same name exists.
# For the links, I try to be clever, and put in only those that aren't there
yet, but this doesn't yet function
# correctly with the single-line-2-test expression. Therefore, all output
from ln is thrown away :)
USER_R_HOME="${HOME}/.R"
PKGLIST="${USER_R_HOME}/doc/html/packages.html"
SEARCHINDEX="${USER_R_HOME}/doc/html/search/index.txt"
# RJVB: don't do this!!
# rm -rf ${USER_R_HOME}
dirs="${USER_R_HOME} ${USER_R_HOME}/doc ${USER_R_HOME}/doc/html
${USER_R_HOME}/doc/html/search ${USER_R_HOME}/library"
f...
2015 Feb 26
0
Easy way to strip down CentOS?
...a minimal installation.
> This is easy, since I can do a minimal installation in a virtual guest, and
> then run the following little script:
>
> #!/bin/bash
> #
> # create_package_list.sh
> #
> # (c) Niki Kovacs, 2014
>
> TMP=/tmp
> RPMLIST=$TMP/rpmlist.txt
> PKGLIST=$TMP/pkglist.txt
> rm -f $RPMLIST $PKGLIST
> rpm -qa | sort > $RPMLIST
> sed 's/-[^-]*-[^-]*\.[^.]*\.[^.]*$//' $RPMLIST > $PKGLIST
>
> 2. I copy that package list to the 'core' file in my Git repo and run the
> following script on the system I want to prune:...
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
...RAN"),
contrib.url=contriburl(CRAN),
descrip=paste(contrib.url(CRAN),"/Descriptions",sep=""),
local.ext=".INDEX.tmp",
save=TRUE,savefile="CRAN-index") {
pkglist <- CRAN.packages(contrib.url=contrib.url)
sapply(pkglist[,1],get.ind,CRAN=CRAN,descrip=descrip,
local.ext=local.ext)
indfiles <- list.files(pattern=paste("*",local.ext))
CRAN.index <- do.call("rbind",lapply(indfiles,tr.index))
answer <- su...
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 packaged release
from CVS yesterday:
http://dag.wieers....
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
...le of multimedia programs so I can ditch windows),
>> but
>> > it has now become unstable, so I'd like to know what packages did I
>> get
>> > from fedora.
>>
>> rpm -qa --qf "%{packager} - %{name} %{version} - %{arch}\n" | sort' >
/tmp/pkglist.txt
>>
>> less /tmp/pkglist.txt
>>
>> > Gabriel
>>
>> Alexander
>>
>>
> Might want to substitute %{vendor} for %{packager}
>
> _______________________________________________
> CentOS mailing list
> CentOS at caosity.org
> http://...
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 below--
Version:
platform = i386--freebsd4.2
arch = i386
os = freebsd4.2
system = i386, freebsd4.2
status =
major = 1
minor = 2.1
y...
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: not found" also.
--please do not edit the information below--
Version:
platform = i386--freebsd4.2
arch = i386
os = freebsd4.2...
2018 Apr 13
1
In base R: argument `list` does not accept lists
...he argument, but that would break compatibility, of course.
There are other functions (data(), save(), remove(), package.skeleton(),
etc.) that use the convention that "list" names a character vector full
of names, others where variations on that name ("affinity.list",
"pkglist") have the same purpose, and still others where "list" takes a
different kind of object entirely (untar(), unzip()). I couldn't find
any examples where an argument named "list" takes a list as a value.
There really isn't any substitute for reading the documentat...
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 io.c(692)
Can this be caused by the delay-renames patch ?
Kind regards,
-- dag wieers, dag@wieers.com, http://dag.wieers.com/ --...
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
...e 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 directory for the installs. The easiest method then is to use do
sudo R
Sys.setev(TMPDIR="/home/myusername/tmp")
install.packages(pkglist)
the sudo R part just ensures I am installing into the global library and not a user specific library
--
W. Michael Conklin
EVP Marketing & Data Sciences
GfK
T +1 763 417 4545 | M +1 612 567 8287
-----Original Message-----
From: Conklin, Mike (GfK)
Sent: Friday, June 23, 2017 4:38 PM
To:...
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 th...
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