[arch-general] Where are kernel files cached now? Not in /var/cache/pacman/pkg? Renamed?
Guys, I tagged this to the kernel 2.6.39.1-1 sign-off message, but got no replies. Where are the kernel packages cached now? In /var/cache/pacman/pkg I only have: 13:16 nirvana:/var/cache/pacman/pkg> ls -1 kernel26-* kernel26-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-docs-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-firmware-2.6.33.4-1-x86_64.pkg.tar.xz kernel26-headers-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-lts-2.6.32.41-2-x86_64.pkg.tar.xz kernel26-lts-headers-2.6.32.41-2-x86_64.pkg.tar.xz kernel26-manpages-2.6.35.8-1-x86_64.pkg.tar.xz kernel26-manpages-2.6.38-1-any.pkg.tar.xz kernel26-xen-2.6.37-1-x86_64.pkg.tar.xz Where did kernel26-2.6.39.9-1-x86_64.pkg.tar.xz go? -- David C. Rankin, J.D.,P.E.
On Sun, Jun 12, 2011 at 21:19, David C. Rankin < drankinatty@suddenlinkmail.com> wrote:
Guys,
I tagged this to the kernel 2.6.39.1-1 sign-off message, but got no replies. Where are the kernel packages cached now? In /var/cache/pacman/pkg I only have:
13:16 nirvana:/var/cache/pacman/pkg> ls -1 kernel26-* kernel26-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-docs-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-firmware-2.6.33.4-1-x86_64.pkg.tar.xz kernel26-headers-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-lts-2.6.32.41-2-x86_64.pkg.tar.xz kernel26-lts-headers-2.6.32.41-2-x86_64.pkg.tar.xz kernel26-manpages-2.6.35.8-1-x86_64.pkg.tar.xz kernel26-manpages-2.6.38-1-any.pkg.tar.xz kernel26-xen-2.6.37-1-x86_64.pkg.tar.xz
Where did kernel26-2.6.39.9-1-x86_64.pkg.tar.xz go?
-- David C. Rankin, J.D.,P.E.
maybe you have a new cachedir set. % grep CacheDir /etc/pacman.conf #CacheDir = /var/cache/pacman/pkg/ % l /var/cache/pacman/pkg/kernel26-* ▕ -rw-r--r--▏3 day │ 36M│/var/cache/pacman/pkg/kernel26-2.6.38.8-1-x86_64.pkg.tar.xz ▕ -rw-r--r--▏34 hour│ 37M│/var/cache/pacman/pkg/kernel26-2.6.39.1-1-x86_64.pkg.tar.xz ▕ -rw-r--r--▏3 day │ 4.2M│/var/cache/pacman/pkg/kernel26-headers-2.6.38.8-1-x86_64.pkg.tar.xz ▕ -rw-r--r--▏34 hour│ 4.3M│/var/cache/pacman/pkg/kernel26-headers-2.6.39.1-1-x86_64.pkg.tar.xz
On 12/06/11 at 01:19pm, David C. Rankin wrote:
Guys,
I tagged this to the kernel 2.6.39.1-1 sign-off message, but got no replies. Where are the kernel packages cached now? In /var/cache/pacman/pkg I only have:
13:16 nirvana:/var/cache/pacman/pkg> ls -1 kernel26-* kernel26-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-docs-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-firmware-2.6.33.4-1-x86_64.pkg.tar.xz kernel26-headers-2.6.38.8-1-x86_64.pkg.tar.xz kernel26-lts-2.6.32.41-2-x86_64.pkg.tar.xz kernel26-lts-headers-2.6.32.41-2-x86_64.pkg.tar.xz kernel26-manpages-2.6.35.8-1-x86_64.pkg.tar.xz kernel26-manpages-2.6.38-1-any.pkg.tar.xz kernel26-xen-2.6.37-1-x86_64.pkg.tar.xz
Where did kernel26-2.6.39.9-1-x86_64.pkg.tar.xz go?
-- David C. Rankin, J.D.,P.E.
-- Dave. It's in the same place as always here: kernel26-2.6.39-1-i686.pkg.tar.xz kernel26-2.6.39.1-1-i686.pkg.tar.xz kernel26-docs-2.6.39-1-i686.pkg.tar.xz kernel26-docs-2.6.39.1-1-i686.pkg.tar.xz kernel26-headers-2.6.39-1-i686.pkg.tar.xz kernel26-headers-2.6.39.1-1-i686.pkg.tar.xz kernel26-manpages-2.6.38-1-any.pkg.tar.xz
2011/6/12 Dave Morgan <davemorgan353@btinternet.com>:
On 12/06/11 at 01:19pm, David C. Rankin wrote:
Where did kernel26-2.6.39.9-1-x86_64.pkg.tar.xz go?
-- David C. Rankin, J.D.,P.E.
In case you have 'mlocate' installed, you can find it anywhere with: $ sudo updatedb # wait a little bit and... $ locate kernel26-2.6.39 Cheers, -- Rafael
On 06/12/2011 02:25 PM, rafael ff1 wrote:
2011/6/12 Dave Morgan<davemorgan353@btinternet.com>:
On 12/06/11 at 01:19pm, David C. Rankin wrote:
Where did kernel26-2.6.39.9-1-x86_64.pkg.tar.xz go?
-- David C. Rankin, J.D.,P.E.
In case you have 'mlocate' installed, you can find it anywhere with:
$ sudo updatedb # wait a little bit and... $ locate kernel26-2.6.39
Cheers,
-- Rafael
Huh? I see what happened :) The mtime on 2.6.38.8-1 was *newer* than the mtime on 2.6.39.1-1. So when I ran the script that compares the mtimes on kernel26 and moves the oldest to the backup dir, 2.6.39 got moved: -rw-r--r-- 1 root root 38724304 Jun 7 01:34 /home/backup/pkg-1/kernel26-2.6.39.1-1-x86_64.pkg.tar.xz -rw-r--r-- 1 root root 37677884 Jun 7 01:52 kernel26-2.6.38.8-1-x86_64.pkg.tar.xz Dunno how that happened - mystery solved... -- David C. Rankin, J.D.,P.E.
participants (4)
-
Bogdan Ionuț
-
Dave Morgan
-
David C. Rankin
-
rafael ff1