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
LTS2PBES(1)							   User Commands						       LTS2PBES(1)

NAME
lts2pbes - translates an LTS into an PBES SYNOPSIS
lts2pbes [OPTION]... [INFILE [OUTFILE]] DESCRIPTION
Translates an LTS in INFILE and writes the resulting PBES to OUTFILE. If OUTFILE is not present, standard output is used. If INFILE is not present, standard input is used. OPTIONS
OPTION can be any of the following: -DFILE, --data=FILE use FILE as the data and action specification. FILE must be a .mcrl2 file which does not contain an init clause. -fFILE, --formula=FILE use the state formula from FILE -lFILE, --lps=FILE use FILE for the data and action specification. FILE must be a .lps file. -mFILE, --mcrl2=FILE use FILE as the data and action specification for the LTS. FILE must be a .mcrl2 file. --timings[=FILE] append timing measurements to FILE. Measurements are written to standard error if no FILE is provided Standard options: -q, --quiet do not display warning messages -v, --verbose display short intermediate messages -d, --debug display detailed intermediate messages --log-level=LEVEL display intermediate messages up to and including level -h, --help display help information --version display version information AUTHOR
Written by Wieger Wesselink. REPORTING BUGS
Report bugs at <http://www.mcrl2.org/issuetracker>. COPYRIGHT
Copyright (C) 2012 Technische Universiteit Eindhoven. This is free software. You may redistribute copies of it under the terms of the Boost Software License <http://www.boost.org/LICENSE_1_0.txt>. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
See also the manual at <http://www.mcrl2.org/mcrl2/wiki/index.php/User_manual/lts2pbes>. lts2pbes mCRL2 toolset 201202.0 (Release) April 2012 LTS2PBES(1)
All times are GMT -4. The time now is 12:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy