Sponsored Content
Operating Systems Linux Ubuntu Pressed/Net Install 12.04 LTS Post 302844069 by general_lee on Friday 16th of August 2013 09:34:01 AM
Old 08-16-2013
Pressed/Net Install 12.04 LTS

So I mounted a 12.04 LTS ISO, exported it via apache. Goy my netinstall files in place. Pointed Foreman to my install media the Preseed config files run. Life is good.

Server comes up, I run apt-get update and blam:

Code:
: Failed to fetch http://myhost:80/foreman_media/ubuntu-12.04.2-server-amd64/dists/precise-updates/main/source/Sources  404  Not Found

W: Failed to fetch http://myhost:80/foreman_media/ubuntu-12.04.2-server-amd64/dists/precise-updates/restricted/source/Sources  404  Not Found

W: Failed to fetch http://myhost:80/foreman_media/ubuntu-12.04.2-server-amd64/dists/precise-updates/universe/source/Sources  404  Not Found

W: Failed to fetch http://myhost:80/foreman_media/ubuntu-12.04.2-server-amd64/dists/precise-updates/multiverse/source/Sources  404  Not Found

W: Failed to fetch http://myhost:80/foreman_media/ubuntu-12.04.2-server-amd64/dists/precise-updates/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://myhost:80/foreman_media/ubuntu-12.04.2-server-amd64/dists/precise-updates/restricted/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://myhost:80/foreman_media/ubuntu-12.04.2-server-amd64/dists/precise-updates/universe/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://myhost:80/foreman_media/ubuntu-12.04.2-server-amd64/dists/precise-updates/multiverse/binary-amd64/Packages  404  Not Found

Clearly these precise-* locations are not part of my install media, hence the error.

Do I need to make the the precise-* locations available in my install media?

Would it be possible to use local install media for the install and local/external repos for the updates?

Install from myhost.com
Use archive.ubuntu.com or myaptrepo.com for updates

How would this appear in my preseed file?

Any help would be great.

Ta
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Install of net

How do you install linux over the net? (1 Reply)
Discussion started by: macdonto
1 Replies

2. Programming

know what key is pressed

hi i´m making a program, and i would like to know how can i know what key was pressed. i'm using Sun5.7 and C. is there a keypress/keypressed function in C? how can i know recognize the keys (enter, tab, shift, etc.)? can i recognize two keys ? (shift+A, ctrl+C, etc) any idea.. thanks (4 Replies)
Discussion started by: DebianJ
4 Replies

3. Shell Programming and Scripting

detect F5 is pressed

Hello friends, I want to write a shell script in bash shell . Working for the script is to detect any key pressed and disply on screen as "you have pressed: " For example if user pressed F5 then a messaged has to be displayed as "you have pressed F5. Thank you. (4 Replies)
Discussion started by: pradeepreddy
4 Replies

4. Shell Programming and Scripting

how can i do some action when 'ctrl+d' is pressed

hi Gurus, please why is this happening: when i run this: #!/bin/bash declare -a name declare -a ph declare -a eid r=0; c=1; i=1; n=; echo " name phone email_id" while : do #if ; then #break; #else echo -n "field $i:"; read name ph eid; let "i++"; ... (5 Replies)
Discussion started by: tprayush
5 Replies

5. Solaris

M5000 boot net- install failed

Good evening all,I'm new to your site, so please bear any infringements or transgressions on my part.I'm new to the whole Solaris boot install over the net scenario, but here's where I'm stuck:I have an M5000 with 2 domains (running unimode). Domain 0 is configured and running Solaris 10. Domain 1... (9 Replies)
Discussion started by: RandomSun
9 Replies

6. Shell Programming and Scripting

how can i know the pressed key is arrowup?

Hi all, I need to know how to test a pressed key is arrowup or arrowdown and etc.. I found that the "echo" won't print anything if i enter the arrowup in the below code: read echo "you pressed $REPLY" Then i find a way to achieve my goal. 1 #! /bin/bash 2 3 ARROWUP='\;then... (4 Replies)
Discussion started by: homeboy
4 Replies

7. Shell Programming and Scripting

Perl: errors during "install Net::SSLeay"

Hi, Here is the errors: Any help will be greatly appreciated! (4 Replies)
Discussion started by: aixlover
4 Replies

8. Solaris

Net Boot with Flash install

I have a blade 6000 chassis with a T6340 blade. The blade took a dump and I am trying to rebuild it with a Flash Archive. I am using net boot from an E2900 and the flash is located on a an array that is attached to my v245 management server. I can net boot and I can select flash install. When I put... (1 Reply)
Discussion started by: ryan_ford
1 Replies

9. Shell Programming and Scripting

Get Rid ^C when pressed Ctrl-C

How do i get rid of the ^C when i pressed Ctrl-C? (7 Replies)
Discussion started by: vietrice
7 Replies

10. AIX

How to install bos.net.NFS.server 7.1.x.x ??

Hello Everyone, I am in quite a deliema, where do I get bos.net.nfs.server 7.1.0.0 from?? I am running AIX 7.1.3.3 & PowerHA 7.1.3 on this server. #lslpp -l |grep nfs bos.net.nfs.client 7.1.3.15 COMMITTED Network File System Client cluster.es.nfs.rte ... (0 Replies)
Discussion started by: gorkhali
0 Replies
CHECK-SYMBOLS(1)					      General Commands Manual						  CHECK-SYMBOLS(1)

NAME
check-symbols - verify symbols exported by a new library version SYNOPSIS
check-symbols <source-package> [DEBDIR] DESCRIPTION
To verify the symbols exported by a new library version, run check-symbols with the name of the source package as argument. check-symbols will first determine the symbols exported by the existing and installed library version, then install the new library and compare the sym- bols exported by the new library version with the symbols exported by the old version. For each of the symbols found, check-symbols will list if the symbol is new, unchanged or has been removed in the new library version. In case the source package contains multiple binary library packages, all library files in each of the binary packages will be verified. check-symbols uses nm -D to determine the exported symbols of the libraries. If no value is given for DEBDIR, the script will assume the new library deb files are stored in /var/cache/pbuilder/result. EXAMPLES
check-symbols telepathy-glib . This will: o Use nm -D to determine the exported symbols of the old, installed versions of the libraries provided by telepathy-glib. o Install the binary libraries provided by the new version of telepathy-glib. o Compare the output of nm -D of the new libraries with the output of the old version. o List the result in diff format. BUGS
Please report bugs on: https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/ SEE ALSO
nm(1) AUTHOR
check-symbols was written by Daniel Holbach <daniel.holbach@ubuntu.com> and this manpage by Albert Damen <albrt@gmx.net>. Both are licensed under the GNU General Public License, version 2. ubuntu-dev-tools December 9, 2007 CHECK-SYMBOLS(1)
All times are GMT -4. The time now is 12:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy