Re: How to use the debian installation iso for installing packages using aptitude

2014-08-08 Thread Chris Bannister
On Thu, Aug 07, 2014 at 05:13:36AM -0700, teddymwas wrote: Commands to use when mounting ISO and installing packages from ISOs. 1. copy over all the ISO images over to the server you want to use 2. Create a directory in /media/ call it mountpoint1 i.e mkdir /media/mountpoint1 3. edit

Re: How to use the debian installation iso for installing packages using aptitude

2014-08-07 Thread teddymwas
Commands to use when mounting ISO and installing packages from ISOs. 1. copy over all the ISO images over to the server you want to use 2. Create a directory in /media/ call it mountpoint1 i.e mkdir /media/mountpoint1 3. edit /etc/fstab and add the this line /path/to/ISO/debian-7.iso

Re: How to use the debian installation iso for installing packages using aptitude

2013-09-22 Thread Zenaan Harkness
On 9/22/13, Andrei POPESCU andreimpope...@gmail.com wrote: On Du, 18 aug 13, 21:22:59, Zenaan Harkness wrote: Also if I generate my own gpg key and sign the repository using that key, will it get authenticated? Yes, if you add the key correctly. But gpg-signing a 30GiB repo, package by

Re: How to use the debian installation iso for installing packages using aptitude

2013-09-21 Thread Andrei POPESCU
On Du, 18 aug 13, 21:22:59, Zenaan Harkness wrote: Also if I generate my own gpg key and sign the repository using that key, will it get authenticated? Yes, if you add the key correctly. But gpg-signing a 30GiB repo, package by package, just to avoid warning messages? /shudder You

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-18 Thread Chris Bannister
On Sun, Aug 18, 2013 at 10:54:56AM +0530, Anubhav Yadav wrote: root@Innovator:~# apt-key update gpg: key B98321F9: Squeeze Stable Release Key debian-rele...@lists.debian.org not changed gpg: key 473041FA: Debian Archive Automatic Signing Key (6.0/squeeze) ftpmas...@debian.org not changed

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-18 Thread Anubhav Yadav
OK, So because of that I'm guessing you need an entry like: gpg: key cxdfddey: Local Repository Key blah blah blah. So following the adage -- teach a man to fish ... Googling how to authenticate a local repository Debian (leave off the quotes in the search box.) Returns, e.g.:

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-18 Thread Zenaan Harkness
On 8/18/13, Anubhav Yadav anubhav1...@gmail.com wrote: OK, So because of that I'm guessing you need an entry like: gpg: key cxdfddey: Local Repository Key blah blah blah. So following the adage -- teach a man to fish ... Googling how to authenticate a local repository Debian (leave off

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-18 Thread Anubhav Yadav
That would of course defeat the purpose of having an official key, if anyone could sign packages officially. Your key only. I found a key on this page? Can you help me now, by telling me how to add that particular key into my repository. I have mounted the iso in /media/dvd1-mountpoint/

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-18 Thread Chris Bannister
Having trouble sending some mail -- trying again. Date: Sun, 18 Aug 2013 23:26:00 +1200 From: Chris Bannister cbannis...@slingshot.co.nz To: debian-user@lists.debian.org Subject: Re: How to use the debian installation iso for installing packages using aptitude On Sun, Aug 18, 2013 at

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-17 Thread Anubhav Yadav
Just a small update. I uncommented out everything in sources.list so all my offline and online repositories are enabled. Ran apt-get update Commented out only my dvd-mountpoints, so no offline repository. Ran apt-key update Gave me the following output root@Innovator:~# apt-key update gpg:

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-16 Thread Anubhav Yadav
On Aug 16, 2013 10:24 AM, Bob Proulx b...@proulx.com wrote: Anubhav Yadav wrote: Bob Proulx wrote: Do you have noauto there? That is the only thing that makes sense. Remove it. Look for a noauto option and remove it. yes it is noauto What options do you have? For mounting an

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-16 Thread Anubhav Yadav
Okay list!! Thanks a lot for your help! Just a little update, only a small part is remaining. Everything now works as desired. Only thing when I run apt-get install for eg, apt-get install audacity I get the following output WARNING: The following packages cannot be authenticated!

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-16 Thread Zenaan Harkness
On 8/17/13, Anubhav Yadav anubhav1...@gmail.com wrote: apt-get install audacity I get the following output WARNING: The following packages cannot be authenticated! libflac++6 libsbsms10 libwxbase2.8-0 libwxgtk2.8-0 audacity-data libid3tag0 libportsmf0 libvamp-hostsdk3 audacity Install

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-16 Thread Bob Proulx
Anubhav Yadav wrote: Bob Proulx wrote: # dpkg -i /media/dvd-mountpoint1/pool/main/d/debian-archive-keyring/debian-archive-keyring_2012.4_all.deb Then update again to clear the error. # apt-get update After that you should not be getting that authentication error again. Because

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-16 Thread Gregory Nowak
On Fri, Aug 16, 2013 at 07:34:22PM +0530, Anubhav Yadav wrote: but still I get that warning. Still I am almost there! Try running apt-key update and then try installing the software. Greg -- web site: http://www.gregn..net gpg public key: http://www.gregn..net/pubkey.asc skype: gregn1

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-16 Thread Anubhav Yadav
On 8/17/13, Gregory Nowak g...@gregn.net wrote: On Fri, Aug 16, 2013 at 07:34:22PM +0530, Anubhav Yadav wrote: but still I get that warning. Still I am almost there! Try running apt-key update and then try installing the software. It did apt-key update and still I see the warnings! Greg

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-16 Thread Anubhav Yadav
On 8/17/13, Zenaan Harkness z...@freedbms.net wrote: On 8/17/13, Anubhav Yadav anubhav1...@gmail.com wrote: apt-get install audacity I get the following output WARNING: The following packages cannot be authenticated! libflac++6 libsbsms10 libwxbase2.8-0 libwxgtk2.8-0 audacity-data

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread Lisi Reisz
On Thursday 15 August 2013 05:14:34 Anubhav Yadav wrote: It's working nicely (atleast for the first DVD). Now since I have added the entry in the fstab file, will it get auto mounted on startup? Suck it and see? Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread David
On 15 August 2013 14:14, Anubhav Yadav anubhav1...@gmail.com wrote: It's working nicely (atleast for the first DVD). Now since I have added the entry in the fstab file, will it get auto mounted on startup? You could test this by unmounting it and then run 'mount -a' -- To UNSUBSCRIBE, email

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread Anubhav Yadav
mount -a isn't mounting /media/dvd1-mountpoint

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread Curt
On 2013-08-15, Lisi Reisz lisi.re...@gmail.com wrote: On Thursday 15 August 2013 05:14:34 Anubhav Yadav wrote: It's working nicely (atleast for the first DVD). Now since I have added the entry in the fstab file, will it get auto mounted on startup? Suck it and see? What? Lisi -- To

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread Lisi Reisz
On Thursday 15 August 2013 16:56:45 Curt wrote: Suck it and see? What? If you want to know whether a lemon is sour, suck it and see. I.e. try it out. It is quite frequently used, but is a bit too colloquial for an international list. I apologise. But simply rebooting would have given the

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread Anubhav Yadav
I got it, but I thought before that adding entry to fstab and automounting at boot are not related to each other. I restarted but I had to mount all the three iso manually. mount -a won't work too. So I did suck it :-)

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread Bob Proulx
Anubhav Yadav wrote: I got it, but I thought before that adding entry to fstab and automounting at boot are not related to each other. They are exactly related to each other. The /etc/fstab file defines what file systems are mounted at boot time. I restarted but I had to mount all the three

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread Anubhav Yadav
On 8/16/13, Bob Proulx b...@proulx.com wrote: Anubhav Yadav wrote: I got it, but I thought before that adding entry to fstab and automounting at boot are not related to each other. They are exactly related to each other. The /etc/fstab file defines what file systems are mounted at boot

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-15 Thread Bob Proulx
Anubhav Yadav wrote: Bob Proulx wrote: Do you have noauto there? That is the only thing that makes sense. Remove it. Look for a noauto option and remove it. yes it is noauto What options do you have? For mounting an iso you probably only want loop and ro and no other options.

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Bob Proulx
Anubhav Yadav wrote: created a new folder /media/dvd1-mountpoint and mounted the iso using the command mount path/to/iso /media/dvd-mountpoint1 -o loop Looks okay. then in etc/fstab added the line /home/neo1691/iso-files/debian-7.1.0-amd64-DVD-1.iso /media/apt1 iso9660

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Ralf Mardorf
On Wed, 2013-08-14 at 00:38 -0600, Bob Proulx wrote: if it is an official Debian image then there won't be non-free there since the DFSG (Debian Free Software Guidelines) do not allow nonfree. At least for the firmware there are packages: https://wiki.debian.org/Firmware

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Zenaan Harkness
On 8/14/13, Anubhav Yadav anubhav1...@gmail.com wrote: Here is my sources.list #Added for making the repository from iso deb file:/media/dvd1-mountpoint debian main contrib non-free My deb file... entries look like this: deb file:///media/debian/... wheezy main contrib ie. 3 forward slashes; I

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Anubhav Yadav
On Wed, Aug 14, 2013 at 12:08 PM, Bob Proulx b...@proulx.com wrote: To verify that your /etc/fstab line is correct you should mount using it instead of doing all of it above. # umount /media/dvd-mountpoint1 # mount /media/dvd-mountpoint1 Yes it works!! deb

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Zenaan Harkness
On 8/14/13, Anubhav Yadav anubhav1...@gmail.com wrote: On Wed, Aug 14, 2013 at 12:08 PM, Bob Proulx b...@proulx.com wrote: To verify that your /etc/fstab line is correct you should mount using it instead of doing all of it above. # umount /media/dvd-mountpoint1 # mount

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Anubhav Yadav
On Wed, Aug 14, 2013 at 4:27 PM, Zenaan Harkness z...@freedbms.net wrote: On 8/14/13, Anubhav Yadav anubhav1...@gmail.com wrote: On Wed, Aug 14, 2013 at 12:08 PM, Bob Proulx b...@proulx.com wrote: To verify that your /etc/fstab line is correct you should mount using it instead of doing all

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Ralf Mardorf
On Wed, 2013-08-14 at 15:49 +0530, Anubhav Yadav wrote: On Wed, Aug 14, 2013 at 12:08 PM, Bob Proulx b...@proulx.com wrote: deb file:/media/dvd-mountpoint1 wheezy main contrib ^^^

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Anubhav Yadav
On Wed, Aug 14, 2013 at 4:39 PM, Ralf Mardorf ralf.mard...@alice-dsl.netwrote: On Wed, 2013-08-14 at 15:49 +0530, Anubhav Yadav wrote: On Wed, Aug 14, 2013 at 12:08 PM, Bob Proulx b...@proulx.com wrote: deb file:/media/dvd-mountpoint1 wheezy main contrib

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Ralf Mardorf
On Wed, 2013-08-14 at 16:47 +0530, Anubhav Yadav wrote: root@Innovator:/home/# apt-get update Ign file: wheezy Release.gpg Ign cdrom://[Debian GNU/Linux 7.1.0 _Wheezy_ - Official amd64 DVD #Binary-1 20130615-23:06] wheezy Release.gpg Ign cdrom://[Debian GNU/Linux 7.1.0 _Wheezy_ - Official

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Anubhav Yadav
I am still getting used to handling mailing list from Gmail. Pretty hard with the new ui of Gmail. Anyways tried genisoimage and it worked. The only problem was I needed to search what I wanted to download. Now I have to do the same with the other two dvds. And then I have to make a provision

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Zenaan Harkness
On 8/14/13, Anubhav Yadav anubhav1...@gmail.com wrote: Anyways tried genisoimage and it worked. The only problem was I needed to search what I wanted to download. Now I have to do the same with the other two dvds. And then I have to make a provision that these disks get auto mounted at

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Ralf Mardorf
On Wed, 2013-08-14 at 23:17 +1000, Zenaan Harkness wrote: If you have no need for the images otherwise, a local mirror might be what you want? Eg using debmirror, apt-move etc. And this does work without downloading completely everything by the Internet ;)? IIUC the ISOs should be used to avoid

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Zenaan Harkness
On 8/14/13, Ralf Mardorf ralf.mard...@alice-dsl.net wrote: On Wed, 2013-08-14 at 23:17 +1000, Zenaan Harkness wrote: If you have no need for the images otherwise, a local mirror might be what you want? Eg using debmirror, apt-move etc. And this does work without downloading completely

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Bob Proulx
Ralf Mardorf wrote: On Wed, 2013-08-14 at 00:38 -0600, Bob Proulx wrote: if it is an official Debian image then there won't be non-free there since the DFSG (Debian Free Software Guidelines) do not allow nonfree. At least for the firmware there are packages:

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Bob Proulx
Anubhav Yadav wrote: Zenaan Harkness wrote: Anubhav Yadav wrote: Bob Proulx wrote: And if it is an official Debian image then there won't be non-free there since the DFSG (Debian Free Software Guidelines) do not allow nonfree. deb file:/media/dvd-mountpoint1 wheezy main

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-14 Thread Anubhav Yadav
It's working nicely (atleast for the first DVD). Now since I have added the entry in the fstab file, will it get auto mounted on startup?

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread recoverym4n
Hi. On Tue, 13 Aug 2013 10:36:44 +0530 Anubhav Yadav anubhav1...@gmail.com wrote: root@Innovator:/home/neo1691# apt-cdrom -d=/media/apt1 add Using CD-ROM mount point /media/cdrom/ ... Any help? I want to say some bandwidth as it is not cheap here, and is very slow Thanks! According

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread Anubhav Yadav
On Aug 13, 2013 3:29 PM, recovery...@gmail.com wrote: Hi. According to apt-cdrom(8), '-d' means: Mount point; specify the location to mount the CD-ROM. This mount point must be listed in /etc/fstab and properly configured. Configuration Item: Acquire::cdrom::mount. Note /etc/fstab part.

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread recoverym4n
On Tue, 13 Aug 2013 18:03:49 +0530 Anubhav Yadav anubhav1...@gmail.com wrote: I added the following line to my etc/fstab file /home/neo1691/dvd1-mountpoint /media/apt1 iso9660 rw,user,noauto 00 This is wrong, IMO. Should be something like (see fstab(5)): path_to_iso /media/apt1

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread Anubhav Yadav
dvd1-mountpoint is a folder where I mount the iso and /media/apt1 is a symbolic link to dvd1-mountpoint. So now what I will do is I will just mount the iso directly into /media/apt1 where apt1 is a directory not a link. Will this work?

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread Anubhav Yadav
This is what I did. deleted the symbolic link on /media/apt1 unmounted dvd1 deleted the folder /home/neo1691/dvd1-mountpoint created a new folder /media/dvd1-mountpoint and mounted the iso using the command mount path/to/iso /media/dvd-mountpoint1 -o loop then in etc/fstab added the line

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread recoverym4n
On Tue, 13 Aug 2013 20:26:36 +0530 Anubhav Yadav anubhav1...@gmail.com wrote: This is what I did. skip Different roads lead to the same roads I guess! Well you must have guessed by now why I want to use CDROM for installation of packages. On 8/13/13, Anubhav Yadav anubhav1...@gmail.com

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread Lisi Reisz
On Tuesday 13 August 2013 15:56:36 Anubhav Yadav wrote: Get:1 http://security.debian.org wheezy/updates Release.gpg [836 B] Hit http://security.debian.org wheezy/updates Release 99% [Waiting for headers] [Waiting for headers] [Waiting for headers] 132 B/s 0s^ Last line indicates that it

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread Anubhav Yadav
On 8/13/13, recovery...@gmail.com recovery...@gmail.com wrote: Ok, try it like this: 1) Add to sources.list: deb file:/media/apt1 debian main contrib non-free 2) Comment out anything else in sources.list. 3) Run apt-get update. This is my output Ign file: debian Release.gpg Ign file:

Re: How to use the debian installation iso for installing packages using aptitude

2013-08-13 Thread Anubhav Yadav
On 8/13/13, Lisi Reisz lisi.re...@gmail.com wrote: On Tuesday 13 August 2013 15:56:36 Anubhav Yadav wrote: Get:1 http://security.debian.org wheezy/updates Release.gpg [836 B] Hit http://security.debian.org wheezy/updates Release 99% [Waiting for headers] [Waiting for headers] [Waiting for

How to use the debian installation iso for installing packages using aptitude

2013-08-12 Thread Anubhav Yadav
Greetings all. This is what I am trying to do. I have the three dvd iso of debian. I installed debian without internet connection using the first iso image. Now I want to use these iso files to download and installing any packages that can be done through aptitude without using interent. I have