1und1.de Centos 4 Kickstart Installation

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
velerefon
Forum User
Forum User
Posts: 9
Joined: Sun Jun 11, 2006 9:38 pm

1und1.de Centos 4 Kickstart Installation

Unread post by velerefon »

Scott that's the debug log while running the kickstart script in 1und1.de root server.
********************************************************************

Tranferring CentOS image to swap

sfdisk: usage: sfdisk --change-id device partition-number Id
mkfs.vfat 2.8 (28 Feb 2001)
Warning: block count mismatch: found 1959930 but assuming 0.
Bad block count : /dev/sdb2
Usage: mkdosfs [-A] [-c] [-C] [-v] [-I] [-l bad-block-file] [-b backup-boot-sector]
[-m boot-msg-file] [-n volume-name] [-i volume-id]
[-s sectors-per-cluster] [-S logical-sector-size] [-f number-of-FATs]
[-F fat-size] [-r root-dir-entries] [-R reserved-sectors]
/dev/name [blocks]
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

This next phase of the installation will download the CentOS server image to swap, exiting from this part of the installation before the download is complete will cause the installation to fail.
Getting CentOS Torrent: Done.

Bittorrent install is interactive, hit q when the download is complete
------------------------------------------------------------------------------
| file: |
| size: |
| dest: |
| progress: |
| status: |
| dl speed: |
| ul speed: |
| sharing: |
| seeds: |
| peers: |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Traceback (most recent call last):---------------------------------------------
File "/usr/bin/bittorrent-curses", line 445, in ?
curses_wrapper(dl.run)
File "/usr/lib64/python2.4/curses/wrapper.py", line 44, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/bin/bittorrent-curses", line 349, in run
self.d = CursesDisplayer(scrwin, self.errlist, self.doneflag, reread, ulrate)
File "/usr/bin/bittorrent-curses", line 117, in __init__
curses.use_default_colors()
_curses.error: use_default_colors() returned ERR
Error: Cannot find the CentOS server image
[root@nexus ~]#
*************************************************************************************
Post Reply