You are not logged in.

#1 2006-07-03 07:37:01

zaozao
Member
Registered: 2006-05-12
Posts: 36

adding packages from CD

I have all needed packages on CD.

How to say pacman that all needed packages on the CD it may install them in dependencies order and how the first command must look like? I typed: "pacman -A xorg" and pacman said: "loading package data... could not open package: No such file or directory" but if I typed: "pacman -A xorg-server-1.0.2-3.pkg.tar.gz" then packman said: "error: unsatisfied dependencies: …".

I say about adding needed packages with CD after Arch base installation.



Thank you!

Offline

#2 2006-07-03 16:47:31

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: adding packages from CD

Have a look at http://wiki.archlinux.org/index.php/Mak … package_cd and http://wiki.archlinux.org/index.php/Cus … nd_gensync

I would recommend http://wiki.archlinux.org/index.php/Cus … Python_way (because I wrote it and understand it, I think ...)

Hope this helps.

Offline

#3 2006-07-05 07:33:39

zaozao
Member
Registered: 2006-05-12
Posts: 36

Re: adding packages from CD

Thank you for reply very much!

And I wander how execute the command like this: pacman –Sy "some package name" But to say to pacman to connect to CD device mounted. I have on CD current.db.tar.gz file too.

Is it possible to add CD device mounted in /etc/pacman.d/current file?

Thank you!

Offline

#4 2006-07-05 08:35:11

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: adding packages from CD

Is it possible to add CD device mounted in /etc/pacman.d/current file?

Yes, if I understand you correctly. Or you can edit /etc/pacman.conf, e.g. (if your cdrom package directory is available at /mnt/cdrom)

[current]
# Add your preferred servers here, they will be used first
Server = file:///mnt/cdrom
Include = /etc/pacman.d/current

Offline

#5 2006-07-06 06:26:18

zaozao
Member
Registered: 2006-05-12
Posts: 36

Re: adding packages from CD

Thank you!

Your information is very helpful, specially for managing department with plenty of Arch Linux workstations.

I try to ask exactly what I need I hope it will the last.

The situation is:

1.    I have downloaded and install Arch base installation (for example, several workstations).
2.    I want to install some additional service. How I might know which packages I am to download I will be able to make CD to distribute to other workstations (I do not want to download all packages only needed for service I want to add in the system)? May I read this information from current.db.tar.gz file and how? You guess I want to get list of packages needed for installing additional service but I need it without packages presented in the system already, how to get this kind of list then I may manually to choose needed packages for downloading?
3.    For example I got the list, download packages and write them on CD. What I am to do now to execute for example command: "pacman –A xorg" in way pacman read and install all needed packages from CD without my participation?


Thank you!

Offline

#6 2006-07-06 08:52:25

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: adding packages from CD

Do I understand you correctly?

You want to install the same system on several computers?

Please consider my larch kit: http://fsphost.com/gradgrind

It might make it easier for you.

If you really just want a cd with selected packages (are these a mixture from current and extra?), you can put all the packages you want onto the cd and then generate a pacman db file, for example using my gen_repo.py script (also available for download on the above web-site). gen_repo.py will output a list of dependencies so you can see if anything is missing.

But there are a number of other possibilities, e.g. install all the packages you want on one machine and then copy its /var/cache/pacman/pkg directory to cd, then make the db file.

To use the cd with pacman:
Mount it and put an entry in /etc/pacman.conf for it ( http://wiki.archlinux.org/index.php/Mak … package_cd )
Then do:
pacman -S xorg     (or whatever)

Offline

#7 2006-07-06 08:56:08

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: adding packages from CD

Oops! Forgot something ...

Do:
pacman -Sy
(to synchronise the database) before you install packages using 'pacman -S'.

Offline

#8 2006-07-06 11:33:18

zaozao
Member
Registered: 2006-05-12
Posts: 36

Re: adding packages from CD

No!

I want to know which packages I must download (I want to download manually by Windows XP from FTP and write them on CD for example. My Arch base installation is not connected to Internet and never will but I may transfer files by CD) to install particular service (for example like xorg) but I do not want to download any other packages unwanted and of course packages presented in the system already.

I need something like utility if I run it: "some utility" –xorg" then it writes list of needed packages to install xorg but without packages already presented in the system (and maybe in right dependencies order but not wanted much – the main is complete list).



Thank you!

Offline

#9 2006-07-06 14:22:34

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: adding packages from CD

I'm not sure Arch is the ideal Linux distro to run on a non-internet-connected machine. The rolling release system will probably cause considerable headaches. I think in such a situation I would rather use a distro with stable releases, e.g. Debian/Ubuntu or Slackware.

But if you insist...
The easiest way to get a list of dependencies might be to run
pacman -S xorg
on your target machine. It will tell you what it wants to install.

Offline

#10 2006-07-06 19:37:43

zaozao
Member
Registered: 2006-05-12
Posts: 36

Re: adding packages from CD

It sounds awful I liked Arch for base installation about just 125 Mb!

And now so many complicated things it is not right!


Any way very thanks! (We are to brows the world for the best ourselves)


But I do not want to believe in this!


We are to find an idea how to upgrade Arch in any situation! I will take a time and think you so!

Thank you!

Offline

#11 2006-07-11 10:56:39

zaozao
Member
Registered: 2006-05-12
Posts: 36

Re: adding packages from CD

I did copy all needed packages for xorg as well as current.db.tar.gz and extra.db.tar.gz (for getting dependences) to /home/xorg and had name of this directory in /etc/pacman.d/current and /etc/pacman.d/extra

I executed: pacman –Syv xorg

Why pacman is going to connect to Internet hosts if all packages are presented in /home/xorg already and how to persuade it to use local directory /home/xorg? Maybe it is trying to download newer packages then how to say it to use older packages from /home/xorg (they are not older much … if to upgrade with each package separately that is no problem)?


Output:

Targets: xorg
:: Synchronizing package databases...
failed to get lastupdate time for current (no big deal)
copying /home/xorg/current.db.tar.gz to /var/lib/pacman/current.db.tar.gz
current                  [/home/xorg/     ] 100%    LOCAL
pacsync: new mtime for current:
removing /var/lib/pacman/current (if it exists)
unpacking /var/lib/pacman/current.db.tar.gz...
failed to get lastupdate time for extra (no big deal)
copying /home/xorg/extra.db.tar.gz to /var/lib/pacman/extra.db.tar.gz
extra                    [/home/xorg/     ] 100%    LOCAL
pacsync: new mtime for extra:
removing /var/lib/pacman/extra (if it exists)
unpacking /var/lib/pacman/extra.db.tar.gz...
resolving xorg-server
resolving libxkbui
resolving libxt
resolving libsm
resolving libice
resolving xproto
adding xproto-7.0.5-1
adding libice-1.0.1-1
adding libsm-1.0.1-1
resolving libx11
resolving libxau
adding libxau-1.0.1-1
resolving libxdmcp
adding libxdmcp-1.0.1-1
resolving kbproto
adding kbproto-1.0.2-1
resolving inputproto
adding inputproto-1.3.2-1
resolving bigreqsproto
adding bigreqsproto-1.0.2-1
adding libx11-1.0.1-3
adding libxt-1.0.2-1
resolving libxkbfile
adding libxkbfile-1.0.3-1
adding libxkbui-1.0.2-1
resolving libxi
resolving libxext
resolving xextproto
adding xextproto-7.0.2-1
adding libxext-1.0.1-1
adding libxi-1.0.1-1
resolving libxxf86misc
resolving xf86miscproto
adding xf86miscproto-0.9.2-1
adding libxxf86misc-1.0.1-1
resolving libxfont
resolving libfontenc
adding libfontenc-1.0.2-1
resolving fontsproto
adding fontsproto-2.0.2-1
adding libxfont-1.1.0-1
resolving libxrender
resolving renderproto
adding renderproto-0.9.1-1
adding libxrender-0.9.1-1
resolving libdmx
resolving dmxproto
adding dmxproto-2.2.2-1
adding libdmx-1.0.2-1
resolving liblbxutil
adding liblbxutil-1.0.0-1
resolving libxaw
resolving libxmu
adding libxmu-1.0.2-1
resolving libxpm
adding libxpm-3.5.5-1
resolving libxp
resolving printproto
adding printproto-1.0.3-1
adding libxp-1.0.0-1
adding libxaw-1.0.2-1
resolving libxxf86vm
resolving xf86vidmodeproto
adding xf86vidmodeproto-2.2.2-1
adding libxxf86vm-1.0.1-1
resolving xorg-fonts-misc
resolving xorg-fonts-encodings
adding xorg-fonts-encodings-1.0.0-1
resolving xorg-fonts-alias
adding xorg-fonts-alias-1.0.1-1
resolving xorg-font-utils
adding xorg-font-utils-1.0.1-1
resolving fontconfig
adding fontconfig-2.3.2-6
adding xorg-fonts-misc-1.0.0-2
resolving xcursor-themes
adding xcursor-themes-1.0.1-1
resolving xkeyboard-config
resolving xorg-xkb-utils
adding xorg-xkb-utils-1.0.2-1
adding xkeyboard-config-0.6-1
resolving ttf-bitstream-vera
adding ttf-bitstream-vera-1.10-4
resolving xorg-server-utils
resolving libxfontcache
resolving fontcacheproto
adding fontcacheproto-0.1.2-1
adding libxfontcache-1.0.2-1
resolving libxrandr
resolving randrproto
adding randrproto-1.1.2-1
adding libxrandr-1.1.1-1
resolving libxtrap
resolving trapproto
adding trapproto-3.4.3-1
adding libxtrap-1.0.0-1
resolving mcpp
adding mcpp-2.5-3
adding xorg-server-utils-1.0.2-1
resolving xorg-utils
resolving libxxf86dga
resolving xf86dgaproto
adding xf86dgaproto-2.0.2-1
adding libxxf86dga-1.0.1-1
resolving libxtst
resolving recordproto
adding recordproto-1.13.2-1
adding libxtst-1.0.1-1
resolving libxinerama
resolving xineramaproto
adding xineramaproto-1.1.2-1
adding libxinerama-1.0.0-1
resolving libxv
resolving videoproto
adding videoproto-2.2.2-1
adding libxv-1.0.1-1
resolving libxft
adding libxft-2.1.10-1
adding xorg-utils-1.0.1-1
adding xorg-server-1.0.2-3
resolving xorg-xauth
adding xorg-xauth-1.0.1-1
resolving xorg-xinit
adding xorg-xinit-1.0.2-2
resolving xf86-video-vesa
adding xf86-video-vesa-1.0.1.3-1
resolving xf86-input-mouse
adding xf86-input-mouse-1.0.4-1
resolving xf86-input-keyboard
adding xf86-input-keyboard-1.0.1.3-1

Targets: xproto-7.0.5-1 libice-1.0.1-1 libsm-1.0.1-1 libxau-1.0.1-1
         libxdmcp-1.0.1-1 kbproto-1.0.2-1 inputproto-1.3.2-1
         bigreqsproto-1.0.2-1 libx11-1.0.1-3 libxt-1.0.2-1 libxkbfile-1.0.3-1
         libxkbui-1.0.2-1 xextproto-7.0.2-1 libxext-1.0.1-1 libxi-1.0.1-1
         xf86miscproto-0.9.2-1 libxxf86misc-1.0.1-1 libfontenc-1.0.2-1
         fontsproto-2.0.2-1 libxfont-1.1.0-1 renderproto-0.9.1-1
         libxrender-0.9.1-1 dmxproto-2.2.2-1 libdmx-1.0.2-1 liblbxutil-1.0.0-1
         libxmu-1.0.2-1 libxpm-3.5.5-1 printproto-1.0.3-1 libxp-1.0.0-1
         libxaw-1.0.2-1 xf86vidmodeproto-2.2.2-1 libxxf86vm-1.0.1-1
         xorg-fonts-encodings-1.0.0-1 xorg-fonts-alias-1.0.1-1
         xorg-font-utils-1.0.1-1 fontconfig-2.3.2-6 xorg-fonts-misc-1.0.0-2
         xcursor-themes-1.0.1-1 xorg-xkb-utils-1.0.2-1 xkeyboard-config-0.6-1
         ttf-bitstream-vera-1.10-4 fontcacheproto-0.1.2-1 libxfontcache-1.0.2-1
         randrproto-1.1.2-1 libxrandr-1.1.1-1 trapproto-3.4.3-1 libxtrap-1.0.0-1
         mcpp-2.5-3 xorg-server-utils-1.0.2-1 xf86dgaproto-2.0.2-1
         libxxf86dga-1.0.1-1 recordproto-1.13.2-1 libxtst-1.0.1-1
         xineramaproto-1.1.2-1 libxinerama-1.0.0-1 videoproto-2.2.2-1
         libxv-1.0.1-1 libxft-2.1.10-1 xorg-utils-1.0.1-1 xorg-server-1.0.2-3
         xorg-xauth-1.0.1-1 xorg-xinit-1.0.2-2 xf86-video-vesa-1.0.1.3-1
         xf86-input-mouse-1.0.4-1 xf86-input-keyboard-1.0.1.3-1 xorg-11R7.0-1

Total Package Size:   21.5 MB

Beginning upgrade process...

:: Retrieving packages from current...
copying /home/xorg/xproto-7.0.5-1.pkg.tar.gz to /var/cache/pacman/pkg/xproto-7.0.5-1.pkg.tar.gz

copying /home/xorg/libice-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libice-1.0.1-1.pkg.tar.gz

copying /home/xorg/libsm-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libsm-1.0.1-1.pkg.tar.gz

copying /home/xorg/libxau-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxau-1.0.1-1.pkg.tar.gz

copying /home/xorg/libxdmcp-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxdmcp-1.0.1-1.pkg.tar.gz

copying /home/xorg/kbproto-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/kbproto-1.0.2-1.pkg.tar.gz

copying /home/xorg/inputproto-1.3.2-1.pkg.tar.gz to /var/cache/pacman/pkg/inputproto-1.3.2-1.pkg.tar.gz

copying /home/xorg/bigreqsproto-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/bigreqsproto-1.0.2-1.pkg.tar.gz

copying /home/xorg/libx11-1.0.1-3.pkg.tar.gz to /var/cache/pacman/pkg/libx11-1.0.1-3.pkg.tar.gz

copying /home/xorg/libxt-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxt-1.0.2-1.pkg.tar.gz

copying /home/xorg/libxkbfile-1.0.3-1.pkg.tar.gz to /var/cache/pacman/pkg/libxkbfile-1.0.3-1.pkg.tar.gz

copying /home/xorg/libxkbui-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxkbui-1.0.2-1.pkg.tar.gz

copying /home/xorg/xextproto-7.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xextproto-7.0.2-1.pkg.tar.gz

copying /home/xorg/libxext-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxext-1.0.1-1.pkg.tar.gz

copying /home/xorg/libxi-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxi-1.0.1-1.pkg.tar.gz

copying /home/xorg/xf86miscproto-0.9.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86miscproto-0.9.2-1.pkg.tar.gz

copying /home/xorg/libxxf86misc-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxxf86misc-1.0.1-1.pkg.tar.gz

copying /home/xorg/libfontenc-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libfontenc-1.0.2-1.pkg.tar.gz

copying /home/xorg/fontsproto-2.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/fontsproto-2.0.2-1.pkg.tar.gz

copying /home/xorg/libxfont-1.1.0-1.pkg.tar.gz to /var/cache/pacman/pkg/libxfont-1.1.0-1.pkg.tar.gz

copying /home/xorg/renderproto-0.9.1-1.pkg.tar.gz to /var/cache/pacman/pkg/renderproto-0.9.1-1.pkg.tar.gz

copying /home/xorg/libxrender-0.9.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxrender-0.9.1-1.pkg.tar.gz

copying /home/xorg/dmxproto-2.2.2-1.pkg.tar.gz to /var/cache/pacman/pkg/dmxproto-2.2.2-1.pkg.tar.gz

copying /home/xorg/libdmx-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libdmx-1.0.2-1.pkg.tar.gz

copying /home/xorg/liblbxutil-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/liblbxutil-1.0.0-1.pkg.tar.gz

copying /home/xorg/libxmu-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxmu-1.0.2-1.pkg.tar.gz

copying /home/xorg/libxpm-3.5.5-1.pkg.tar.gz to /var/cache/pacman/pkg/libxpm-3.5.5-1.pkg.tar.gz

copying /home/xorg/printproto-1.0.3-1.pkg.tar.gz to /var/cache/pacman/pkg/printproto-1.0.3-1.pkg.tar.gz

copying /home/xorg/libxp-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/libxp-1.0.0-1.pkg.tar.gz

copying /home/xorg/libxaw-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxaw-1.0.2-1.pkg.tar.gz

copying /home/xorg/xf86vidmodeproto-2.2.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86vidmodeproto-2.2.2-1.pkg.tar.gz

copying /home/xorg/libxxf86vm-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxxf86vm-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-fonts-encodings-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-fonts-encodings-1.0.0-1.pkg.tar.gz

copying /home/xorg/xorg-fonts-alias-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-fonts-alias-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-font-utils-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-font-utils-1.0.1-1.pkg.tar.gz

copying /home/xorg/fontconfig-2.3.2-6.pkg.tar.gz to /var/cache/pacman/pkg/fontconfig-2.3.2-6.pkg.tar.gz

copying /home/xorg/xorg-fonts-misc-1.0.0-2.pkg.tar.gz to /var/cache/pacman/pkg/xorg-fonts-misc-1.0.0-2.pkg.tar.gz

copying /home/xorg/xcursor-themes-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xcursor-themes-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-xkb-utils-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-xkb-utils-1.0.2-1.pkg.tar.gz

copying /home/xorg/xkeyboard-config-0.6-1.pkg.tar.gz to /var/cache/pacman/pkg/xkeyboard-config-0.6-1.pkg.tar.gz

copying /home/xorg/ttf-bitstream-vera-1.10-4.pkg.tar.gz to /var/cache/pacman/pkg/ttf-bitstream-vera-1.10-4.pkg.tar.gz

copying /home/xorg/fontcacheproto-0.1.2-1.pkg.tar.gz to /var/cache/pacman/pkg/fontcacheproto-0.1.2-1.pkg.tar.gz

copying /home/xorg/libxfontcache-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxfontcache-1.0.2-1.pkg.tar.gz

copying /home/xorg/randrproto-1.1.2-1.pkg.tar.gz to /var/cache/pacman/pkg/randrproto-1.1.2-1.pkg.tar.gz

copying /home/xorg/libxrandr-1.1.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxrandr-1.1.1-1.pkg.tar.gz

copying /home/xorg/trapproto-3.4.3-1.pkg.tar.gz to /var/cache/pacman/pkg/trapproto-3.4.3-1.pkg.tar.gz

copying /home/xorg/libxtrap-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/libxtrap-1.0.0-1.pkg.tar.gz

copying /home/xorg/mcpp-2.5-3.pkg.tar.gz to /var/cache/pacman/pkg/mcpp-2.5-3.pkg.tar.gz

copying /home/xorg/xorg-server-utils-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-server-utils-1.0.2-1.pkg.tar.gz

copying /home/xorg/xf86dgaproto-2.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86dgaproto-2.0.2-1.pkg.tar.gz

copying /home/xorg/libxxf86dga-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxxf86dga-1.0.1-1.pkg.tar.gz

copying /home/xorg/recordproto-1.13.2-1.pkg.tar.gz to /var/cache/pacman/pkg/recordproto-1.13.2-1.pkg.tar.gz

copying /home/xorg/libxtst-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxtst-1.0.1-1.pkg.tar.gz

copying /home/xorg/xineramaproto-1.1.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xineramaproto-1.1.2-1.pkg.tar.gz

copying /home/xorg/libxinerama-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/libxinerama-1.0.0-1.pkg.tar.gz

copying /home/xorg/videoproto-2.2.2-1.pkg.tar.gz to /var/cache/pacman/pkg/videoproto-2.2.2-1.pkg.tar.gz

copying /home/xorg/libxv-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxv-1.0.1-1.pkg.tar.gz

copying /home/xorg/libxft-2.1.10-1.pkg.tar.gz to /var/cache/pacman/pkg/libxft-2.1.10-1.pkg.tar.gz

copying /home/xorg/xorg-utils-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-utils-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-server-1.0.2-3.pkg.tar.gz to /var/cache/pacman/pkg/xorg-server-1.0.2-3.pkg.tar.gz

copying /home/xorg/xorg-xauth-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-xauth-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-xinit-1.0.2-2.pkg.tar.gz to /var/cache/pacman/pkg/xorg-xinit-1.0.2-2.pkg.tar.gz

copying /home/xorg/xf86-video-vesa-1.0.1.3-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86-video-vesa-1.0.1.3-1.pkg.tar.gz

copying /home/xorg/xf86-input-mouse-1.0.4-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86-input-mouse-1.0.4-1.pkg.tar.gz

copying /home/xorg/xf86-input-keyboard-1.0.1.3-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86-input-keyboard-1.0.1.3-1.pkg.tar.gz

copying /home/xorg/xorg-11R7.0-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-11R7.0-1.pkg.tar.gz

copying /home/xorg/xproto-7.0.5-1.pkg.tar.gz to /var/cache/pacman/pkg/xproto-7.0.5-1.pkg.tar.gz

copying /home/xorg/libice-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libice-1.0.1-1.pkg.tar.gz

copying /home/xorg/libsm-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libsm-1.0.1-1.pkg.tar.gz

copying /home/xorg/libxau-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxau-1.0.1-1.pkg.tar.gz

copying /home/xorg/libxdmcp-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxdmcp-1.0.1-1.pkg.tar.gz

copying /home/xorg/kbproto-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/kbproto-1.0.2-1.pkg.tar.gz

copying /home/xorg/inputproto-1.3.2-1.pkg.tar.gz to /var/cache/pacman/pkg/inputproto-1.3.2-1.pkg.tar.gz

copying /home/xorg/bigreqsproto-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/bigreqsproto-1.0.2-1.pkg.tar.gz

copying /home/xorg/libx11-1.0.1-3.pkg.tar.gz to /var/cache/pacman/pkg/libx11-1.0.1-3.pkg.tar.gz

copying /home/xorg/libxt-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxt-1.0.2-1.pkg.tar.gz

copying /home/xorg/libxkbfile-1.0.3-1.pkg.tar.gz to /var/cache/pacman/pkg/libxkbfile-1.0.3-1.pkg.tar.gz

copying /home/xorg/libxkbui-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxkbui-1.0.2-1.pkg.tar.gz

copying /home/xorg/xextproto-7.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xextproto-7.0.2-1.pkg.tar.gz

copying /home/xorg/libxext-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxext-1.0.1-1.pkg.tar.gz

copying /home/xorg/libxi-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxi-1.0.1-1.pkg.tar.gz

copying /home/xorg/xf86miscproto-0.9.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86miscproto-0.9.2-1.pkg.tar.gz

copying /home/xorg/libxxf86misc-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxxf86misc-1.0.1-1.pkg.tar.gz

copying /home/xorg/libfontenc-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libfontenc-1.0.2-1.pkg.tar.gz

copying /home/xorg/fontsproto-2.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/fontsproto-2.0.2-1.pkg.tar.gz

copying /home/xorg/libxfont-1.1.0-1.pkg.tar.gz to /var/cache/pacman/pkg/libxfont-1.1.0-1.pkg.tar.gz

copying /home/xorg/renderproto-0.9.1-1.pkg.tar.gz to /var/cache/pacman/pkg/renderproto-0.9.1-1.pkg.tar.gz

copying /home/xorg/libxrender-0.9.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxrender-0.9.1-1.pkg.tar.gz

copying /home/xorg/dmxproto-2.2.2-1.pkg.tar.gz to /var/cache/pacman/pkg/dmxproto-2.2.2-1.pkg.tar.gz

copying /home/xorg/libdmx-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libdmx-1.0.2-1.pkg.tar.gz

copying /home/xorg/liblbxutil-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/liblbxutil-1.0.0-1.pkg.tar.gz

copying /home/xorg/libxmu-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxmu-1.0.2-1.pkg.tar.gz

copying /home/xorg/libxpm-3.5.5-1.pkg.tar.gz to /var/cache/pacman/pkg/libxpm-3.5.5-1.pkg.tar.gz

copying /home/xorg/printproto-1.0.3-1.pkg.tar.gz to /var/cache/pacman/pkg/printproto-1.0.3-1.pkg.tar.gz

copying /home/xorg/libxp-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/libxp-1.0.0-1.pkg.tar.gz

copying /home/xorg/libxaw-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxaw-1.0.2-1.pkg.tar.gz

copying /home/xorg/xf86vidmodeproto-2.2.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86vidmodeproto-2.2.2-1.pkg.tar.gz

copying /home/xorg/libxxf86vm-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxxf86vm-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-fonts-encodings-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-fonts-encodings-1.0.0-1.pkg.tar.gz

copying /home/xorg/xorg-fonts-alias-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-fonts-alias-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-font-utils-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-font-utils-1.0.1-1.pkg.tar.gz

copying /home/xorg/fontconfig-2.3.2-6.pkg.tar.gz to /var/cache/pacman/pkg/fontconfig-2.3.2-6.pkg.tar.gz

copying /home/xorg/xorg-fonts-misc-1.0.0-2.pkg.tar.gz to /var/cache/pacman/pkg/xorg-fonts-misc-1.0.0-2.pkg.tar.gz

copying /home/xorg/xcursor-themes-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xcursor-themes-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-xkb-utils-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-xkb-utils-1.0.2-1.pkg.tar.gz

copying /home/xorg/xkeyboard-config-0.6-1.pkg.tar.gz to /var/cache/pacman/pkg/xkeyboard-config-0.6-1.pkg.tar.gz

copying /home/xorg/ttf-bitstream-vera-1.10-4.pkg.tar.gz to /var/cache/pacman/pkg/ttf-bitstream-vera-1.10-4.pkg.tar.gz

copying /home/xorg/fontcacheproto-0.1.2-1.pkg.tar.gz to /var/cache/pacman/pkg/fontcacheproto-0.1.2-1.pkg.tar.gz

copying /home/xorg/libxfontcache-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/libxfontcache-1.0.2-1.pkg.tar.gz

copying /home/xorg/randrproto-1.1.2-1.pkg.tar.gz to /var/cache/pacman/pkg/randrproto-1.1.2-1.pkg.tar.gz

copying /home/xorg/libxrandr-1.1.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxrandr-1.1.1-1.pkg.tar.gz

copying /home/xorg/trapproto-3.4.3-1.pkg.tar.gz to /var/cache/pacman/pkg/trapproto-3.4.3-1.pkg.tar.gz

copying /home/xorg/libxtrap-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/libxtrap-1.0.0-1.pkg.tar.gz

copying /home/xorg/mcpp-2.5-3.pkg.tar.gz to /var/cache/pacman/pkg/mcpp-2.5-3.pkg.tar.gz

copying /home/xorg/xorg-server-utils-1.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-server-utils-1.0.2-1.pkg.tar.gz

copying /home/xorg/xf86dgaproto-2.0.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86dgaproto-2.0.2-1.pkg.tar.gz

copying /home/xorg/libxxf86dga-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxxf86dga-1.0.1-1.pkg.tar.gz

copying /home/xorg/recordproto-1.13.2-1.pkg.tar.gz to /var/cache/pacman/pkg/recordproto-1.13.2-1.pkg.tar.gz

copying /home/xorg/libxtst-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxtst-1.0.1-1.pkg.tar.gz

copying /home/xorg/xineramaproto-1.1.2-1.pkg.tar.gz to /var/cache/pacman/pkg/xineramaproto-1.1.2-1.pkg.tar.gz

copying /home/xorg/libxinerama-1.0.0-1.pkg.tar.gz to /var/cache/pacman/pkg/libxinerama-1.0.0-1.pkg.tar.gz

copying /home/xorg/videoproto-2.2.2-1.pkg.tar.gz to /var/cache/pacman/pkg/videoproto-2.2.2-1.pkg.tar.gz

copying /home/xorg/libxv-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/libxv-1.0.1-1.pkg.tar.gz

copying /home/xorg/libxft-2.1.10-1.pkg.tar.gz to /var/cache/pacman/pkg/libxft-2.1.10-1.pkg.tar.gz

copying /home/xorg/xorg-utils-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-utils-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-server-1.0.2-3.pkg.tar.gz to /var/cache/pacman/pkg/xorg-server-1.0.2-3.pkg.tar.gz

copying /home/xorg/xorg-xauth-1.0.1-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-xauth-1.0.1-1.pkg.tar.gz

copying /home/xorg/xorg-xinit-1.0.2-2.pkg.tar.gz to /var/cache/pacman/pkg/xorg-xinit-1.0.2-2.pkg.tar.gz

copying /home/xorg/xf86-video-vesa-1.0.1.3-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86-video-vesa-1.0.1.3-1.pkg.tar.gz

copying /home/xorg/xf86-input-mouse-1.0.4-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86-input-mouse-1.0.4-1.pkg.tar.gz

copying /home/xorg/xf86-input-keyboard-1.0.1.3-1.pkg.tar.gz to /var/cache/pacman/pkg/xf86-input-keyboard-1.0.1.3-1.pkg.tar.gz

copying /home/xorg/xorg-11R7.0-1.pkg.tar.gz to /var/cache/pacman/pkg/xorg-11R7.0-1.pkg.tar.gz


connecting to ftp.archlinux.org:21
connecting to ftp.nethat.com:21
connecting to ftp-linux.cc.gatech.edu:21
connecting to ftp.ibiblio.org:21
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80
connecting to archlinux.antesis.org:80


and so on

Offline

#12 2006-07-11 23:33:37

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: adding packages from CD

Since your machine is not connected to the internet you probably could comment ALL ENTRIES in /etc/pacman.d/current and /etc/pacman.d/extra  EXCEPT the local one.

Another q : is your target machine connected to your LAN ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#13 2006-07-12 04:08:53

zaozao
Member
Registered: 2006-05-12
Posts: 36

Re: adding packages from CD

Yes, my Arch may be connected to my own http server in lan, it does not resolve the problem when pacman is trying to download packages from my own http server it says for each package like: "error: the "name of package" not a directory.

Why pacman cannot read packages locally?



Thank you!

Offline

#14 2006-07-14 10:59:59

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: adding packages from CD

I've though about this a bit and think you are confusing mirrors and repositories :

The files in /etc/pacman.d/ are meant for MIRRORS of the repositiories.
your home/xorg folder is NOT a mirror of current & extra.

I think you have 2 options :
1 : create a mirror of current & extra on you http-server and let pacman use that one instead of the internet mirrors.
there is info about setting up such a mirror in the wiki, but it is meant to be used on an AL box.

2. create your own local REPOSITORY.
Custom_local_repository_with_ABS_and_gensync
has a good explanation of setting this up with ABS, but also WITHOUT abs.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB