How to test booting time of thinclients
This explains how to make a bootlogd file from thinclients. This is useful for debugging the boot process, or just comparing boot times, of different versions or solutions.
In order to run bootchartd on the diskless clients i did the following
- installed bootchard on the ltsp server in question
- this is optional, since you can copy the bootchartd files from anywhere
- copy the bootchart files into the thinclient chroot
- cp /sbin/bootchartd /opt/ltsp/i386/sbin/bootchartd
- cp /etc/bootchartd.conf /opt/ltsp/i386/etc/bootchartd.conf
added init=/sbin/bootchartd to the append line in the file /var/lib/tftboot/pxelinux.cfg/default
bootchart will then write a bootchart.tgz file in /var/log on the thin client when you boot it. i copy this file to my homedir with scp. In order to draw images from the bootchart.tgx file you can use the tools in the bootchartd package, or the webtool at http://www.bootchart.org/download.html
Some examples
Placing some install logs and bootcharts here to compare different ltsp-client versions. All tested on the same thinpod thin client it have a bios boot time of 21 seconds.
debian-edu-RC2
Fresh install of RC2, + security upgrades (20060314) + bootchartd boots and works ok,
- boot time 1:33
new boot after a touch /opt/ltsp/i386/etc/ssh/sshd_not_to_be_run
- boot time 1:27
0.82
pere fixed 2 bugs in ltsp-build-client
checking if file exists in /etc/inet.d before running update-rc.d bashism in printf
- tested 2006-03-08
- boot time 1:07
0.82-2
- tested 2006-03-09
- boottime 1:07
1 + set -e 2 + LC_ALL=C 3 + export LC_ALL 4 + [ --config = --dist ] 5 + [ -f /etc/ltsp/ltsp-build-client.conf ] 6 + [ 6 -gt 0 ] 7 + DIST=sarge 8 + test 6 -gt 0 9 + shift 10 + test 5 -gt 0 11 + shift 12 + [ 4 -gt 0 ] 13 + MIRROR=http://ftp.skolelinux.no/debian 14 + test 4 -gt 0 15 + shift 16 + test 3 -gt 0 17 + shift 18 + [ 2 -gt 0 ] 19 + EXTRA_MIRROR=http://ftp.skolelinux.no/skolelinux woody-test local 20 + test 2 -gt 0 21 + shift 22 + test 1 -gt 0 23 + shift 24 + [ 0 -gt 0 ] 25 + [ -f /usr/share/ltsp/ltsp-build-client.conf ] 26 + . /usr/share/ltsp/ltsp-build-client.conf ] 27 + test -z sarge 28 + test -z http://ftp.skolelinux.no/debian 29 + test -z 30 + COMPONENTS=main 31 + test -z http://ftp.skolelinux.no/skolelinux woody-test local 32 + test -z 33 + EARLY_PACKAGES=x-window-system-core ltsp-client discover1 mdetect xresprobe udhcpc udev devfsd xdebconfigurator esound ldm 34 + test -z 35 + LATE_PACKAGES= 36 + test -z 37 + EXCLUDE=libpcap0.7,libgnutls11,liblockfile1,libpcre3,libtasn1-2,libopencdk8,liblzo1,info,manpages,man-db,libgcrypt11,libgdbm3,libgpg-error0,groff-base,at,cron,logrotate,exim4-config,exim4,exim4-base,exim4-daemon-light,ipchains,mailx,pppconfig,pppoe,pppoeconf,tasksel,base-config,apt-utils,dhcp-client,fdutils,iptables,ppp,whiptail 38 + test -z 39 + SECURITY_MIRROR=http://security.debian.org/ 40 + test -z 41 + dpkg --print-architecture 42 + ARCH=i386 43 + test -z 44 + ROOT=/opt/ltsp/i386 45 + test -z sarge 46 + test -z 47 + APT_GET_OPTS=-y 48 + test -z http://ftp.skolelinux.no/debian 49 + test -z main 50 + test -z x-window-system-core ltsp-client discover1 mdetect xresprobe udhcpc udev devfsd xdebconfigurator esound ldm 51 + [ -z ] 52 + test -z 53 + KERNEL_VERSION=2.6 54 + KERNEL_BASE=kernel-image 55 + KERNEL_ARCH=386 56 + test -n 2.6 57 + KERNEL_BASE=kernel-image-2.6 58 + LATE_PACKAGES=kernel-image-2.6-386 59 + test -z 60 + RCS_WHITELIST=mountkernfs.sh mountvirtfs hostname.sh keymap.sh loopback udev mountdevsubfs.sh mountdevsubfs module-init-tools procps.sh etc-setserial ltsp-client-setup setserial console-screen.sh xorg-common x11-common xfree86-common 61 + test -z 62 + RC2_WHITELIST=ltsp-client nbd-client usplash rmnologin 63 + [ -d /opt/ltsp/i386 ] 64 + [ sid = sarge ] 65 + [ -n http://security.debian.org/ ] 66 + echo http://security.debian.org/ 67 + awk {print $2} 68 + [ -z ] 69 + echo NOTE: adding default dist and components to security mirror: 70 NOTE: adding default dist and components to security mirror: 71 + SECURITY_MIRROR=http://security.debian.org/ sarge/updates main 72 + echo http://security.debian.org/ sarge/updates main 73 http://security.debian.org/ sarge/updates main 74 + [ -n libpcap0.7,libgnutls11,liblockfile1,libpcre3,libtasn1-2,libopencdk8,liblzo1,info,manpages,man-db,libgcrypt11,libgdbm3,libgpg-error0,groff-base,at,cron,logrotate,exim4-config,exim4,exim4-base,exim4-daemon-light,ipchains,mailx,pppconfig,pppoe,pppoeconf,tasksel,base-config,apt-utils,dhcp-client,fdutils,iptables,ppp,whiptail ] 75 + DEBOOTSTRAPOPTS= --exclude=libpcap0.7,libgnutls11,liblockfile1,libpcre3,libtasn1-2,libopencdk8,liblzo1,info,manpages,man-db,libgcrypt11,libgdbm3,libgpg-error0,groff-base,at,cron,logrotate,exim4-config,exim4,exim4-base,exim4-daemon-light,ipchains,mailx,pppconfig,pppoe,pppoeconf,tasksel,base-config,apt-utils,dhcp-client,fdutils,iptables,ppp,whiptail 76 + debootstrap --exclude=libpcap0.7,libgnutls11,liblockfile1,libpcre3,libtasn1-2,libopencdk8,liblzo1,info,manpages,man-db,libgcrypt11,libgdbm3,libgpg-error0,groff-base,at,cron,logrotate,exim4-config,exim4,exim4-base,exim4-daemon-light,ipchains,mailx,pppconfig,pppoe,pppoeconf,tasksel,base-config,apt-utils,dhcp-client,fdutils,iptables,ppp,whiptail --arch i386 sarge /opt/ltsp/i386 http://ftp.skolelinux.no/debian 77 I: Retrieving debootstrap.invalid_dists_sarge_Release 78 I: Validating debootstrap.invalid_dists_sarge_Release 79 I: Retrieving debootstrap.invalid_dists_sarge_main_binary-i386_Packages 80 I: Validating debootstrap.invalid_dists_sarge_main_binary-i386_Packages 81 I: Checking adduser... 82 I: Checking apt... 83 I: Checking aptitude... 84 I: Checking base-files... 85 I: Checking base-passwd... 86 I: Checking bash... 87 I: Checking bsdmainutils... 88 I: Checking bsdutils... 89 I: Checking console-common... 90 I: Checking console-data... 91 I: Checking console-tools... 92 I: Checking coreutils... 93 I: Checking cpio... 94 I: Checking debconf... 95 I: Checking debconf-i18n... 96 I: Checking debianutils... 97 I: Checking diff... 98 I: Checking dpkg... 99 I: Checking dselect... 100 I: Checking e2fslibs... 101 I: Checking e2fsprogs... 102 I: Checking ed... 103 I: Checking findutils... 104 I: Checking gcc-3.3-base... 105 I: Checking gettext-base... 106 I: Checking grep... 107 I: Checking gzip... 108 I: Checking hostname... 109 I: Checking ifupdown... 110 I: Checking initscripts... 111 I: Checking iputils-ping... 112 I: Checking klogd... 113 I: Checking libacl1... 114 I: Checking libattr1... 115 I: Checking libblkid1... 116 I: Checking libc6... 117 I: Checking libcap1... 118 I: Checking libcomerr2... 119 I: Checking libconsole... 120 I: Checking libdb1-compat... 121 I: Checking libdb3... 122 I: Checking libdb4.2... 123 I: Checking libgcc1... 124 I: Checking liblocale-gettext-perl... 125 I: Checking libncurses5... 126 I: Checking libnewt0.51... 127 I: Checking libpam-modules... 128 I: Checking libpam-runtime... 129 I: Checking libpam0g... 130 I: Checking libpopt0... 131 I: Checking libsigc++-1.2-5c102... 132 I: Checking libss2... 133 I: Checking libssl0.9.7... 134 I: Checking libstdc++5... 135 I: Checking libtext-charwidth-perl... 136 I: Checking libtext-iconv-perl... 137 I: Checking libtext-wrapi18n-perl... 138 I: Checking libtextwrap1... 139 I: Checking libuuid1... 140 I: Checking libwrap0... 141 I: Checking login... 142 I: Checking makedev... 143 I: Checking mawk... 144 I: Checking modutils... 145 I: Checking mount... 146 I: Checking nano... 147 I: Checking ncurses-base... 148 I: Checking ncurses-bin... 149 I: Checking net-tools... 150 I: Checking netbase... 151 I: Checking netkit-inetd... 152 I: Checking nvi... 153 I: Checking passwd... 154 I: Checking pciutils... 155 I: Checking perl-base... 156 I: Checking procps... 157 I: Checking psmisc... 158 I: Checking sed... 159 I: Checking slang1a-utf8... 160 I: Checking sysklogd... 161 I: Checking sysv-rc... 162 I: Checking sysvinit... 163 I: Checking tar... 164 I: Checking tcpd... 165 I: Checking telnet... 166 I: Checking util-linux... 167 I: Checking wget... 168 I: Checking zlib1g... 169 I: Retrieving adduser 170 I: Validating adduser 171 I: Retrieving apt 172 I: Validating apt 173 I: Retrieving aptitude 174 I: Validating aptitude 175 I: Retrieving base-files 176 I: Validating base-files 177 I: Retrieving base-passwd 178 I: Validating base-passwd 179 I: Retrieving bash 180 I: Validating bash 181 I: Retrieving bsdmainutils 182 I: Validating bsdmainutils 183 I: Retrieving bsdutils 184 I: Validating bsdutils 185 I: Retrieving console-common 186 I: Validating console-common 187 I: Retrieving console-data 188 I: Validating console-data 189 I: Retrieving console-tools 190 I: Validating console-tools 191 I: Retrieving coreutils 192 I: Validating coreutils 193 I: Retrieving cpio 194 I: Validating cpio 195 I: Retrieving debconf 196 I: Validating debconf 197 I: Retrieving debconf-i18n 198 I: Validating debconf-i18n 199 I: Retrieving debianutils 200 I: Validating debianutils 201 I: Retrieving diff 202 I: Validating diff 203 I: Retrieving dpkg 204 I: Validating dpkg 205 I: Retrieving dselect 206 I: Validating dselect 207 I: Retrieving e2fslibs 208 I: Validating e2fslibs 209 I: Retrieving e2fsprogs 210 I: Validating e2fsprogs 211 I: Retrieving ed 212 I: Validating ed 213 I: Retrieving findutils 214 I: Validating findutils 215 I: Retrieving gcc-3.3-base 216 I: Validating gcc-3.3-base 217 I: Retrieving gettext-base 218 I: Validating gettext-base 219 I: Retrieving grep 220 I: Validating grep 221 I: Retrieving gzip 222 I: Validating gzip 223 I: Retrieving hostname 224 I: Validating hostname 225 I: Retrieving ifupdown 226 I: Validating ifupdown 227 I: Retrieving initscripts 228 I: Validating initscripts 229 I: Retrieving iputils-ping 230 I: Validating iputils-ping 231 I: Retrieving klogd 232 I: Validating klogd 233 I: Retrieving libacl1 234 I: Validating libacl1 235 I: Retrieving libattr1 236 I: Validating libattr1 237 I: Retrieving libblkid1 238 I: Validating libblkid1 239 I: Retrieving libc6 240 I: Validating libc6 241 I: Retrieving libcap1 242 I: Validating libcap1 243 I: Retrieving libcomerr2 244 I: Validating libcomerr2 245 I: Retrieving libconsole 246 I: Validating libconsole 247 I: Retrieving libdb1-compat 248 I: Validating libdb1-compat 249 I: Retrieving libdb3 250 I: Validating libdb3 251 I: Retrieving libdb4.2 252 I: Validating libdb4.2 253 I: Retrieving libgcc1 254 I: Validating libgcc1 255 I: Retrieving liblocale-gettext-perl 256 I: Validating liblocale-gettext-perl 257 I: Retrieving libncurses5 258 I: Validating libncurses5 259 I: Retrieving libnewt0.51 260 I: Validating libnewt0.51 261 I: Retrieving libpam-modules 262 I: Validating libpam-modules 263 I: Retrieving libpam-runtime 264 I: Validating libpam-runtime 265 I: Retrieving libpam0g 266 I: Validating libpam0g 267 I: Retrieving libpopt0 268 I: Validating libpopt0 269 I: Retrieving libsigc++-1.2-5c102 270 I: Validating libsigc++-1.2-5c102 271 I: Retrieving libss2 272 I: Validating libss2 273 I: Retrieving libssl0.9.7 274 I: Validating libssl0.9.7 275 I: Retrieving libstdc++5 276 I: Validating libstdc++5 277 I: Retrieving libtext-charwidth-perl 278 I: Validating libtext-charwidth-perl 279 I: Retrieving libtext-iconv-perl 280 I: Validating libtext-iconv-perl 281 I: Retrieving libtext-wrapi18n-perl 282 I: Validating libtext-wrapi18n-perl 283 I: Retrieving libtextwrap1 284 I: Validating libtextwrap1 285 I: Retrieving libuuid1 286 I: Validating libuuid1 287 I: Retrieving libwrap0 288 I: Validating libwrap0 289 I: Retrieving login 290 I: Validating login 291 I: Retrieving makedev 292 I: Validating makedev 293 I: Retrieving mawk 294 I: Validating mawk 295 I: Retrieving modutils 296 I: Validating modutils 297 I: Retrieving mount 298 I: Validating mount 299 I: Retrieving nano 300 I: Validating nano 301 I: Retrieving ncurses-base 302 I: Validating ncurses-base 303 I: Retrieving ncurses-bin 304 I: Validating ncurses-bin 305 I: Retrieving net-tools 306 I: Validating net-tools 307 I: Retrieving netbase 308 I: Validating netbase 309 I: Retrieving netkit-inetd 310 I: Validating netkit-inetd 311 I: Retrieving nvi 312 I: Validating nvi 313 I: Retrieving passwd 314 I: Validating passwd 315 I: Retrieving pciutils 316 I: Validating pciutils 317 I: Retrieving perl-base 318 I: Validating perl-base 319 I: Retrieving procps 320 I: Validating procps 321 I: Retrieving psmisc 322 I: Validating psmisc 323 I: Retrieving sed 324 I: Validating sed 325 I: Retrieving slang1a-utf8 326 I: Validating slang1a-utf8 327 I: Retrieving sysklogd 328 I: Validating sysklogd 329 I: Retrieving sysv-rc 330 I: Validating sysv-rc 331 I: Retrieving sysvinit 332 I: Validating sysvinit 333 I: Retrieving tar 334 I: Validating tar 335 I: Retrieving tcpd 336 I: Validating tcpd 337 I: Retrieving telnet 338 I: Validating telnet 339 I: Retrieving util-linux 340 I: Validating util-linux 341 I: Retrieving wget 342 I: Validating wget 343 I: Retrieving zlib1g 344 I: Validating zlib1g 345 I: Extracting base-files... 346 I: Extracting base-passwd... 347 I: Extracting bash... 348 I: Extracting bsdutils... 349 I: Extracting coreutils... 350 I: Extracting libacl1... 351 I: Extracting libattr1... 352 I: Extracting debconf... 353 I: Extracting debconf-i18n... 354 I: Extracting liblocale-gettext-perl... 355 I: Extracting libtext-wrapi18n-perl... 356 I: Extracting libtext-charwidth-perl... 357 I: Extracting debianutils... 358 I: Extracting diff... 359 I: Extracting dpkg... 360 I: Extracting dselect... 361 I: Extracting libblkid1... 362 I: Extracting e2fsprogs... 363 I: Extracting e2fslibs... 364 I: Extracting libcomerr2... 365 I: Extracting libss2... 366 I: Extracting libuuid1... 367 I: Extracting findutils... 368 I: Extracting grep... 369 I: Extracting gzip... 370 I: Extracting hostname... 371 I: Extracting libcap1... 372 I: Extracting libc6... 373 I: Extracting libdb1-compat... 374 I: Extracting libdb3... 375 I: Extracting libncurses5... 376 I: Extracting libnewt0.51... 377 I: Extracting libpam-modules... 378 I: Extracting libpam-runtime... 379 I: Extracting libpam0g... 380 I: Extracting libpopt0... 381 I: Extracting login... 382 I: Extracting makedev... 383 I: Extracting mawk... 384 I: Extracting modutils... 385 I: Extracting mount... 386 I: Extracting ncurses-base... 387 I: Extracting ncurses-bin... 388 I: Extracting passwd... 389 I: Extracting perl-base... 390 I: Extracting procps... 391 I: Extracting sed... 392 I: Extracting slang1a-utf8... 393 I: Extracting initscripts... 394 I: Extracting sysvinit... 395 I: Extracting sysv-rc... 396 I: Extracting tar... 397 I: Extracting util-linux... 398 I: Extracting libgcc1... 399 I: Extracting gcc-3.3-base... 400 I: Extracting libstdc++5... 401 I: Installing core packages... 402 Selecting previously deselected package base-files. 403 (Reading database ... 0 files and directories currently installed.) 404 Unpacking base-files (from .../base-files_3.1.2_i386.deb) ... 405 Selecting previously deselected package base-passwd. 406 Unpacking base-passwd (from .../base-passwd_3.5.9_i386.deb) ... 407 dpkg: base-passwd: dependency problems, but configuring anyway as you request: 408 base-passwd depends on libc6 (>= 2.3.2.ds1-4); however: 409 Package libc6 is not installed. 410 Setting up base-passwd (3.5.9) ... 411 412 dpkg: base-files: dependency problems, but configuring anyway as you request: 413 base-files depends on awk; however: 414 Package awk is not installed. 415 Setting up base-files (3.1.2) ... 416 417 dpkg: regarding .../archives/dpkg_1.10.28_i386.deb containing dpkg, pre-dependency problem: 418 dpkg pre-depends on dselect 419 dselect is not installed. 420 dpkg: warning - ignoring pre-dependency problem ! 421 dpkg: regarding .../archives/dpkg_1.10.28_i386.deb containing dpkg, pre-dependency problem: 422 dpkg pre-depends on libc6 (>= 2.3.2.ds1-21) 423 dpkg: warning - ignoring pre-dependency problem ! 424 (Reading database ... 84 files and directories currently installed.) 425 Preparing to replace dpkg 1.10.28 (using .../archives/dpkg_1.10.28_i386.deb) ... 426 Unpacking replacement dpkg ... 427 dpkg: dpkg: dependency problems, but configuring anyway as you request: 428 dpkg depends on dselect; however: 429 Package dselect is not installed. 430 dpkg depends on libc6 (>= 2.3.2.ds1-21); however: 431 Package libc6 is not installed. 432 Setting up dpkg (1.10.28) ... 433 Moving /usr/info/dir to /usr/share/info/dir. 434 Making /usr/info a symlink to /usr/share/info. 435 436 Selecting previously deselected package libc6. 437 (Reading database ... 287 files and directories currently installed.) 438 Unpacking libc6 (from .../libc6_2.3.2.ds1-22_i386.deb) ... 439 dpkg: libc6: dependency problems, but configuring anyway as you request: 440 libc6 depends on libdb1-compat; however: 441 Package libdb1-compat is not installed. 442 Setting up libc6 (2.3.2.ds1-22) ... 443 Current default timezone: 'UTC'. 444 Local time is now: Thu Mar 9 10:41:59 UTC 2006. 445 Universal Time is now: Thu Mar 9 10:41:59 UTC 2006. 446 Run 'tzconfig' if you wish to change it. 447 448 Selecting previously deselected package perl-base. 449 (Reading database ... 2339 files and directories currently installed.) 450 Unpacking perl-base (from .../perl-base_5.8.4-8_i386.deb) ... 451 Setting up perl-base (5.8.4-8) ... 452 Selecting previously deselected package mawk. 453 (Reading database ... 2460 files and directories currently installed.) 454 Unpacking mawk (from .../mawk_1.3.3-11_i386.deb) ... 455 Setting up mawk (1.3.3-11) ... 456 457 Selecting previously deselected package debconf. 458 (Reading database ... 2479 files and directories currently installed.) 459 Unpacking debconf (from .../debconf_1.4.30.13_all.deb) ... 460 dpkg: debconf: dependency problems, but configuring anyway as you request: 461 debconf depends on debconf-i18n | debconf-english; however: 462 Package debconf-i18n is not installed. 463 Package debconf-english is not installed. 464 Setting up debconf (1.4.30.13) ... 465 466 I: Unpacking required packages... 467 (Reading database ... 2627 files and directories currently installed.) 468 Preparing to replace base-files 3.1.2 (using .../base-files_3.1.2_i386.deb) ... 469 Unpacking replacement base-files ... 470 Preparing to replace base-passwd 3.5.9 (using .../base-passwd_3.5.9_i386.deb) ... 471 Unpacking replacement base-passwd ... 472 Selecting previously deselected package bash. 473 dpkg: regarding .../bash_2.05b-26_i386.deb containing bash, pre-dependency problem: 474 bash pre-depends on libncurses5 (>= 5.4-1) 475 dpkg: warning - ignoring pre-dependency problem ! 476 Unpacking bash (from .../bash_2.05b-26_i386.deb) ... 477 Selecting previously deselected package bsdutils. 478 Unpacking bsdutils (from .../bsdutils_1%3a2.12p-4sarge1_i386.deb) ... 479 Selecting previously deselected package coreutils. 480 dpkg: regarding .../coreutils_5.2.1-2_i386.deb containing coreutils, pre-dependency problem: 481 coreutils pre-depends on libacl1 (>= 2.2.11-1) 482 dpkg: warning - ignoring pre-dependency problem ! 483 Unpacking coreutils (from .../coreutils_5.2.1-2_i386.deb) ... 484 Selecting previously deselected package libacl1. 485 Unpacking libacl1 (from .../libacl1_2.2.23-1_i386.deb) ... 486 Selecting previously deselected package libattr1. 487 Unpacking libattr1 (from .../libattr1_2.4.16-1_i386.deb) ... 488 Preparing to replace debconf 1.4.30.13 (using .../debconf_1.4.30.13_all.deb) ... 489 Unpacking replacement debconf ... 490 Selecting previously deselected package debconf-i18n. 491 Unpacking debconf-i18n (from .../debconf-i18n_1.4.30.13_all.deb) ... 492 Selecting previously deselected package liblocale-gettext-perl. 493 Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ... 494 Selecting previously deselected package libtext-wrapi18n-perl. 495 Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ... 496 Selecting previously deselected package libtext-charwidth-perl. 497 Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.deb) ... 498 Selecting previously deselected package debianutils. 499 dpkg: regarding .../debianutils_2.8.4_i386.deb containing debianutils, pre-dependency problem: 500 debianutils pre-depends on coreutils (>= 4.5.8-1) 501 coreutils is unpacked, but has never been configured. 502 dpkg: warning - ignoring pre-dependency problem ! 503 Unpacking debianutils (from .../debianutils_2.8.4_i386.deb) ... 504 Selecting previously deselected package diff. 505 Unpacking diff (from .../diff_2.8.1-11_i386.deb) ... 506 dpkg: regarding .../archives/dpkg_1.10.28_i386.deb containing dpkg, pre-dependency problem: 507 dpkg pre-depends on dselect 508 dselect is not installed. 509 dpkg: warning - ignoring pre-dependency problem ! 510 Preparing to replace dpkg 1.10.28 (using .../archives/dpkg_1.10.28_i386.deb) ... 511 Unpacking replacement dpkg ... 512 Selecting previously deselected package dselect. 513 Unpacking dselect (from .../dselect_1.10.28_i386.deb) ... 514 Selecting previously deselected package libblkid1. 515 Unpacking libblkid1 (from .../libblkid1_1.37-2sarge1_i386.deb) ... 516 Selecting previously deselected package e2fsprogs. 517 dpkg: regarding .../e2fsprogs_1.37-2sarge1_i386.deb containing e2fsprogs, pre-dependency problem: 518 e2fsprogs pre-depends on e2fslibs (= 1.37-2sarge1) 519 dpkg: warning - ignoring pre-dependency problem ! 520 dpkg: regarding .../e2fsprogs_1.37-2sarge1_i386.deb containing e2fsprogs, pre-dependency problem: 521 e2fsprogs pre-depends on libblkid1 (>= 1.34-1) 522 libblkid1 is unpacked, but has never been configured. 523 dpkg: warning - ignoring pre-dependency problem ! 524 dpkg: regarding .../e2fsprogs_1.37-2sarge1_i386.deb containing e2fsprogs, pre-dependency problem: 525 e2fsprogs pre-depends on libcomerr2 (>= 1.34-1) 526 dpkg: warning - ignoring pre-dependency problem ! 527 dpkg: regarding .../e2fsprogs_1.37-2sarge1_i386.deb containing e2fsprogs, pre-dependency problem: 528 e2fsprogs pre-depends on libss2 (>= 1.34-1) 529 dpkg: warning - ignoring pre-dependency problem ! 530 dpkg: regarding .../e2fsprogs_1.37-2sarge1_i386.deb containing e2fsprogs, pre-dependency problem: 531 e2fsprogs pre-depends on libuuid1 (>= 1.34-1) 532 dpkg: warning - ignoring pre-dependency problem ! 533 Unpacking e2fsprogs (from .../e2fsprogs_1.37-2sarge1_i386.deb) ... 534 Selecting previously deselected package e2fslibs. 535 Unpacking e2fslibs (from .../e2fslibs_1.37-2sarge1_i386.deb) ... 536 Selecting previously deselected package libcomerr2. 537 Unpacking libcomerr2 (from .../libcomerr2_1.37-2sarge1_i386.deb) ... 538 Selecting previously deselected package libss2. 539 Unpacking libss2 (from .../libss2_1.37-2sarge1_i386.deb) ... 540 Selecting previously deselected package libuuid1. 541 Unpacking libuuid1 (from .../libuuid1_1.37-2sarge1_i386.deb) ... 542 Selecting previously deselected package findutils. 543 Unpacking findutils (from .../findutils_4.1.20-6_i386.deb) ... 544 Selecting previously deselected package grep. 545 Unpacking grep (from .../grep_2.5.1.ds1-4_i386.deb) ... 546 Selecting previously deselected package gzip. 547 Unpacking gzip (from .../gzip_1.3.5-10sarge1_i386.deb) ... 548 Selecting previously deselected package hostname. 549 Unpacking hostname (from .../hostname_2.13_i386.deb) ... 550 Selecting previously deselected package libcap1. 551 Unpacking libcap1 (from .../libcap1_1%3a1.10-14_i386.deb) ... 552 Preparing to replace libc6 2.3.2.ds1-22 (using .../libc6_2.3.2.ds1-22_i386.deb) ... 553 Unpacking replacement libc6 ... 554 Selecting previously deselected package libdb1-compat. 555 Unpacking libdb1-compat (from .../libdb1-compat_2.1.3-7_i386.deb) ... 556 Selecting previously deselected package libdb3. 557 Unpacking libdb3 (from .../libdb3_3.2.9-22_i386.deb) ... 558 Selecting previously deselected package libncurses5. 559 Unpacking libncurses5 (from .../libncurses5_5.4-4_i386.deb) ... 560 Selecting previously deselected package libnewt0.51. 561 Unpacking libnewt0.51 (from .../libnewt0.51_0.51.6-20_i386.deb) ... 562 Selecting previously deselected package libpam-modules. 563 Unpacking libpam-modules (from .../libpam-modules_0.76-22_i386.deb) ... 564 Selecting previously deselected package libpam-runtime. 565 Unpacking libpam-runtime (from .../libpam-runtime_0.76-22_all.deb) ... 566 Selecting previously deselected package libpam0g. 567 Unpacking libpam0g (from .../libpam0g_0.76-22_i386.deb) ... 568 Selecting previously deselected package libpopt0. 569 Unpacking libpopt0 (from .../libpopt0_1.7-5_i386.deb) ... 570 Selecting previously deselected package login. 571 dpkg: regarding .../login_1%3a4.0.3-31sarge5_i386.deb containing login, pre-dependency problem: 572 login pre-depends on libpam0g (>= 0.76) 573 libpam0g is unpacked, but has never been configured. 574 dpkg: warning - ignoring pre-dependency problem ! 575 dpkg: regarding .../login_1%3a4.0.3-31sarge5_i386.deb containing login, pre-dependency problem: 576 login pre-depends on libpam-runtime (>= 0.76-14) 577 libpam-runtime is unpacked, but has never been configured. 578 dpkg: warning - ignoring pre-dependency problem ! 579 Unpacking login (from .../login_1%3a4.0.3-31sarge5_i386.deb) ... 580 Selecting previously deselected package makedev. 581 Unpacking makedev (from .../makedev_2.3.1-77_all.deb) ... 582 Preparing to replace mawk 1.3.3-11 (using .../mawk_1.3.3-11_i386.deb) ... 583 Unpacking replacement mawk ... 584 Selecting previously deselected package modutils. 585 Unpacking modutils (from .../modutils_2.4.26-1.2_i386.deb) ... 586 Selecting previously deselected package mount. 587 dpkg: regarding .../mount_2.12p-4sarge1_i386.deb containing mount, pre-dependency problem: 588 mount pre-depends on libblkid1 (>= 1.37-1) 589 libblkid1 is unpacked, but has never been configured. 590 dpkg: warning - ignoring pre-dependency problem ! 591 dpkg: regarding .../mount_2.12p-4sarge1_i386.deb containing mount, pre-dependency problem: 592 mount pre-depends on libuuid1 593 libuuid1 is unpacked, but has never been configured. 594 dpkg: warning - ignoring pre-dependency problem ! 595 Unpacking mount (from .../mount_2.12p-4sarge1_i386.deb) ... 596 Selecting previously deselected package ncurses-base. 597 Unpacking ncurses-base (from .../ncurses-base_5.4-4_all.deb) ... 598 Selecting previously deselected package ncurses-bin. 599 dpkg: regarding .../ncurses-bin_5.4-4_i386.deb containing ncurses-bin, pre-dependency problem: 600 ncurses-bin pre-depends on libncurses5 (>= 5.4-1) 601 libncurses5 is unpacked, but has never been configured. 602 dpkg: warning - ignoring pre-dependency problem ! 603 Unpacking ncurses-bin (from .../ncurses-bin_5.4-4_i386.deb) ... 604 Selecting previously deselected package passwd. 605 Unpacking passwd (from .../passwd_1%3a4.0.3-31sarge5_i386.deb) ... 606 Preparing to replace perl-base 5.8.4-8 (using .../perl-base_5.8.4-8_i386.deb) ... 607 Unpacking replacement perl-base ... 608 Selecting previously deselected package procps. 609 Unpacking procps (from .../procps_1%3a3.2.1-2_i386.deb) ... 610 Selecting previously deselected package sed. 611 Unpacking sed (from .../archives/sed_4.1.2-8_i386.deb) ... 612 Selecting previously deselected package slang1a-utf8. 613 Unpacking slang1a-utf8 (from .../slang1a-utf8_1.4.9dbs-8_i386.deb) ... 614 Selecting previously deselected package initscripts. 615 Unpacking initscripts (from .../initscripts_2.86.ds1-1_i386.deb) ... 616 Selecting previously deselected package sysvinit. 617 dpkg: regarding .../sysvinit_2.86.ds1-1_i386.deb containing sysvinit, pre-dependency problem: 618 sysvinit pre-depends on initscripts 619 initscripts is unpacked, but has never been configured. 620 dpkg: warning - ignoring pre-dependency problem ! 621 dpkg: regarding .../sysvinit_2.86.ds1-1_i386.deb containing sysvinit, pre-dependency problem: 622 sysvinit pre-depends on sysv-rc (>= 2.85-2) | file-rc (>> 0.7.0) 623 dpkg: warning - ignoring pre-dependency problem ! 624 Unpacking sysvinit (from .../sysvinit_2.86.ds1-1_i386.deb) ... 625 Selecting previously deselected package sysv-rc. 626 Unpacking sysv-rc (from .../sysv-rc_2.86.ds1-1_all.deb) ... 627 Selecting previously deselected package tar. 628 Unpacking tar (from .../archives/tar_1.14-2_i386.deb) ... 629 Selecting previously deselected package util-linux. 630 dpkg: regarding .../util-linux_2.12p-4sarge1_i386.deb containing util-linux, pre-dependency problem: 631 util-linux pre-depends on libncurses5 (>= 5.4-1) 632 libncurses5 is unpacked, but has never been configured. 633 dpkg: warning - ignoring pre-dependency problem ! 634 dpkg: regarding .../util-linux_2.12p-4sarge1_i386.deb containing util-linux, pre-dependency problem: 635 util-linux pre-depends on libuuid1 636 libuuid1 is unpacked, but has never been configured. 637 dpkg: warning - ignoring pre-dependency problem ! 638 dpkg: regarding .../util-linux_2.12p-4sarge1_i386.deb containing util-linux, pre-dependency problem: 639 util-linux pre-depends on slang1a-utf8 (>> 1.4.9dbs-4) 640 slang1a-utf8 is unpacked, but has never been configured. 641 dpkg: warning - ignoring pre-dependency problem ! 642 dpkg: regarding .../util-linux_2.12p-4sarge1_i386.deb containing util-linux, pre-dependency problem: 643 util-linux pre-depends on zlib1g (>= 1:1.2.1) 644 dpkg: warning - ignoring pre-dependency problem ! 645 Unpacking util-linux (from .../util-linux_2.12p-4sarge1_i386.deb) ... 646 Selecting previously deselected package libgcc1. 647 Unpacking libgcc1 (from .../libgcc1_1%3a3.4.3-13_i386.deb) ... 648 Selecting previously deselected package gcc-3.3-base. 649 Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.5-13_i386.deb) ... 650 Selecting previously deselected package libstdc++5. 651 Unpacking libstdc++5 (from .../libstdc++5_1%3a3.3.5-13_i386.deb) ... 652 I: Configuring required packages... 653 Setting up ncurses-base (5.4-4) ... 654 655 Setting up sysv-rc (2.86.ds1-1) ... 656 657 Setting up libpam-runtime (0.76-22) ... 658 659 Setting up gcc-3.3-base (3.3.5-13) ... 660 Setting up libc6 (2.3.2.ds1-22) ... 661 Current default timezone: 'UTC'. 662 Local time is now: Thu Mar 9 10:42:08 UTC 2006. 663 Universal Time is now: Thu Mar 9 10:42:08 UTC 2006. 664 Run 'tzconfig' if you wish to change it. 665 666 Setting up libcap1 (1.10-14) ... 667 668 Setting up libdb1-compat (2.1.3-7) ... 669 670 Setting up libuuid1 (1.37-2sarge1) ... 671 672 Setting up libpopt0 (1.7-5) ... 673 674 Setting up libpam0g (0.76-22) ... 675 676 Setting up bsdutils (2.12p-4sarge1) ... 677 678 Setting up perl-base (5.8.4-8) ... 679 Setting up tar (1.14-2) ... 680 681 Setting up slang1a-utf8 (1.4.9dbs-8) ... 682 683 Setting up libgcc1 (3.4.3-13) ... 684 685 Setting up libncurses5 (5.4-4) ... 686 687 Setting up libattr1 (2.4.16-1) ... 688 689 Setting up sed (4.1.2-8) ... 690 691 Setting up e2fslibs (1.37-2sarge1) ... 692 693 Setting up base-passwd (3.5.9) ... 694 695 Setting up libcomerr2 (1.37-2sarge1) ... 696 697 Setting up mawk (1.3.3-11) ... 698 699 Setting up libnewt0.51 (0.51.6-20) ... 700 701 Setting up grep (2.5.1.ds1-4) ... 702 Setting up hostname (2.13) ... 703 Setting up libacl1 (2.2.23-1) ... 704 705 Setting up libblkid1 (1.37-2sarge1) ... 706 707 Setting up libss2 (1.37-2sarge1) ... 708 709 Setting up findutils (4.1.20-6) ... 710 711 Setting up e2fsprogs (1.37-2sarge1) ... 712 Setting up liblocale-gettext-perl (1.01-17) ... 713 Setting up diff (2.8.1-11) ... 714 Setting up libdb3 (3.2.9-22) ... 715 716 Setting up libstdc++5 (3.3.5-13) ... 717 718 Setting up libtext-charwidth-perl (0.04-1) ... 719 Setting up libtext-wrapi18n-perl (0.06-1) ... 720 Setting up coreutils (5.2.1-2) ... 721 722 Setting up debianutils (2.8.4) ... 723 724 Setting up makedev (2.3.1-77) ... 725 726 Setting up procps (3.2.1-2) ... 727 728 Setting up ncurses-bin (5.4-4) ... 729 730 Setting up libpam-modules (0.76-22) ... 731 732 Setting up base-files (3.1.2) ... 733 734 Setting up mount (2.12p-4sarge1) ... 735 736 Setting up gzip (1.3.5-10sarge1) ... 737 738 Setting up dselect (1.10.28) ... 739 Setting up login (4.0.3-31sarge5) ... 740 741 Setting up passwd (4.0.3-31sarge5) ... 742 743 Setting up dpkg (1.10.28) ... 744 745 Setting up bash (2.05b-26) ... 746 747 dpkg: debconf-i18n: dependency problems, but configuring anyway as you request: 748 debconf-i18n depends on libtext-iconv-perl; however: 749 Package libtext-iconv-perl is not installed. 750 Setting up debconf-i18n (1.4.30.13) ... 751 dpkg: util-linux: dependency problems, but configuring anyway as you request: 752 util-linux depends on zlib1g (>= 1:1.2.1); however: 753 Package zlib1g is not installed. 754 Setting up util-linux (2.12p-4sarge1) ... 755 756 Setting up debconf (1.4.30.13) ... 757 758 Setting up initscripts (2.86.ds1-1) ... 759 760 Setting up sysvinit (2.86.ds1-1) ... 761 sysvinit: creating /dev/initctl 762 init: timeout opening/writing control channel /dev/initctl 763 764 Setting up modutils (2.4.26-1.2) ... 765 766 I: Installing base packages... 767 Selecting previously deselected package adduser. 768 (Reading database ... 4514 files and directories currently installed.) 769 Unpacking adduser (from .../archives/adduser_3.63_all.deb) ... 770 Selecting previously deselected package apt. 771 Unpacking apt (from .../archives/apt_0.5.28.6_i386.deb) ... 772 Selecting previously deselected package libdb4.2. 773 Unpacking libdb4.2 (from .../libdb4.2_4.2.52-18_i386.deb) ... 774 Selecting previously deselected package aptitude. 775 Unpacking aptitude (from .../aptitude_0.2.15.9-2_i386.deb) ... 776 Selecting previously deselected package libsigc++-1.2-5c102. 777 Unpacking libsigc++-1.2-5c102 (from .../libsigc++-1.2-5c102_1.2.5-4_i386.deb) ... 778 Selecting previously deselected package bsdmainutils. 779 Unpacking bsdmainutils (from .../bsdmainutils_6.0.17_i386.deb) ... 780 Selecting previously deselected package console-common. 781 Unpacking console-common (from .../console-common_0.7.49_all.deb) ... 782 Selecting previously deselected package console-tools. 783 Unpacking console-tools (from .../console-tools_1%3a0.2.3dbs-56_i386.deb) ... 784 Selecting previously deselected package libconsole. 785 Unpacking libconsole (from .../libconsole_1%3a0.2.3dbs-56_i386.deb) ... 786 Selecting previously deselected package console-data. 787 Unpacking console-data (from .../console-data_2002.12.04dbs-49_all.deb) ... 788 Selecting previously deselected package cpio. 789 Unpacking cpio (from .../archives/cpio_2.5-1.3_i386.deb) ... 790 Selecting previously deselected package ed. 791 Unpacking ed (from .../archives/ed_0.2-20_i386.deb) ... 792 Selecting previously deselected package gettext-base. 793 Unpacking gettext-base (from .../gettext-base_0.14.4-2_i386.deb) ... 794 Selecting previously deselected package ifupdown. 795 Unpacking ifupdown (from .../ifupdown_0.6.7_i386.deb) ... 796 Selecting previously deselected package klogd. 797 Unpacking klogd (from .../klogd_1.4.1-17_i386.deb) ... 798 Selecting previously deselected package libssl0.9.7. 799 Unpacking libssl0.9.7 (from .../libssl0.9.7_0.9.7e-3sarge1_i386.deb) ... 800 Selecting previously deselected package zlib1g. 801 Unpacking zlib1g (from .../zlib1g_1%3a1.2.2-4.sarge.2_i386.deb) ... 802 Selecting previously deselected package libwrap0. 803 Unpacking libwrap0 (from .../libwrap0_7.6.dbs-8_i386.deb) ... 804 Selecting previously deselected package nano. 805 Unpacking nano (from .../archives/nano_1.2.4-5_i386.deb) ... 806 Selecting previously deselected package net-tools. 807 Unpacking net-tools (from .../net-tools_1.60-10_i386.deb) ... 808 Selecting previously deselected package netbase. 809 Unpacking netbase (from .../archives/netbase_4.21_all.deb) ... 810 Selecting previously deselected package netkit-inetd. 811 Unpacking netkit-inetd (from .../netkit-inetd_0.10-10_i386.deb) ... 812 Selecting previously deselected package iputils-ping. 813 Unpacking iputils-ping (from .../iputils-ping_3%3a20020927-2_i386.deb) ... 814 Selecting previously deselected package nvi. 815 Unpacking nvi (from .../archives/nvi_1.79-22_i386.deb) ... 816 Selecting previously deselected package sysklogd. 817 Unpacking sysklogd (from .../sysklogd_1.4.1-17_i386.deb) ... 818 Selecting previously deselected package libtextwrap1. 819 Unpacking libtextwrap1 (from .../libtextwrap1_0.1-1_i386.deb) ... 820 Selecting previously deselected package tcpd. 821 Unpacking tcpd (from .../tcpd_7.6.dbs-8_i386.deb) ... 822 Selecting previously deselected package telnet. 823 Unpacking telnet (from .../telnet_0.17-29_i386.deb) ... 824 Selecting previously deselected package libtext-iconv-perl. 825 Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ... 826 Selecting previously deselected package wget. 827 Unpacking wget (from .../wget_1.9.1-12_i386.deb) ... 828 Selecting previously deselected package pciutils. 829 Unpacking pciutils (from .../pciutils_1%3a2.1.11-15_i386.deb) ... 830 Selecting previously deselected package psmisc. 831 Unpacking psmisc (from .../psmisc_21.5-1_i386.deb) ... 832 Setting up gettext-base (0.14.4-2) ... 833 834 Setting up psmisc (21.5-1) ... 835 836 Setting up libssl0.9.7 (0.9.7e-3sarge1) ... 837 838 Setting up apt (0.5.28.6) ... 839 840 Setting up pciutils (2.1.11-15) ... 841 Setting up zlib1g (1.2.2-4.sarge.2) ... 842 843 Setting up adduser (3.63) ... 844 845 Setting up ed (0.2-20) ... 846 847 Setting up libtext-iconv-perl (1.2-3) ... 848 Setting up wget (1.9.1-12) ... 849 850 Setting up libdb4.2 (4.2.52-18) ... 851 Setting up net-tools (1.60-10) ... 852 Setting up bsdmainutils (6.0.17) ... 853 854 Setting up libsigc++-1.2-5c102 (1.2.5-4) ... 855 856 Setting up aptitude (0.2.15.9-2) ... 857 858 Setting up iputils-ping (20020927-2) ... 859 Setting up nano (1.2.4-5) ... 860 861 Setting up netkit-inetd (0.10-10) ... 862 Starting internet superserver: inetd 863 Warning: Fake start-stop-daemon called, doing nothing 864 . 865 866 Setting up libconsole (0.2.3dbs-56) ... 867 868 Setting up cpio (2.5-1.3) ... 869 870 Setting up nvi (1.79-22) ... 871 872 Setting up libwrap0 (7.6.dbs-8) ... 873 874 Setting up tcpd (7.6.dbs-8) ... 875 876 Setting up ifupdown (0.6.7) ... 877 ifupdown.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces 878 ifupdown.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces 879 880 Setting up netbase (4.21) ... 881 882 Setting up telnet (0.17-29) ... 883 884 Setting up klogd (1.4.1-17) ... 885 Stopping kernel log daemon: klogd 886 Warning: Fake start-stop-daemon called, doing nothing 887 . 888 Starting kernel log daemon: klogd 889 Warning: Fake start-stop-daemon called, doing nothing 890 . 891 892 Setting up libtextwrap1 (0.1-1) ... 893 894 Setting up console-common (0.7.49) ... 895 Looking for keymap to install: 896 NONE 897 898 Setting up console-data (2002.12.04dbs-49) ... 899 Looking for keymap to install: 900 NONE 901 902 Setting up sysklogd (1.4.1-17) ... 903 Stopping system log daemon: syslogd 904 Warning: Fake start-stop-daemon called, doing nothing 905 . 906 Starting system log daemon: syslogd 907 Warning: Fake start-stop-daemon called, doing nothing 908 . 909 910 Setting up console-tools (0.2.3dbs-56) ... 911 912 I: Base system installed successfully. 913 umount: /opt/ltsp/i386/dev/pts: not mounted 914 umount: /opt/ltsp/i386/dev/shm: not mounted 915 umount: /opt/ltsp/i386/proc/bus/usb: not mounted 916 + [ -L /opt/ltsp/i386/etc/resolv.conf ] 917 + rm /opt/ltsp/i386/etc/resolv.conf 918 + cat /etc/resolv.conf 919 + chmod 644 /opt/ltsp/i386/etc/resolv.conf 920 + test -z 921 + ROOTPASS=disable 922 + [ disable = disable ] 923 + chroot /opt/ltsp/i386 passwd -l root 924 Password changed. 925 + [ -n ] 926 + echo mousedev 927 + echo psmouse 928 + test -f /opt/ltsp/i386/etc/apt/sources.list 929 + add_multiple_mirrors 930 + mirror_list= 931 + echo 932 + grep , 933 + [ -z ] 934 + add_mirror 935 + mirror= 936 + type= 937 + [ -n ] 938 + add_mirror http://ftp.skolelinux.no/debian 939 + mirror=http://ftp.skolelinux.no/debian 940 + type= 941 + [ -n http://ftp.skolelinux.no/debian ] 942 + echo http://ftp.skolelinux.no/debian 943 + awk {print $2} 944 + [ -z ] 945 + [ = security ] 946 + mirror=http://ftp.skolelinux.no/debian sarge main 947 + echo deb http://ftp.skolelinux.no/debian sarge main 948 + add_multiple_mirrors http://ftp.skolelinux.no/skolelinux woody-test local 949 + mirror_list=http://ftp.skolelinux.no/skolelinux woody-test local 950 + echo http://ftp.skolelinux.no/skolelinux woody-test local 951 + grep , 952 + [ -z ] 953 + add_mirror http://ftp.skolelinux.no/skolelinux woody-test local 954 + mirror=http://ftp.skolelinux.no/skolelinux woody-test local 955 + type= 956 + [ -n http://ftp.skolelinux.no/skolelinux woody-test local ] 957 + echo http://ftp.skolelinux.no/skolelinux woody-test local 958 + awk {print $2} 959 + [ -z woody-test ] 960 + echo deb http://ftp.skolelinux.no/skolelinux woody-test local 961 + add_mirror http://security.debian.org/ sarge/updates main security 962 + mirror=http://security.debian.org/ sarge/updates main 963 + type=security 964 + [ -n http://security.debian.org/ sarge/updates main ] 965 + echo http://security.debian.org/ sarge/updates main 966 + awk {print $2} 967 + [ -z sarge/updates ] 968 + echo deb http://security.debian.org/ sarge/updates main 969 + trap on_exit EXIT 970 + make_policyrcd 971 + cat 972 + chmod a+rx /opt/ltsp/i386/usr/sbin/policy-rc.d 973 + make_dummy_start_stop_daemon 974 + cat 975 + chmod a+rx /opt/ltsp/i386/sbin/start-stop-daemon.dummy 976 + chroot /opt/ltsp/i386 dpkg-divert --add --local --rename /sbin/start-stop-daemon 977 Adding `local diversion of /sbin/start-stop-daemon to /sbin/start-stop-daemon.distrib' 978 + ln -s start-stop-daemon.dummy /opt/ltsp/i386/sbin/start-stop-daemon 979 + chroot /opt/ltsp/i386 apt-get update 980 Get:1 http://ftp.skolelinux.no sarge/main Packages [3349kB] 981 Get:2 http://security.debian.org sarge/updates/main Packages [192kB] 982 Get:3 http://security.debian.org sarge/updates/main Release [110B] 983 Get:4 http://ftp.skolelinux.no sarge/main Release [95B] 984 Get:5 http://ftp.skolelinux.no woody-test/local Packages [51.4kB] 985 Ign http://ftp.skolelinux.no woody-test/local Release 986 Fetched 3593kB in 1s (2422kB/s) 987 Reading Package Lists... 988 + DEBIAN_FRONTEND=noninteractive 989 + export DEBIAN_FRONTEND 990 + chroot /opt/ltsp/i386 mount -t proc proc /proc 991 + umounts= /opt/ltsp/i386/proc 992 + chroot /opt/ltsp/i386 apt-get -y dist-upgrade 993 Reading Package Lists... 994 Building Dependency Tree... 995 The following packages will be upgraded: 996 perl-base tar 997 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 998 Need to get 1251kB of archives. 999 After unpacking 4096B of additional disk space will be used. 1000 Get:1 http://security.debian.org sarge/updates/main perl-base 5.8.4-8sarge3 [752kB] 1001 Get:2 http://security.debian.org sarge/updates/main tar 1.14-2.1 [499kB] 1002 debconf: delaying package configuration, since apt-utils is not installed 1003 Fetched 1251kB in 3s (346kB/s) 1004 (Reading database ... 6135 files and directories currently installed.) 1005 Preparing to replace perl-base 5.8.4-8 (using .../perl-base_5.8.4-8sarge3_i386.deb) ... 1006 Unpacking replacement perl-base ... 1007 Setting up perl-base (5.8.4-8sarge3) ... 1008 (Reading database ... 6135 files and directories currently installed.) 1009 Preparing to replace tar 1.14-2 (using .../archives/tar_1.14-2.1_i386.deb) ... 1010 Unpacking replacement tar ... 1011 Setting up tar (1.14-2.1) ... 1012 1013 + chroot /opt/ltsp/i386 apt-get -y install x-window-system-core ltsp-client discover1 mdetect xresprobe udhcpc udev devfsd xdebconfigurator esound ldm 1014 Reading Package Lists... 1015 Building Dependency Tree... 1016 The following extra packages will be installed: 1017 cpp cpp-3.3 cramfsprogs dash defoma desktop-file-utils discover1-data 1018 esound-common file fontconfig gconf2 gnome-keyring gnome-mime-data 1019 gtk2-engines-clearlooks hotplug initrd-netboot-tools initrd-tools 1020 libart-2.0-2 libatk1.0-0 libaudiofile0 libbonobo2-0 libbonobo2-common 1021 libbonoboui2-0 libbonoboui2-common libbz2-1.0 libcroco3 libcupsys2-gnutls10 1022 libdiscover1 libdps1 libeel2-2 libeel2-data libesd0 libexpat1 libfam0c102 1023 libfontconfig1 libfreetype6 libgail-common libgail17 libgconf2-4 libgcrypt11 1024 libgdbm3 libglade2-0 libglib2.0-0 libgnome-desktop-2 libgnome-keyring0 1025 libgnome2-0 libgnome2-common libgnomecanvas2-0 libgnomecanvas2-common 1026 libgnomecups1.0-1 libgnomeprint2.2-0 libgnomeprint2.2-data 1027 libgnomeprintui2.2-0 libgnomeprintui2.2-common libgnomeui-0 libgnomeui-common 1028 libgnomevfs2-0 libgnomevfs2-common libgnutls11 libgpg-error0 libgsf-1 1029 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtkhtml2-0 libice6 libidl0 1030 libjpeg62 libkrb53 libldap2 liblzo1 libmagic1 libnautilus2-2 libopencdk8 1031 liborbit2 libpanel-applet2-0 libpango1.0-0 libpango1.0-common libpng12-0 1032 libreadline4 librsvg2-2 librsvg2-common libsasl2 libsm6 libsmbclient 1033 libstartup-notification0 libtasn1-2 libtiff4 libx11-6 libxaw7 libxcursor1 1034 libxext6 libxft1 libxft2 libxi6 libxml2 libxmu6 libxmuu1 libxp6 libxpm4 1035 libxrandr2 libxrender1 libxt6 libxtrap6 libxtst6 libxv1 lsb-base nbd-client 1036 perl perl-modules python python-glade2 python-gtk2 python2.3 python2.3-glade2 1037 python2.3-gnome2 python2.3-gtk2 python2.3-numeric python2.3-pyorbit 1038 shared-mime-info ssh ttf-bitstream-vera ucf whiptail xbase-clients 1039 xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xfree86-common 1040 xlibmesa-dri xlibmesa-gl xlibmesa-glu xlibs xlibs-data xserver-common 1041 xserver-xfree86 xutils 1042 Suggested packages: 1043 cpp-doc defoma-doc psfontmgr x-ttcidfont-conf dfontmgr ifrename 1044 kernel-image-netbootable libbz2-dev bzip2 libfreetype6-dev gnome-icon-theme 1045 gnutls-bin krb5-doc krb5-user ttf-kochi-gothic ttf-kochi-mincho 1046 ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp 1047 ttf-arphic-gkai00mp ttf-arphic-bkai00mp nas libterm-readline-gnu-perl 1048 libterm-readline-perl-perl python-doc python-tk python-profiler python2.3-doc 1049 python2.3-profiler python-numeric-tutorial ssh-askpass resolvconf hwinfo 1050 detect xfs xserver libglide3 configlet-frontends discover libglide2 1051 Recommended packages: 1052 libft-perl usbutils libatk1.0-data esound-clients fam libglib2.0-data 1053 hicolor-icon-theme librsvg2-bin libsasl2-modules xml-core ubuntu-thin-client 1054 perl-doc python2.3-iconvcodec python2.3-cjkcodecs python2.3-japanese-codecs 1055 debconf-utils read-edid kudzu laptop-detect 1056 The following NEW packages will be installed: 1057 cpp cpp-3.3 cramfsprogs dash defoma desktop-file-utils devfsd discover1 1058 discover1-data esound esound-common file fontconfig gconf2 gnome-keyring 1059 gnome-mime-data gtk2-engines-clearlooks hotplug initrd-netboot-tools 1060 initrd-tools ldm libart-2.0-2 libatk1.0-0 libaudiofile0 libbonobo2-0 1061 libbonobo2-common libbonoboui2-0 libbonoboui2-common libbz2-1.0 libcroco3 1062 libcupsys2-gnutls10 libdiscover1 libdps1 libeel2-2 libeel2-data libesd0 1063 libexpat1 libfam0c102 libfontconfig1 libfreetype6 libgail-common libgail17 1064 libgconf2-4 libgcrypt11 libgdbm3 libglade2-0 libglib2.0-0 libgnome-desktop-2 1065 libgnome-keyring0 libgnome2-0 libgnome2-common libgnomecanvas2-0 1066 libgnomecanvas2-common libgnomecups1.0-1 libgnomeprint2.2-0 1067 libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common 1068 libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnutls11 1069 libgpg-error0 libgsf-1 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common 1070 libgtkhtml2-0 libice6 libidl0 libjpeg62 libkrb53 libldap2 liblzo1 libmagic1 1071 libnautilus2-2 libopencdk8 liborbit2 libpanel-applet2-0 libpango1.0-0 1072 libpango1.0-common libpng12-0 libreadline4 librsvg2-2 librsvg2-common 1073 libsasl2 libsm6 libsmbclient libstartup-notification0 libtasn1-2 libtiff4 1074 libx11-6 libxaw7 libxcursor1 libxext6 libxft1 libxft2 libxi6 libxml2 libxmu6 1075 libxmuu1 libxp6 libxpm4 libxrandr2 libxrender1 libxt6 libxtrap6 libxtst6 1076 libxv1 lsb-base ltsp-client mdetect nbd-client perl perl-modules python 1077 python-glade2 python-gtk2 python2.3 python2.3-glade2 python2.3-gnome2 1078 python2.3-gtk2 python2.3-numeric python2.3-pyorbit shared-mime-info ssh 1079 ttf-bitstream-vera ucf udev udhcpc whiptail x-window-system-core 1080 xbase-clients xdebconfigurator xfonts-100dpi xfonts-75dpi xfonts-base 1081 xfonts-scalable xfree86-common xlibmesa-dri xlibmesa-gl xlibmesa-glu xlibs 1082 xlibs-data xresprobe xserver-common xserver-xfree86 xutils 1083 0 upgraded, 149 newly installed, 0 to remove and 0 not upgraded. 1084 Need to get 70.1MB of archives. 1085 After unpacking 200MB of additional disk space will be used. 1086 Get:1 http://security.debian.org sarge/updates/main libtasn1-2 0.2.10-3sarge1 [43.5kB] 1087 Get:2 http://security.debian.org sarge/updates/main libgnutls11 1.0.16-13.2 [301kB] 1088 Get:3 http://ftp.skolelinux.no sarge/main dash 0.5.2-5 [83.0kB] 1089 Get:4 http://ftp.skolelinux.no sarge/main cramfsprogs 1.1-6 [21.3kB] 1090 Get:5 http://ftp.skolelinux.no sarge/main initrd-tools 0.1.81.1 [30.7kB] 1091 Get:6 http://ftp.skolelinux.no sarge/main initrd-netboot-tools 0.5.3cvs.20040906-16 [49.3kB] 1092 Get:7 http://ftp.skolelinux.no sarge/main libgpg-error0 1.0-1 [22.3kB] 1093 Get:8 http://ftp.skolelinux.no sarge/main libgcrypt11 1.2.0-11.1 [180kB] 1094 Get:9 http://ftp.skolelinux.no sarge/main libgdbm3 1.8.3-2 [21.3kB] 1095 Get:10 http://ftp.skolelinux.no sarge/main liblzo1 1.08-1.2 [44.5kB] 1096 Get:11 http://ftp.skolelinux.no sarge/main libopencdk8 0.5.5-10 [76.1kB] 1097 Get:12 http://ftp.skolelinux.no sarge/main libsasl2 2.1.19-1.5 [259kB] 1098 Get:13 http://ftp.skolelinux.no sarge/main libldap2 2.1.30-8 [149kB] 1099 Get:14 http://ftp.skolelinux.no sarge/main cpp-3.3 1:3.3.5-13 [1393kB] 1100 Get:15 http://ftp.skolelinux.no sarge/main cpp 4:3.3.5-3 [29.6kB] 1101 Get:16 http://ftp.skolelinux.no sarge/main libmagic1 4.12-1 [233kB] 1102 Get:17 http://ftp.skolelinux.no sarge/main file 4.12-1 [28.6kB] 1103 Get:18 http://ftp.skolelinux.no sarge/main libbz2-1.0 1.0.2-7 [38.7kB] 1104 Get:19 http://ftp.skolelinux.no sarge/main libkrb53 1.3.6-2sarge2 [349kB] 1105 Get:20 http://ftp.skolelinux.no sarge/main libreadline4 4.3-11 [140kB] 1106 Get:21 http://ftp.skolelinux.no sarge/main python2.3 2.3.5-3sarge1 [2906kB] 1107 Get:22 http://security.debian.org sarge/updates/main perl-modules 5.8.4-8sarge3 [2178kB] 1108 Get:23 http://ftp.skolelinux.no sarge/main python 2.3.5-2 [127kB] 1109 Get:24 http://ftp.skolelinux.no sarge/main ssh 1:3.8.1p1-8.sarge.4 [688kB] 1110 Get:25 http://ftp.skolelinux.no sarge/main whiptail 0.51.6-20 [32.1kB] 1111 Get:26 http://ftp.skolelinux.no sarge/main defoma 0.11.8-0.1 [77.9kB] 1112 Get:27 http://ftp.skolelinux.no sarge/main libglib2.0-0 2.6.4-1 [450kB] 1113 Get:28 http://ftp.skolelinux.no sarge/main desktop-file-utils 0.10-1 [62.2kB] 1114 Get:29 http://ftp.skolelinux.no sarge/main devfsd 1.3.25-19 [52.1kB] 1115 Get:30 http://ftp.skolelinux.no sarge/main discover1-data 1.2005.01.08 [93.0kB] 1116 Get:31 http://ftp.skolelinux.no sarge/main libdiscover1 1.7.7 [85.6kB] 1117 Get:32 http://ftp.skolelinux.no sarge/main discover1 1.7.7 [93.4kB] 1118 Get:33 http://ftp.skolelinux.no sarge/main libaudiofile0 0.2.6-6 [76.7kB] 1119 Get:34 http://ftp.skolelinux.no sarge/main esound-common 0.2.35-2 [54.8kB] 1120 Get:35 http://ftp.skolelinux.no sarge/main libesd0 0.2.35-2 [18.8kB] 1121 Get:36 http://ftp.skolelinux.no sarge/main esound 0.2.35-2 [22.5kB] 1122 Get:37 http://ftp.skolelinux.no sarge/main libexpat1 1.95.8-3 [59.6kB] 1123 Get:38 http://ftp.skolelinux.no sarge/main libfreetype6 2.1.7-2.4 [364kB] 1124 Get:39 http://ftp.skolelinux.no sarge/main libfontconfig1 2.3.1-2 [112kB] 1125 Get:40 http://ftp.skolelinux.no sarge/main ucf 1.17 [36.9kB] 1126 Get:41 http://ftp.skolelinux.no sarge/main ttf-bitstream-vera 1.10-3 [354kB] 1127 Get:42 http://ftp.skolelinux.no sarge/main fontconfig 2.3.1-2 [106kB] 1128 Get:43 http://ftp.skolelinux.no sarge/main libidl0 0.8.5-1 [86.5kB] 1129 Get:44 http://ftp.skolelinux.no sarge/main liborbit2 1:2.12.2-1 [227kB] 1130 Get:45 http://ftp.skolelinux.no sarge/main libgconf2-4 2.8.1-6 [79.7kB] 1131 Get:46 http://ftp.skolelinux.no sarge/main libgtk2.0-common 2.6.4-3.1 [2984kB] 1132 Get:47 http://ftp.skolelinux.no sarge/main libatk1.0-0 1.8.0-4 [69.0kB] 1133 Get:48 http://ftp.skolelinux.no sarge/main libpango1.0-common 1.8.1-1 [17.4kB] 1134 Get:49 http://ftp.skolelinux.no sarge/main xfree86-common 4.3.0.dfsg.1-14sarge1 [815kB] 1135 Get:50 http://ftp.skolelinux.no sarge/main xlibs-data 4.3.0.dfsg.1-14sarge1 [906kB] 1136 Get:51 http://ftp.skolelinux.no sarge/main libx11-6 4.3.0.dfsg.1-14sarge1 [725kB] 1137 Get:52 http://ftp.skolelinux.no sarge/main libice6 4.3.0.dfsg.1-14sarge1 [203kB] 1138 Get:53 http://ftp.skolelinux.no sarge/main libsm6 4.3.0.dfsg.1-14sarge1 [181kB] 1139 Get:54 http://ftp.skolelinux.no sarge/main libxext6 4.3.0.dfsg.1-14sarge1 [188kB] 1140 Get:55 http://ftp.skolelinux.no sarge/main libxrender1 0.8.3-7 [25.1kB] 1141 Get:56 http://ftp.skolelinux.no sarge/main libxft1 4.3.0.dfsg.1-14sarge1 [190kB] 1142 Get:57 http://ftp.skolelinux.no sarge/main libxi6 4.3.0.dfsg.1-14sarge1 [179kB] 1143 Get:58 http://ftp.skolelinux.no sarge/main libxt6 4.3.0.dfsg.1-14sarge1 [329kB] 1144 Get:59 http://ftp.skolelinux.no sarge/main libxmu6 4.3.0.dfsg.1-14sarge1 [209kB] 1145 Get:60 http://ftp.skolelinux.no sarge/main libxmuu1 4.3.0.dfsg.1-14sarge1 [171kB] 1146 Get:61 http://ftp.skolelinux.no sarge/main libxp6 4.3.0.dfsg.1-14sarge1 [178kB] 1147 Get:62 http://ftp.skolelinux.no sarge/main libxpm4 4.3.0.dfsg.1-14sarge1 [195kB] 1148 Get:63 http://ftp.skolelinux.no sarge/main libxrandr2 4.3.0.dfsg.1-14sarge1 [171kB] 1149 Get:64 http://ftp.skolelinux.no sarge/main libxtrap6 4.3.0.dfsg.1-14sarge1 [180kB] 1150 Get:65 http://ftp.skolelinux.no sarge/main libxtst6 4.3.0.dfsg.1-14sarge1 [174kB] 1151 Get:66 http://ftp.skolelinux.no sarge/main xlibs 4.3.0.dfsg.1-14sarge1 [426kB] 1152 Get:67 http://ftp.skolelinux.no sarge/main libxft2 2.1.7-1 [54.4kB] 1153 Get:68 http://ftp.skolelinux.no sarge/main libpango1.0-0 1.8.1-1 [268kB] 1154 Get:69 http://ftp.skolelinux.no sarge/main libxcursor1 1.1.3-1 [23.7kB] 1155 Get:70 http://ftp.skolelinux.no sarge/main libgtk2.0-bin 2.6.4-3.1 [18.2kB] 1156 Get:71 http://ftp.skolelinux.no sarge/main libjpeg62 6b-10 [80.9kB] 1157 Get:72 http://ftp.skolelinux.no sarge/main libpng12-0 1.2.8rel-1 [115kB] 1158 Get:73 http://ftp.skolelinux.no sarge/main libtiff4 3.7.2-3 [452kB] 1159 Get:74 http://ftp.skolelinux.no sarge/main libgtk2.0-0 2.6.4-3.1 [2097kB] 1160 Get:75 http://ftp.skolelinux.no sarge/main libxml2 2.6.16-7 [602kB] 1161 Get:76 http://ftp.skolelinux.no sarge/main gconf2 2.8.1-6 [1266kB] 1162 Get:77 http://ftp.skolelinux.no sarge/main gnome-keyring 0.4.2-1 [93.7kB] 1163 Get:78 http://ftp.skolelinux.no sarge/main gnome-mime-data 2.4.2-1 [699kB] 1164 Get:79 http://ftp.skolelinux.no sarge/main gtk2-engines-clearlooks 0.5-1 [56.3kB] 1165 Get:80 http://ftp.skolelinux.no sarge/main hotplug 0.0.20040329-22 [68.5kB] 1166 Get:81 http://ftp.skolelinux.no sarge/main python2.3-numeric 23.8-1 [103kB] 1167 Get:82 http://ftp.skolelinux.no sarge/main python2.3-gtk2 2.6.1-2 [640kB] 1168 Get:83 http://ftp.skolelinux.no sarge/main python-gtk2 2.6.1-2 [59.0kB] 1169 Get:84 http://ftp.skolelinux.no sarge/main python2.3-pyorbit 2.0.1-2 [51.8kB] 1170 Get:85 http://ftp.skolelinux.no sarge/main libart-2.0-2 2.3.17-1 [61.3kB] 1171 Get:86 http://ftp.skolelinux.no sarge/main libbonobo2-common 2.8.1-2 [709kB] 1172 Get:87 http://ftp.skolelinux.no sarge/main libbonobo2-0 2.8.1-2 [145kB] 1173 Get:88 http://ftp.skolelinux.no sarge/main libglade2-0 1:2.4.2-2 [82.5kB] 1174 Get:89 http://ftp.skolelinux.no sarge/main libfam0c102 2.7.0-6sarge1 [25.6kB] 1175 Get:90 http://ftp.skolelinux.no sarge/main libsmbclient 3.0.14a-3sarge1 [548kB] 1176 Get:91 http://ftp.skolelinux.no sarge/main shared-mime-info 0.16-3 [347kB] 1177 Get:92 http://ftp.skolelinux.no sarge/main libgnomevfs2-common 2.8.4-4 [1066kB] 1178 Get:93 http://ftp.skolelinux.no sarge/main libgnomevfs2-0 2.8.4-4 [396kB] 1179 Get:94 http://ftp.skolelinux.no sarge/main libgnome2-common 2.8.1-2 [636kB] 1180 Get:95 http://ftp.skolelinux.no sarge/main libgnome2-0 2.8.1-2 [94.4kB] 1181 Get:96 http://ftp.skolelinux.no sarge/main libgnomecanvas2-common 2.8.0-1 [121kB] 1182 Get:97 http://ftp.skolelinux.no sarge/main libgnomecanvas2-0 2.8.0-1 [103kB] 1183 Get:98 http://ftp.skolelinux.no sarge/main libbonoboui2-common 2.8.1-2 [317kB] 1184 Get:99 http://ftp.skolelinux.no sarge/main libbonoboui2-0 2.8.1-2 [212kB] 1185 Get:100 http://ftp.skolelinux.no sarge/main libgail17 1.8.4-1 [165kB] 1186 Get:101 http://ftp.skolelinux.no sarge/main libgail-common 1.8.4-1 [219kB] 1187 Get:102 http://ftp.skolelinux.no sarge/main libgnome-keyring0 0.4.2-1 [24.6kB] 1188 Get:103 http://ftp.skolelinux.no sarge/main libgnomeui-common 2.8.1-3 [594kB] 1189 Get:104 http://ftp.skolelinux.no sarge/main libgnomeui-0 2.8.1-3 [330kB] 1190 Get:105 http://ftp.skolelinux.no sarge/main libeel2-data 2.8.2-1 [141kB] 1191 Get:106 http://ftp.skolelinux.no sarge/main libeel2-2 2.8.2-1 [291kB] 1192 Get:107 http://ftp.skolelinux.no sarge/main libgnomecups1.0-1 0.1.14-1 [61.3kB] 1193 Get:108 http://ftp.skolelinux.no sarge/main libgnomeprint2.2-data 2.8.2-1.2 [135kB] 1194 Get:109 http://ftp.skolelinux.no sarge/main libgnomeprint2.2-0 2.8.2-1.2 [223kB] 1195 Get:110 http://ftp.skolelinux.no sarge/main libgnomeprintui2.2-common 2.8.2-2 [170kB] 1196 Get:111 http://ftp.skolelinux.no sarge/main libgnomeprintui2.2-0 2.8.2-2 [119kB] 1197 Get:112 http://ftp.skolelinux.no sarge/main libgtkhtml2-0 2.6.3-1 [231kB] 1198 Get:113 http://ftp.skolelinux.no sarge/main libstartup-notification0 0.8-1 [19.6kB] 1199 Get:114 http://ftp.skolelinux.no sarge/main libgnome-desktop-2 2.8.3-2 [68.3kB] 1200 Get:115 http://ftp.skolelinux.no sarge/main libcroco3 0.6.0-2 [117kB] 1201 Get:116 http://ftp.skolelinux.no sarge/main libgsf-1 1.11.1-1 [96.1kB] 1202 Get:117 http://ftp.skolelinux.no sarge/main librsvg2-common 2.8.1-3 [40.0kB] 1203 Get:118 http://ftp.skolelinux.no sarge/main librsvg2-2 2.8.1-3 [97.3kB] 1204 Get:119 http://ftp.skolelinux.no sarge/main libnautilus2-2 2.8.2-2 [552kB] 1205 Get:120 http://ftp.skolelinux.no sarge/main libpanel-applet2-0 2.8.3-1 [76.2kB] 1206 Get:121 http://ftp.skolelinux.no sarge/main python2.3-gnome2 2.6.1-1 [237kB] 1207 Get:122 http://ftp.skolelinux.no sarge/main python2.3-glade2 2.6.1-2 [46.8kB] 1208 Get:123 http://ftp.skolelinux.no sarge/main python-glade2 2.6.1-2 [36.5kB] 1209 Get:124 http://ftp.skolelinux.no sarge/main xserver-common 4.3.0.dfsg.1-14sarge1 [336kB] 1210 Get:125 http://ftp.skolelinux.no sarge/main xserver-xfree86 4.3.0.dfsg.1-14sarge1 [5743kB] 1211 Get:126 http://ftp.skolelinux.no woody-test/local ldm 0.82debian2 [113kB] 1212 Get:127 http://ftp.skolelinux.no sarge/main libdps1 4.3.0.dfsg.1-14sarge1 [286kB] 1213 Get:128 http://ftp.skolelinux.no sarge/main libxaw7 4.3.0.dfsg.1-14sarge1 [338kB] 1214 Get:129 http://ftp.skolelinux.no sarge/main libxv1 4.3.0.dfsg.1-14sarge1 [172kB] 1215 Get:130 http://ftp.skolelinux.no sarge/main lsb-base 2.0-7 [8662B] 1216 Get:131 http://ftp.skolelinux.no woody-test/local ltsp-client 0.82debian2 [44.9kB] 1217 Get:132 http://ftp.skolelinux.no sarge/main mdetect 0.5.2 [15.8kB] 1218 Get:133 http://ftp.skolelinux.no sarge/main udev 0.056-3 [246kB] 1219 Get:134 http://ftp.skolelinux.no sarge/main udhcpc 0.9.8cvs20050124-3 [22.7kB] 1220 Get:135 http://ftp.skolelinux.no sarge/main xlibmesa-gl 4.3.0.dfsg.1-14sarge1 [283kB] 1221 Get:136 http://ftp.skolelinux.no sarge/main xlibmesa-dri 4.3.0.dfsg.1-14sarge1 [5009kB] 1222 Get:137 http://ftp.skolelinux.no sarge/main xlibmesa-glu 4.3.0.dfsg.1-14sarge1 [366kB] 1223 Get:138 http://ftp.skolelinux.no sarge/main xutils 4.3.0.dfsg.1-14sarge1 [912kB] 1224 Get:139 http://ftp.skolelinux.no sarge/main xfonts-base 4.3.0.dfsg.1-14sarge1 [5490kB] 1225 Get:140 http://ftp.skolelinux.no sarge/main xfonts-100dpi 4.3.0.dfsg.1-14sarge1 [4363kB] 1226 Get:141 http://ftp.skolelinux.no sarge/main xfonts-75dpi 4.3.0.dfsg.1-14sarge1 [3840kB] 1227 Get:142 http://ftp.skolelinux.no sarge/main xfonts-scalable 4.3.0.dfsg.1-14sarge1 [901kB] 1228 Get:143 http://ftp.skolelinux.no sarge/main xbase-clients 4.3.0.dfsg.1-14sarge1 [1941kB] 1229 Get:144 http://ftp.skolelinux.no sarge/main x-window-system-core 4.3.0.dfsg.1-14sarge1 [158kB] 1230 Get:145 http://ftp.skolelinux.no woody-test/local xdebconfigurator 1.20 [25.4kB] 1231 Get:146 http://ftp.skolelinux.no sarge/main xresprobe 0.4.16-1 [20.0kB] 1232 Get:147 http://security.debian.org sarge/updates/main perl 5.8.4-8sarge3 [3238kB] 1233 Get:148 http://security.debian.org sarge/updates/main libcupsys2-gnutls10 1.1.23-10sarge1 [75.2kB] 1234 Get:149 http://security.debian.org sarge/updates/main nbd-client 1:2.7.3-3sarge1 [27.1kB] 1235 debconf: delaying package configuration, since apt-utils is not installed 1236 Fetched 70.1MB in 10m26s (112kB/s) 1237 Selecting previously deselected package dash. 1238 (Reading database ... 6135 files and directories currently installed.) 1239 Unpacking dash (from .../archives/dash_0.5.2-5_i386.deb) ... 1240 Selecting previously deselected package cramfsprogs. 1241 Unpacking cramfsprogs (from .../cramfsprogs_1.1-6_i386.deb) ... 1242 Selecting previously deselected package initrd-tools. 1243 Unpacking initrd-tools (from .../initrd-tools_0.1.81.1_i386.deb) ... 1244 Setting up cramfsprogs (1.1-6) ... 1245 Setting up dash (0.5.2-5) ... 1246 1247 Setting up initrd-tools (0.1.81.1) ... 1248 1249 Selecting previously deselected package initrd-netboot-tools. 1250 (Reading database ... 6170 files and directories currently installed.) 1251 Unpacking initrd-netboot-tools (from .../initrd-netboot-tools_0.5.3cvs.20040906-16_all.deb) ... 1252 Selecting previously deselected package libgpg-error0. 1253 Unpacking libgpg-error0 (from .../libgpg-error0_1.0-1_i386.deb) ... 1254 Selecting previously deselected package libgcrypt11. 1255 Unpacking libgcrypt11 (from .../libgcrypt11_1.2.0-11.1_i386.deb) ... 1256 Selecting previously deselected package libgdbm3. 1257 Unpacking libgdbm3 (from .../libgdbm3_1.8.3-2_i386.deb) ... 1258 Selecting previously deselected package liblzo1. 1259 Unpacking liblzo1 (from .../liblzo1_1.08-1.2_i386.deb) ... 1260 Selecting previously deselected package libopencdk8. 1261 Unpacking libopencdk8 (from .../libopencdk8_0.5.5-10_i386.deb) ... 1262 Selecting previously deselected package libtasn1-2. 1263 Unpacking libtasn1-2 (from .../libtasn1-2_0.2.10-3sarge1_i386.deb) ... 1264 Selecting previously deselected package libgnutls11. 1265 Unpacking libgnutls11 (from .../libgnutls11_1.0.16-13.2_i386.deb) ... 1266 Selecting previously deselected package libsasl2. 1267 Unpacking libsasl2 (from .../libsasl2_2.1.19-1.5_i386.deb) ... 1268 Selecting previously deselected package libldap2. 1269 Unpacking libldap2 (from .../libldap2_2.1.30-8_i386.deb) ... 1270 Selecting previously deselected package cpp-3.3. 1271 Unpacking cpp-3.3 (from .../cpp-3.3_1%3a3.3.5-13_i386.deb) ... 1272 Selecting previously deselected package cpp. 1273 Unpacking cpp (from .../cpp_4%3a3.3.5-3_i386.deb) ... 1274 Selecting previously deselected package libmagic1. 1275 Unpacking libmagic1 (from .../libmagic1_4.12-1_i386.deb) ... 1276 Selecting previously deselected package file. 1277 Unpacking file (from .../archives/file_4.12-1_i386.deb) ... 1278 Selecting previously deselected package libbz2-1.0. 1279 Unpacking libbz2-1.0 (from .../libbz2-1.0_1.0.2-7_i386.deb) ... 1280 Selecting previously deselected package libkrb53. 1281 Unpacking libkrb53 (from .../libkrb53_1.3.6-2sarge2_i386.deb) ... 1282 Selecting previously deselected package libreadline4. 1283 Unpacking libreadline4 (from .../libreadline4_4.3-11_i386.deb) ... 1284 Selecting previously deselected package perl-modules. 1285 Unpacking perl-modules (from .../perl-modules_5.8.4-8sarge3_all.deb) ... 1286 Selecting previously deselected package perl. 1287 Unpacking perl (from .../perl_5.8.4-8sarge3_i386.deb) ... 1288 Selecting previously deselected package python2.3. 1289 Unpacking python2.3 (from .../python2.3_2.3.5-3sarge1_i386.deb) ... 1290 Selecting previously deselected package python. 1291 Unpacking python (from .../python_2.3.5-2_all.deb) ... 1292 Selecting previously deselected package ssh. 1293 Unpacking ssh (from .../ssh_1%3a3.8.1p1-8.sarge.4_i386.deb) ... 1294 Selecting previously deselected package whiptail. 1295 Unpacking whiptail (from .../whiptail_0.51.6-20_i386.deb) ... 1296 Selecting previously deselected package defoma. 1297 Unpacking defoma (from .../defoma_0.11.8-0.1_all.deb) ... 1298 Selecting previously deselected package libglib2.0-0. 1299 Unpacking libglib2.0-0 (from .../libglib2.0-0_2.6.4-1_i386.deb) ... 1300 Selecting previously deselected package desktop-file-utils. 1301 Unpacking desktop-file-utils (from .../desktop-file-utils_0.10-1_i386.deb) ... 1302 Selecting previously deselected package devfsd. 1303 Unpacking devfsd (from .../devfsd_1.3.25-19_i386.deb) ... 1304 Selecting previously deselected package discover1-data. 1305 Unpacking discover1-data (from .../discover1-data_1.2005.01.08_all.deb) ... 1306 Selecting previously deselected package libdiscover1. 1307 Unpacking libdiscover1 (from .../libdiscover1_1.7.7_i386.deb) ... 1308 Selecting previously deselected package discover1. 1309 Unpacking discover1 (from .../discover1_1.7.7_i386.deb) ... 1310 Selecting previously deselected package libaudiofile0. 1311 Unpacking libaudiofile0 (from .../libaudiofile0_0.2.6-6_i386.deb) ... 1312 Selecting previously deselected package esound-common. 1313 Unpacking esound-common (from .../esound-common_0.2.35-2_all.deb) ... 1314 Selecting previously deselected package libesd0. 1315 Unpacking libesd0 (from .../libesd0_0.2.35-2_i386.deb) ... 1316 Selecting previously deselected package esound. 1317 Unpacking esound (from .../esound_0.2.35-2_i386.deb) ... 1318 Selecting previously deselected package libexpat1. 1319 Unpacking libexpat1 (from .../libexpat1_1.95.8-3_i386.deb) ... 1320 Selecting previously deselected package libfreetype6. 1321 Unpacking libfreetype6 (from .../libfreetype6_2.1.7-2.4_i386.deb) ... 1322 Selecting previously deselected package libfontconfig1. 1323 Unpacking libfontconfig1 (from .../libfontconfig1_2.3.1-2_i386.deb) ... 1324 Selecting previously deselected package ucf. 1325 Unpacking ucf (from .../apt/archives/ucf_1.17_all.deb) ... 1326 Moving old data out of the way 1327 Selecting previously deselected package ttf-bitstream-vera. 1328 Unpacking ttf-bitstream-vera (from .../ttf-bitstream-vera_1.10-3_all.deb) ... 1329 Selecting previously deselected package fontconfig. 1330 Unpacking fontconfig (from .../fontconfig_2.3.1-2_i386.deb) ... 1331 Selecting previously deselected package libidl0. 1332 Unpacking libidl0 (from .../libidl0_0.8.5-1_i386.deb) ... 1333 Selecting previously deselected package liborbit2. 1334 Unpacking liborbit2 (from .../liborbit2_1%3a2.12.2-1_i386.deb) ... 1335 Selecting previously deselected package libgconf2-4. 1336 Unpacking libgconf2-4 (from .../libgconf2-4_2.8.1-6_i386.deb) ... 1337 Selecting previously deselected package libgtk2.0-common. 1338 Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.6.4-3.1_all.deb) ... 1339 Selecting previously deselected package libatk1.0-0. 1340 Unpacking libatk1.0-0 (from .../libatk1.0-0_1.8.0-4_i386.deb) ... 1341 Selecting previously deselected package libpango1.0-common. 1342 Unpacking libpango1.0-common (from .../libpango1.0-common_1.8.1-1_i386.deb) ... 1343 Selecting previously deselected package xfree86-common. 1344 Unpacking xfree86-common (from .../xfree86-common_4.3.0.dfsg.1-14sarge1_all.deb) ... 1345 Selecting previously deselected package xlibs-data. 1346 Unpacking xlibs-data (from .../xlibs-data_4.3.0.dfsg.1-14sarge1_all.deb) ... 1347 Selecting previously deselected package libx11-6. 1348 Unpacking libx11-6 (from .../libx11-6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1349 Selecting previously deselected package libice6. 1350 Unpacking libice6 (from .../libice6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1351 Selecting previously deselected package libsm6. 1352 Unpacking libsm6 (from .../libsm6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1353 Selecting previously deselected package libxext6. 1354 Unpacking libxext6 (from .../libxext6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1355 Selecting previously deselected package libxrender1. 1356 Unpacking libxrender1 (from .../libxrender1_0.8.3-7_i386.deb) ... 1357 Selecting previously deselected package libxft1. 1358 Unpacking libxft1 (from .../libxft1_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1359 Selecting previously deselected package libxi6. 1360 Unpacking libxi6 (from .../libxi6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1361 Selecting previously deselected package libxt6. 1362 Unpacking libxt6 (from .../libxt6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1363 Selecting previously deselected package libxmu6. 1364 Unpacking libxmu6 (from .../libxmu6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1365 Selecting previously deselected package libxmuu1. 1366 Unpacking libxmuu1 (from .../libxmuu1_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1367 Selecting previously deselected package libxp6. 1368 Unpacking libxp6 (from .../libxp6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1369 Selecting previously deselected package libxpm4. 1370 Unpacking libxpm4 (from .../libxpm4_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1371 Selecting previously deselected package libxrandr2. 1372 Unpacking libxrandr2 (from .../libxrandr2_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1373 Selecting previously deselected package libxtrap6. 1374 Unpacking libxtrap6 (from .../libxtrap6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1375 Selecting previously deselected package libxtst6. 1376 Unpacking libxtst6 (from .../libxtst6_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1377 Selecting previously deselected package xlibs. 1378 Unpacking xlibs (from .../xlibs_4.3.0.dfsg.1-14sarge1_all.deb) ... 1379 Selecting previously deselected package libxft2. 1380 Unpacking libxft2 (from .../libxft2_2.1.7-1_i386.deb) ... 1381 Selecting previously deselected package libpango1.0-0. 1382 Unpacking libpango1.0-0 (from .../libpango1.0-0_1.8.1-1_i386.deb) ... 1383 Selecting previously deselected package libxcursor1. 1384 Unpacking libxcursor1 (from .../libxcursor1_1.1.3-1_i386.deb) ... 1385 Selecting previously deselected package libgtk2.0-bin. 1386 Unpacking libgtk2.0-bin (from .../libgtk2.0-bin_2.6.4-3.1_i386.deb) ... 1387 Selecting previously deselected package libjpeg62. 1388 Unpacking libjpeg62 (from .../libjpeg62_6b-10_i386.deb) ... 1389 Selecting previously deselected package libpng12-0. 1390 Unpacking libpng12-0 (from .../libpng12-0_1.2.8rel-1_i386.deb) ... 1391 Selecting previously deselected package libtiff4. 1392 Unpacking libtiff4 (from .../libtiff4_3.7.2-3_i386.deb) ... 1393 Selecting previously deselected package libgtk2.0-0. 1394 Unpacking libgtk2.0-0 (from .../libgtk2.0-0_2.6.4-3.1_i386.deb) ... 1395 Selecting previously deselected package libxml2. 1396 Unpacking libxml2 (from .../libxml2_2.6.16-7_i386.deb) ... 1397 Selecting previously deselected package gconf2. 1398 Unpacking gconf2 (from .../gconf2_2.8.1-6_i386.deb) ... 1399 Selecting previously deselected package gnome-keyring. 1400 Unpacking gnome-keyring (from .../gnome-keyring_0.4.2-1_i386.deb) ... 1401 Selecting previously deselected package gnome-mime-data. 1402 Unpacking gnome-mime-data (from .../gnome-mime-data_2.4.2-1_all.deb) ... 1403 Selecting previously deselected package gtk2-engines-clearlooks. 1404 Unpacking gtk2-engines-clearlooks (from .../gtk2-engines-clearlooks_0.5-1_i386.deb) ... 1405 Selecting previously deselected package hotplug. 1406 Unpacking hotplug (from .../hotplug_0.0.20040329-22_all.deb) ... 1407 Selecting previously deselected package python2.3-numeric. 1408 Unpacking python2.3-numeric (from .../python2.3-numeric_23.8-1_i386.deb) ... 1409 Selecting previously deselected package python2.3-gtk2. 1410 Unpacking python2.3-gtk2 (from .../python2.3-gtk2_2.6.1-2_i386.deb) ... 1411 Selecting previously deselected package python-gtk2. 1412 Unpacking python-gtk2 (from .../python-gtk2_2.6.1-2_all.deb) ... 1413 Selecting previously deselected package python2.3-pyorbit. 1414 Unpacking python2.3-pyorbit (from .../python2.3-pyorbit_2.0.1-2_i386.deb) ... 1415 Selecting previously deselected package libart-2.0-2. 1416 Unpacking libart-2.0-2 (from .../libart-2.0-2_2.3.17-1_i386.deb) ... 1417 Selecting previously deselected package libbonobo2-common. 1418 Unpacking libbonobo2-common (from .../libbonobo2-common_2.8.1-2_i386.deb) ... 1419 Selecting previously deselected package libbonobo2-0. 1420 Unpacking libbonobo2-0 (from .../libbonobo2-0_2.8.1-2_i386.deb) ... 1421 Selecting previously deselected package libglade2-0. 1422 Unpacking libglade2-0 (from .../libglade2-0_1%3a2.4.2-2_i386.deb) ... 1423 Selecting previously deselected package libfam0c102. 1424 Unpacking libfam0c102 (from .../libfam0c102_2.7.0-6sarge1_i386.deb) ... 1425 Selecting previously deselected package libsmbclient. 1426 Unpacking libsmbclient (from .../libsmbclient_3.0.14a-3sarge1_i386.deb) ... 1427 Selecting previously deselected package shared-mime-info. 1428 Unpacking shared-mime-info (from .../shared-mime-info_0.16-3_i386.deb) ... 1429 Selecting previously deselected package libgnomevfs2-common. 1430 Unpacking libgnomevfs2-common (from .../libgnomevfs2-common_2.8.4-4_i386.deb) ... 1431 Selecting previously deselected package libgnomevfs2-0. 1432 Unpacking libgnomevfs2-0 (from .../libgnomevfs2-0_2.8.4-4_i386.deb) ... 1433 Selecting previously deselected package libgnome2-common. 1434 Unpacking libgnome2-common (from .../libgnome2-common_2.8.1-2_all.deb) ... 1435 Selecting previously deselected package libgnome2-0. 1436 Unpacking libgnome2-0 (from .../libgnome2-0_2.8.1-2_i386.deb) ... 1437 Selecting previously deselected package libgnomecanvas2-common. 1438 Unpacking libgnomecanvas2-common (from .../libgnomecanvas2-common_2.8.0-1_all.deb) ... 1439 Selecting previously deselected package libgnomecanvas2-0. 1440 Unpacking libgnomecanvas2-0 (from .../libgnomecanvas2-0_2.8.0-1_i386.deb) ... 1441 Selecting previously deselected package libbonoboui2-common. 1442 Unpacking libbonoboui2-common (from .../libbonoboui2-common_2.8.1-2_all.deb) ... 1443 Selecting previously deselected package libbonoboui2-0. 1444 Unpacking libbonoboui2-0 (from .../libbonoboui2-0_2.8.1-2_i386.deb) ... 1445 Selecting previously deselected package libgail17. 1446 Unpacking libgail17 (from .../libgail17_1.8.4-1_i386.deb) ... 1447 Selecting previously deselected package libgail-common. 1448 Unpacking libgail-common (from .../libgail-common_1.8.4-1_i386.deb) ... 1449 Selecting previously deselected package libgnome-keyring0. 1450 Unpacking libgnome-keyring0 (from .../libgnome-keyring0_0.4.2-1_i386.deb) ... 1451 Selecting previously deselected package libgnomeui-common. 1452 Unpacking libgnomeui-common (from .../libgnomeui-common_2.8.1-3_all.deb) ... 1453 Selecting previously deselected package libgnomeui-0. 1454 Unpacking libgnomeui-0 (from .../libgnomeui-0_2.8.1-3_i386.deb) ... 1455 Selecting previously deselected package libeel2-data. 1456 Unpacking libeel2-data (from .../libeel2-data_2.8.2-1_all.deb) ... 1457 Selecting previously deselected package libeel2-2. 1458 Unpacking libeel2-2 (from .../libeel2-2_2.8.2-1_i386.deb) ... 1459 Selecting previously deselected package libcupsys2-gnutls10. 1460 Unpacking libcupsys2-gnutls10 (from .../libcupsys2-gnutls10_1.1.23-10sarge1_i386.deb) ... 1461 Selecting previously deselected package libgnomecups1.0-1. 1462 Unpacking libgnomecups1.0-1 (from .../libgnomecups1.0-1_0.1.14-1_i386.deb) ... 1463 Selecting previously deselected package libgnomeprint2.2-data. 1464 Unpacking libgnomeprint2.2-data (from .../libgnomeprint2.2-data_2.8.2-1.2_all.deb) ... 1465 Selecting previously deselected package libgnomeprint2.2-0. 1466 Unpacking libgnomeprint2.2-0 (from .../libgnomeprint2.2-0_2.8.2-1.2_i386.deb) ... 1467 Selecting previously deselected package libgnomeprintui2.2-common. 1468 Unpacking libgnomeprintui2.2-common (from .../libgnomeprintui2.2-common_2.8.2-2_all.deb) ... 1469 Selecting previously deselected package libgnomeprintui2.2-0. 1470 Unpacking libgnomeprintui2.2-0 (from .../libgnomeprintui2.2-0_2.8.2-2_i386.deb) ... 1471 Selecting previously deselected package libgtkhtml2-0. 1472 Unpacking libgtkhtml2-0 (from .../libgtkhtml2-0_2.6.3-1_i386.deb) ... 1473 Selecting previously deselected package libstartup-notification0. 1474 Unpacking libstartup-notification0 (from .../libstartup-notification0_0.8-1_i386.deb) ... 1475 Selecting previously deselected package libgnome-desktop-2. 1476 Unpacking libgnome-desktop-2 (from .../libgnome-desktop-2_2.8.3-2_i386.deb) ... 1477 Selecting previously deselected package libcroco3. 1478 Unpacking libcroco3 (from .../libcroco3_0.6.0-2_i386.deb) ... 1479 Selecting previously deselected package libgsf-1. 1480 Unpacking libgsf-1 (from .../libgsf-1_1.11.1-1_i386.deb) ... 1481 Selecting previously deselected package librsvg2-common. 1482 Unpacking librsvg2-common (from .../librsvg2-common_2.8.1-3_i386.deb) ... 1483 Selecting previously deselected package librsvg2-2. 1484 Unpacking librsvg2-2 (from .../librsvg2-2_2.8.1-3_i386.deb) ... 1485 Selecting previously deselected package libnautilus2-2. 1486 Unpacking libnautilus2-2 (from .../libnautilus2-2_2.8.2-2_i386.deb) ... 1487 Selecting previously deselected package libpanel-applet2-0. 1488 Unpacking libpanel-applet2-0 (from .../libpanel-applet2-0_2.8.3-1_i386.deb) ... 1489 Selecting previously deselected package python2.3-gnome2. 1490 Unpacking python2.3-gnome2 (from .../python2.3-gnome2_2.6.1-1_i386.deb) ... 1491 Selecting previously deselected package python2.3-glade2. 1492 Unpacking python2.3-glade2 (from .../python2.3-glade2_2.6.1-2_i386.deb) ... 1493 Selecting previously deselected package python-glade2. 1494 Unpacking python-glade2 (from .../python-glade2_2.6.1-2_all.deb) ... 1495 Selecting previously deselected package xserver-common. 1496 Unpacking xserver-common (from .../xserver-common_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1497 Selecting previously deselected package xserver-xfree86. 1498 Unpacking xserver-xfree86 (from .../xserver-xfree86_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1499 Selecting previously deselected package ldm. 1500 Unpacking ldm (from .../ldm_0.82debian2_all.deb) ... 1501 Selecting previously deselected package libdps1. 1502 Unpacking libdps1 (from .../libdps1_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1503 Selecting previously deselected package libxaw7. 1504 Unpacking libxaw7 (from .../libxaw7_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1505 Selecting previously deselected package libxv1. 1506 Unpacking libxv1 (from .../libxv1_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1507 Selecting previously deselected package lsb-base. 1508 Unpacking lsb-base (from .../lsb-base_2.0-7_all.deb) ... 1509 Selecting previously deselected package nbd-client. 1510 Unpacking nbd-client (from .../nbd-client_1%3a2.7.3-3sarge1_i386.deb) ... 1511 Selecting previously deselected package ltsp-client. 1512 Unpacking ltsp-client (from .../ltsp-client_0.82debian2_i386.deb) ... 1513 Selecting previously deselected package mdetect. 1514 Unpacking mdetect (from .../mdetect_0.5.2_i386.deb) ... 1515 Selecting previously deselected package udev. 1516 Unpacking udev (from .../archives/udev_0.056-3_i386.deb) ... 1517 Selecting previously deselected package udhcpc. 1518 Unpacking udhcpc (from .../udhcpc_0.9.8cvs20050124-3_i386.deb) ... 1519 Selecting previously deselected package xlibmesa-gl. 1520 Unpacking xlibmesa-gl (from .../xlibmesa-gl_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1521 Selecting previously deselected package xlibmesa-dri. 1522 Unpacking xlibmesa-dri (from .../xlibmesa-dri_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1523 Selecting previously deselected package xlibmesa-glu. 1524 Unpacking xlibmesa-glu (from .../xlibmesa-glu_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1525 Selecting previously deselected package xutils. 1526 Unpacking xutils (from .../xutils_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1527 Selecting previously deselected package xfonts-base. 1528 Unpacking xfonts-base (from .../xfonts-base_4.3.0.dfsg.1-14sarge1_all.deb) ... 1529 Selecting previously deselected package xfonts-100dpi. 1530 Unpacking xfonts-100dpi (from .../xfonts-100dpi_4.3.0.dfsg.1-14sarge1_all.deb) ... 1531 Selecting previously deselected package xfonts-75dpi. 1532 Unpacking xfonts-75dpi (from .../xfonts-75dpi_4.3.0.dfsg.1-14sarge1_all.deb) ... 1533 Selecting previously deselected package xfonts-scalable. 1534 Unpacking xfonts-scalable (from .../xfonts-scalable_4.3.0.dfsg.1-14sarge1_all.deb) ... 1535 Selecting previously deselected package xbase-clients. 1536 Unpacking xbase-clients (from .../xbase-clients_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1537 Selecting previously deselected package x-window-system-core. 1538 Unpacking x-window-system-core (from .../x-window-system-core_4.3.0.dfsg.1-14sarge1_i386.deb) ... 1539 Selecting previously deselected package xdebconfigurator. 1540 Unpacking xdebconfigurator (from .../xdebconfigurator_1.20_all.deb) ... 1541 Selecting previously deselected package xresprobe. 1542 Unpacking xresprobe (from .../xresprobe_0.4.16-1_i386.deb) ... 1543 Setting up initrd-netboot-tools (0.5.3cvs.20040906-16) ... 1544 Setting up libgpg-error0 (1.0-1) ... 1545 1546 Setting up libgcrypt11 (1.2.0-11.1) ... 1547 1548 Setting up libgdbm3 (1.8.3-2) ... 1549 Setting up liblzo1 (1.08-1.2) ... 1550 1551 Setting up libopencdk8 (0.5.5-10) ... 1552 1553 Setting up libtasn1-2 (0.2.10-3sarge1) ... 1554 1555 Setting up libgnutls11 (1.0.16-13.2) ... 1556 1557 Setting up libsasl2 (2.1.19-1.5) ... 1558 1559 Setting up libldap2 (2.1.30-8) ... 1560 1561 Setting up cpp-3.3 (3.3.5-13) ... 1562 Setting up cpp (3.3.5-3) ... 1563 Setting up libmagic1 (4.12-1) ... 1564 1565 Setting up file (4.12-1) ... 1566 Setting up libbz2-1.0 (1.0.2-7) ... 1567 1568 Setting up libkrb53 (1.3.6-2sarge2) ... 1569 1570 Setting up libreadline4 (4.3-11) ... 1571 1572 Setting up python2.3 (2.3.5-3sarge1) ... 1573 1574 Setting up python (2.3.5-2) ... 1575 1576 Setting up ssh (3.8.1p1-8.sarge.4) ... 1577 Creating SSH2 RSA key; this may take some time ... 1578 Creating SSH2 DSA key; this may take some time ... 1579 1580 Setting up whiptail (0.51.6-20) ... 1581 Setting up libglib2.0-0 (2.6.4-1) ... 1582 1583 Setting up desktop-file-utils (0.10-1) ... 1584 1585 Setting up devfsd (1.3.25-19) ... 1586 find: /etc/devfs/symlinks.d: No such file or directory 1587 1588 Setting up discover1-data (1.2005.01.08) ... 1589 Setting up libdiscover1 (1.7.7) ... 1590 1591 Setting up discover1 (1.7.7) ... 1592 1593 Setting up libaudiofile0 (0.2.6-6) ... 1594 1595 Setting up esound-common (0.2.35-2) ... 1596 1597 Setting up libesd0 (0.2.35-2) ... 1598 1599 Setting up esound (0.2.35-2) ... 1600 1601 Setting up libexpat1 (1.95.8-3) ... 1602 1603 Setting up libfreetype6 (2.1.7-2.4) ... 1604 1605 Setting up ucf (1.17) ... 1606 1607 Setting up libidl0 (0.8.5-1) ... 1608 1609 Setting up liborbit2 (2.12.2-1) ... 1610 1611 Setting up libatk1.0-0 (1.8.0-4) ... 1612 1613 Setting up xfree86-common (4.3.0.dfsg.1-14sarge1) ... 1614 Adding system startup for /etc/init.d/xfree86-common ... 1615 /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common 1616 1617 Setting up xlibs-data (4.3.0.dfsg.1-14sarge1) ... 1618 1619 Setting up libx11-6 (4.3.0.dfsg.1-14sarge1) ... 1620 1621 Setting up libice6 (4.3.0.dfsg.1-14sarge1) ... 1622 1623 Setting up libsm6 (4.3.0.dfsg.1-14sarge1) ... 1624 1625 Setting up libxext6 (4.3.0.dfsg.1-14sarge1) ... 1626 1627 Setting up libxrender1 (0.8.3-7) ... 1628 1629 Setting up libxi6 (4.3.0.dfsg.1-14sarge1) ... 1630 1631 Setting up libxt6 (4.3.0.dfsg.1-14sarge1) ... 1632 1633 Setting up libxmu6 (4.3.0.dfsg.1-14sarge1) ... 1634 1635 Setting up libxmuu1 (4.3.0.dfsg.1-14sarge1) ... 1636 1637 Setting up libxp6 (4.3.0.dfsg.1-14sarge1) ... 1638 1639 Setting up libxpm4 (4.3.0.dfsg.1-14sarge1) ... 1640 1641 Setting up libxrandr2 (4.3.0.dfsg.1-14sarge1) ... 1642 1643 Setting up libxtrap6 (4.3.0.dfsg.1-14sarge1) ... 1644 1645 Setting up libxtst6 (4.3.0.dfsg.1-14sarge1) ... 1646 1647 Setting up libxcursor1 (1.1.3-1) ... 1648 1649 Setting up libjpeg62 (6b-10) ... 1650 1651 Setting up libpng12-0 (1.2.8rel-1) ... 1652 1653 Setting up libtiff4 (3.7.2-3) ... 1654 1655 Setting up libxml2 (2.6.16-7) ... 1656 1657 Setting up gnome-mime-data (2.4.2-1) ... 1658 Setting up hotplug (0.0.20040329-22) ... 1659 1660 Setting up python2.3-numeric (23.8-1) ... 1661 1662 Setting up python2.3-pyorbit (2.0.1-2) ... 1663 Setting up libart-2.0-2 (2.3.17-1) ... 1664 1665 Setting up libfam0c102 (2.7.0-6sarge1) ... 1666 1667 Setting up libsmbclient (3.0.14a-3sarge1) ... 1668 Setting up shared-mime-info (0.16-3) ... 1669 *** 1670 * Updating MIME database in /usr/share/mime... 1671 *** 1672 1673 Setting up libgnomecanvas2-common (2.8.0-1) ... 1674 Setting up libbonoboui2-common (2.8.1-2) ... 1675 Setting up libgnomeui-common (2.8.1-3) ... 1676 Setting up libeel2-data (2.8.2-1) ... 1677 Setting up libcupsys2-gnutls10 (1.1.23-10sarge1) ... 1678 1679 Setting up libgnomecups1.0-1 (0.1.14-1) ... 1680 1681 Setting up libgnomeprint2.2-data (2.8.2-1.2) ... 1682 Setting up libgnomeprintui2.2-common (2.8.2-2) ... 1683 Setting up libstartup-notification0 (0.8-1) ... 1684 1685 Setting up libcroco3 (0.6.0-2) ... 1686 1687 Setting up libgsf-1 (1.11.1-1) ... 1688 1689 Setting up xserver-common (4.3.0.dfsg.1-14sarge1) ... 1690 1691 Setting up xserver-xfree86 (4.3.0.dfsg.1-14sarge1) ... 1692 1693 Setting up libdps1 (4.3.0.dfsg.1-14sarge1) ... 1694 1695 Setting up libxaw7 (4.3.0.dfsg.1-14sarge1) ... 1696 1697 Setting up libxv1 (4.3.0.dfsg.1-14sarge1) ... 1698 1699 Setting up lsb-base (2.0-7) ... 1700 Setting up nbd-client (2.7.3-3sarge1) ... 1701 Stopping NBD client process: 1702 umounting all filesystems for nbd-blockdevices... 1703 Invoking swapoff on all 'nb*' files in /dev... 1704 Disconnecting ... 1705 rmmod: QM_MODULES: Function not implemented 1706 1707 rmmod: module nbd is not loaded 1708 rmmod: QM_MODULES: Function not implemented 1709 1710 nbd-client. 1711 Starting NBD client process: modprobe: Can't open dependencies file /lib/modules/2.6.8-2-386/modules.dep (No such file or directory) 1712 Connecting...Activating... 1713 nbd-client. 1714 1715 Setting up mdetect (0.5.2) ... 1716 Setting up udev (0.056-3) ... 1717 A chroot environment has been detected, udev not started. 1718 1719 Setting up udhcpc (0.9.8cvs20050124-3) ... 1720 Setting up xlibmesa-gl (4.3.0.dfsg.1-14sarge1) ... 1721 1722 Setting up xlibmesa-dri (4.3.0.dfsg.1-14sarge1) ... 1723 Setting up xlibmesa-glu (4.3.0.dfsg.1-14sarge1) ... 1724 1725 Setting up xutils (4.3.0.dfsg.1-14sarge1) ... 1726 1727 Setting up xfonts-base (4.3.0.dfsg.1-14sarge1) ... 1728 1729 Setting up xfonts-100dpi (4.3.0.dfsg.1-14sarge1) ... 1730 1731 Setting up xfonts-75dpi (4.3.0.dfsg.1-14sarge1) ... 1732 1733 Setting up xfonts-scalable (4.3.0.dfsg.1-14sarge1) ... 1734 Updating font configuration of fontconfig... 1735 Cleaning up category cid.. 1736 Cleaning up category truetype.. 1737 Cleaning up category type1.. 1738 Updating category type1.. 1739 Updating category truetype.. 1740 Updating category cid.. 1741 1742 Setting up xresprobe (0.4.16-1) ... 1743 Setting up libgtk2.0-common (2.6.4-3.1) ... 1744 Setting up xlibs (4.3.0.dfsg.1-14sarge1) ... 1745 Setting up libbonobo2-common (2.8.1-2) ... 1746 Setting up perl-modules (5.8.4-8sarge3) ... 1747 Setting up libbonobo2-0 (2.8.1-2) ... 1748 1749 Setting up xdebconfigurator (1.20) ... 1750 1751 Setting up perl (5.8.4-8sarge3) ... 1752 1753 Setting up defoma (0.11.8-0.1) ... 1754 1755 Setting up ttf-bitstream-vera (1.10-3) ... 1756 Fontconfig error: Cannot load default config file 1757 Regenerating fonts cache... done. 1758 1759 Setting up fontconfig (2.3.1-2) ... 1760 1761 Creating config file /etc/fonts/local.conf with new version 1762 Updating font configuration of fontconfig... 1763 Cleaning up category cid.. 1764 Cleaning up category truetype.. 1765 Cleaning up category type1.. 1766 Updating category type1.. 1767 Updating category truetype.. 1768 Updating category cid.. 1769 Regenerating fonts cache... done. 1770 1771 Setting up libfontconfig1 (2.3.1-2) ... 1772 1773 Setting up libxft1 (4.3.0.dfsg.1-14sarge1) ... 1774 1775 Setting up libxft2 (2.1.7-1) ... 1776 1777 Setting up libpango1.0-0 (1.8.1-1) ... 1778 1779 Setting up libgtk2.0-bin (2.6.4-3.1) ... 1780 Updating the IM modules list for GTK+-2.4.0...done. 1781 Updating the gdk-pixbuf loaders list for GTK+-2.4.0...done. 1782 1783 Setting up libgtk2.0-0 (2.6.4-3.1) ... 1784 1785 Setting up gconf2 (2.8.1-6) ... 1786 1787 Setting up libgconf2-4 (2.8.1-6) ... 1788 1789 Setting up gnome-keyring (0.4.2-1) ... 1790 Setting up gtk2-engines-clearlooks (0.5-1) ... 1791 Setting up python2.3-gtk2 (2.6.1-2) ... 1792 1793 Setting up python-gtk2 (2.6.1-2) ... 1794 Setting up libglade2-0 (2.4.2-2) ... 1795 1796 Setting up libgnomevfs2-0 (2.8.4-4) ... 1797 1798 Setting up libgnomevfs2-common (2.8.4-4) ... 1799 1800 Setting up libgnome2-common (2.8.1-2) ... 1801 1802 Setting up libgnome2-0 (2.8.1-2) ... 1803 1804 Setting up libgnomecanvas2-0 (2.8.0-1) ... 1805 1806 Setting up libbonoboui2-0 (2.8.1-2) ... 1807 1808 Setting up libgail17 (1.8.4-1) ... 1809 1810 Setting up libgail-common (1.8.4-1) ... 1811 Setting up libgnome-keyring0 (0.4.2-1) ... 1812 1813 Setting up libgnomeui-0 (2.8.1-3) ... 1814 1815 Setting up libeel2-2 (2.8.2-1) ... 1816 1817 Setting up libgnomeprint2.2-0 (2.8.2-1.2) ... 1818 1819 Setting up libgnomeprintui2.2-0 (2.8.2-2) ... 1820 1821 Setting up libgtkhtml2-0 (2.6.3-1) ... 1822 1823 Setting up libgnome-desktop-2 (2.8.3-2) ... 1824 1825 Setting up librsvg2-2 (2.8.1-3) ... 1826 1827 Setting up librsvg2-common (2.8.1-3) ... 1828 Updating the gdk-pixbuf loaders list for GTK+-2.4.0...done. 1829 1830 Setting up libnautilus2-2 (2.8.2-2) ... 1831 1832 Setting up libpanel-applet2-0 (2.8.3-1) ... 1833 1834 Setting up python2.3-gnome2 (2.6.1-1) ... 1835 1836 Setting up python2.3-glade2 (2.6.1-2) ... 1837 Setting up python-glade2 (2.6.1-2) ... 1838 Setting up ldm (0.82debian2) ... 1839 1840 Setting up ltsp-client (0.82debian2) ... 1841 1842 Setting up xbase-clients (4.3.0.dfsg.1-14sarge1) ... 1843 1844 Setting up x-window-system-core (4.3.0.dfsg.1-14sarge1) ... 1845 Setting up libpango1.0-common (1.8.1-1) ... 1846 Updating the modules list for Pango-1.4.0...done. 1847 Creating /etc/pango directory...done. 1848 Cleaning up font configuration of pango... 1849 Updating font configuration of pango... 1850 Cleaning up category xfont.. 1851 Updating category xfont.. 1852 *** You don't have any defomized font packages. 1853 *** So we are trying to force to generate pangox.aliases... 1854 1855 + cat 1856 + [ -f /opt/ltsp/i386/etc/mkinitramfs/initramfs.conf ] 1857 + [ -f /opt/ltsp/i386/etc/mkinitrd/mkinitrd.conf ] 1858 + [ -d /opt/ltsp/i386/usr/share/doc/initrd-netboot-tools ] 1859 + sed -i -e s/^ROOT=.*$/ROOT=""/ -e s/^MODULES=.*$/MODULES=none/ /opt/ltsp/i386/etc/mkinitrd/mkinitrd.conf 1860 + sed -i -e s/^DELAYLOGIN=.*$/DELAYLOGIN=no/ /opt/ltsp/i386/etc/default/rcS 1861 + sed -i -e s/^EDITMOTD=.*$/EDITMOTD=no/ /opt/ltsp/i386/etc/default/rcS 1862 + chroot /opt/ltsp/i386 apt-get -y install kernel-image-2.6-386 1863 Reading Package Lists... 1864 Building Dependency Tree... 1865 The following extra packages will be installed: 1866 kernel-image-2.6.8-2-386 module-init-tools 1867 Suggested packages: 1868 lilo grub fdutils kernel-doc-2.6.8 kernel-source-2.6.8 1869 The following NEW packages will be installed: 1870 kernel-image-2.6-386 kernel-image-2.6.8-2-386 module-init-tools 1871 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 1872 Need to get 14.1MB of archives. 1873 After unpacking 42.6MB of additional disk space will be used. 1874 Get:1 http://ftp.skolelinux.no sarge/main module-init-tools 3.2-pre1-2 [73.1kB] 1875 Get:2 http://ftp.skolelinux.no sarge/main kernel-image-2.6.8-2-386 2.6.8-16sarge1 [14.1MB] 1876 Get:3 http://ftp.skolelinux.no sarge/main kernel-image-2.6-386 101 [2058B] 1877 debconf: delaying package configuration, since apt-utils is not installed 1878 Fetched 14.1MB in 36s (387kB/s) 1879 Selecting previously deselected package module-init-tools. 1880 (Reading database ... 14412 files and directories currently installed.) 1881 Unpacking module-init-tools (from .../module-init-tools_3.2-pre1-2_i386.deb) ... 1882 Selecting previously deselected package kernel-image-2.6.8-2-386. 1883 Unpacking kernel-image-2.6.8-2-386 (from .../kernel-image-2.6.8-2-386_2.6.8-16sarge1_i386.deb) ... 1884 Selecting previously deselected package kernel-image-2.6-386. 1885 Unpacking kernel-image-2.6-386 (from .../kernel-image-2.6-386_101_i386.deb) ... 1886 Setting up module-init-tools (3.2-pre1-2) ... 1887 1888 Setting up kernel-image-2.6.8-2-386 (2.6.8-16sarge1) ... 1889 1890 You are attempting to install a kernel version that is the same as 1891 the version you are currently running (version 2.6.8-2-386). The modules 1892 list is quite likely to have been changed, and the modules dependency 1893 file /lib/modules/2.6.8-2-386/modules.dep needs to be re-built. It can 1894 not be built correctly right now, since the module list for the 1895 running kernel are likely to be different from the kernel installed. 1896 I am creating a new modules.dep file, but that may not be 1897 correct. It shall be regenerated correctly at next reboot. 1898 1899 I repeat: you have to reboot in order for the modules file to be 1900 created correctly. Until you reboot, it may be impossible to load 1901 some modules. Reboot as soon as this install is finished (Do not 1902 reboot right now, since you may not be able to boot back up until 1903 installation is over, but boot immediately after). I can not stress 1904 that too much. You need to reboot soon. 1905 1906 Please Hit return to continue. /boot/initrd.img does not exist. Installing from scratch, eh? 1907 Or maybe you don't want a symbolic link here. Hmm? Lets See. 1908 /boot/vmlinuz does not exist. Installing from scratch, eh? 1909 Or maybe you don't want a symbolic link here. Hmm? Lets See. 1910 1911 Setting up kernel-image-2.6-386 (101) ... 1912 + dirname /opt/ltsp/i386 1913 + LTSPROOT=/opt/ltsp ltsp-update-kernels 1914 `/opt/ltsp/i386/boot/vmlinuz' -> `/var/lib/tftpboot/ltsp/vmlinuz' 1915 `/opt/ltsp/i386/boot/vmlinuz-2.6.8-2-386' -> `/var/lib/tftpboot/ltsp/vmlinuz-2.6.8-2-386' 1916 `/opt/ltsp/i386/boot/initrd.img' -> `/var/lib/tftpboot/ltsp/initrd.img' 1917 `/opt/ltsp/i386/boot/initrd.img-2.6.8-2-386' -> `/var/lib/tftpboot/ltsp/initrd.img-2.6.8-2-386' 1918 Not on powerpc, skipping yaboot installation. 1919 Skipping etherboot images. Install the mknbi package if you need them. 1920 Skipping openfirmware images. Install the mkvmlinuz package if you need them. 1921 Skipping netabootwrap images. Install the aboot package if you need them. 1922 + clients=/opt/ltsp/i386 ltsp-update-sshkeys 1923 # ltspserver08.intern SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4 1924 # ltspserver08.intern SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4 1925 # 10.0.2.18 SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4 1926 # 10.0.2.18 SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4 1927 # 192.168.0.254 SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4 1928 # 192.168.0.254 SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4 1929 + echo ltsp 1930 + touch /opt/ltsp/i386/etc/hosts 1931 + touch /opt/ltsp/i386/etc/nbd-client 1932 + debconf-get-selections 1933 + egrep xserver-.+/config/inputdevice/keyboard 1934 + chroot /opt/ltsp/i386 debconf-set-selections 1935 + [ -e /etc/console/boottime.kmap.gz ] 1936 + cp /etc/console/boottime.kmap.gz /opt/ltsp/i386/etc/console/boottime.kmap.gz 1937 + rm /opt/ltsp/i386/etc/mtab 1938 + ln -s /proc/mounts /opt/ltsp/i386/etc/mtab 1939 + echo proc /proc proc defaults 0 0 1940 + chroot /opt/ltsp/i386 apt-get clean 1941 + [ true = ] 1942 + rc_cleanup S mountkernfs.sh mountvirtfs hostname.sh keymap.sh loopback udev mountdevsubfs.sh mountdevsubfs module-init-tools procps.sh etc-setserial ltsp-client-setup setserial console-screen.sh xorg-common x11-common xfree86-common 1943 + LEVEL=S 1944 + shift 1945 + echo S 1946 + grep [2-5] 1947 + [ ] 1948 + suffix=S 1949 + echo Cleaning up startup links in rcS.d ... 1950 Cleaning up startup links in rcS.d ... 1951 + cd /opt/ltsp/i386/etc/rcS.d/ 1952 + ls S01devfsd S02mountvirtfs S04udev S05bootlogd S05initrd-tools.sh S05keymap.sh S10checkroot.sh S18hwclockfirst.sh S18ifupdown-clean S20module-init-tools S20modutils S30checkfs.sh S30procps.sh S32ltsp-client-setup S35mountall.sh S36discover S36mountvirtfs S36udev-mtab S39ifupdown S40hostname.sh S40hotplug S40networking S41hotplug-net S45mountnfs.sh S48console-screen.sh S50hwclock.sh S55bootmisc.sh S55urandom S70nviboot S70xfree86-common 1953 + RC_DIR=S01devfsd 1954 S02mountvirtfs 1955 S04udev 1956 S05bootlogd 1957 S05initrd-tools.sh 1958 S05keymap.sh 1959 S10checkroot.sh 1960 S18hwclockfirst.sh 1961 S18ifupdown-clean 1962 S20module-init-tools 1963 S20modutils 1964 S30checkfs.sh 1965 S30procps.sh 1966 S32ltsp-client-setup 1967 S35mountall.sh 1968 S36discover 1969 S36mountvirtfs 1970 S36udev-mtab 1971 S39ifupdown 1972 S40hostname.sh 1973 S40hotplug 1974 S40networking 1975 S41hotplug-net 1976 S45mountnfs.sh 1977 S48console-screen.sh 1978 S50hwclock.sh 1979 S55bootmisc.sh 1980 S55urandom 1981 S70nviboot 1982 S70xfree86-common 1983 + echo S01devfsd 1984 S02mountvirtfs 1985 S04udev 1986 S05bootlogd 1987 S05initrd-tools.sh 1988 S05keymap.sh 1989 S10checkroot.sh 1990 S18hwclockfirst.sh 1991 S18ifupdown-clean 1992 S20module-init-tools 1993 S20modutils 1994 S30checkfs.sh 1995 S30procps.sh 1996 S32ltsp-client-setup 1997 S35mountall.sh 1998 S36discover 1999 S36mountvirtfs 2000 S36udev-mtab 2001 S39ifupdown 2002 S40hostname.sh 2003 S40hotplug 2004 S40networking 2005 S41hotplug-net 2006 S45mountnfs.sh 2007 S48console-screen.sh 2008 S50hwclock.sh 2009 S55bootmisc.sh 2010 S55urandom 2011 S70nviboot 2012 S70xfree86-common 2013 + sed s/S[0-9]*mountkernfs.sh$//g 2014 + RC_DIR=S01devfsd 2015 S02mountvirtfs 2016 S04udev 2017 S05bootlogd 2018 S05initrd-tools.sh 2019 S05keymap.sh 2020 S10checkroot.sh 2021 S18hwclockfirst.sh 2022 S18ifupdown-clean 2023 S20module-init-tools 2024 S20modutils 2025 S30checkfs.sh 2026 S30procps.sh 2027 S32ltsp-client-setup 2028 S35mountall.sh 2029 S36discover 2030 S36mountvirtfs 2031 S36udev-mtab 2032 S39ifupdown 2033 S40hostname.sh 2034 S40hotplug 2035 S40networking 2036 S41hotplug-net 2037 S45mountnfs.sh 2038 S48console-screen.sh 2039 S50hwclock.sh 2040 S55bootmisc.sh 2041 S55urandom 2042 S70nviboot 2043 S70xfree86-common 2044 + echo S01devfsd 2045 S02mountvirtfs 2046 S04udev 2047 S05bootlogd 2048 S05initrd-tools.sh 2049 S05keymap.sh 2050 S10checkroot.sh 2051 S18hwclockfirst.sh 2052 S18ifupdown-clean 2053 S20module-init-tools 2054 S20modutils 2055 S30checkfs.sh 2056 S30procps.sh 2057 S32ltsp-client-setup 2058 S35mountall.sh 2059 S36discover 2060 S36mountvirtfs 2061 S36udev-mtab 2062 S39ifupdown 2063 S40hostname.sh 2064 S40hotplug 2065 S40networking 2066 S41hotplug-net 2067 S45mountnfs.sh 2068 S48console-screen.sh 2069 S50hwclock.sh 2070 S55bootmisc.sh 2071 S55urandom 2072 S70nviboot 2073 S70xfree86-common 2074 + sed s/S[0-9]*mountvirtfs$//g 2075 + RC_DIR=S01devfsd 2076 2077 S04udev 2078 S05bootlogd 2079 S05initrd-tools.sh 2080 S05keymap.sh 2081 S10checkroot.sh 2082 S18hwclockfirst.sh 2083 S18ifupdown-clean 2084 S20module-init-tools 2085 S20modutils 2086 S30checkfs.sh 2087 S30procps.sh 2088 S32ltsp-client-setup 2089 S35mountall.sh 2090 S36discover 2091 2092 S36udev-mtab 2093 S39ifupdown 2094 S40hostname.sh 2095 S40hotplug 2096 S40networking 2097 S41hotplug-net 2098 S45mountnfs.sh 2099 S48console-screen.sh 2100 S50hwclock.sh 2101 S55bootmisc.sh 2102 S55urandom 2103 S70nviboot 2104 S70xfree86-common 2105 + echo S01devfsd 2106 2107 S04udev 2108 S05bootlogd 2109 S05initrd-tools.sh 2110 S05keymap.sh 2111 S10checkroot.sh 2112 S18hwclockfirst.sh 2113 S18ifupdown-clean 2114 S20module-init-tools 2115 S20modutils 2116 S30checkfs.sh 2117 S30procps.sh 2118 S32ltsp-client-setup 2119 S35mountall.sh 2120 S36discover 2121 2122 S36udev-mtab 2123 S39ifupdown 2124 S40hostname.sh 2125 S40hotplug 2126 S40networking 2127 S41hotplug-net 2128 S45mountnfs.sh 2129 S48console-screen.sh 2130 S50hwclock.sh 2131 S55bootmisc.sh 2132 S55urandom 2133 S70nviboot 2134 S70xfree86-common 2135 + sed s/S[0-9]*hostname.sh$//g 2136 + RC_DIR=S01devfsd 2137 2138 S04udev 2139 S05bootlogd 2140 S05initrd-tools.sh 2141 S05keymap.sh 2142 S10checkroot.sh 2143 S18hwclockfirst.sh 2144 S18ifupdown-clean 2145 S20module-init-tools 2146 S20modutils 2147 S30checkfs.sh 2148 S30procps.sh 2149 S32ltsp-client-setup 2150 S35mountall.sh 2151 S36discover 2152 2153 S36udev-mtab 2154 S39ifupdown 2155 2156 S40hotplug 2157 S40networking 2158 S41hotplug-net 2159 S45mountnfs.sh 2160 S48console-screen.sh 2161 S50hwclock.sh 2162 S55bootmisc.sh 2163 S55urandom 2164 S70nviboot 2165 S70xfree86-common 2166 + echo S01devfsd 2167 2168 S04udev 2169 S05bootlogd 2170 S05initrd-tools.sh 2171 S05keymap.sh 2172 S10checkroot.sh 2173 S18hwclockfirst.sh 2174 S18ifupdown-clean 2175 S20module-init-tools 2176 S20modutils 2177 S30checkfs.sh 2178 S30procps.sh 2179 S32ltsp-client-setup 2180 S35mountall.sh 2181 S36discover 2182 2183 S36udev-mtab 2184 S39ifupdown 2185 2186 S40hotplug 2187 S40networking 2188 S41hotplug-net 2189 S45mountnfs.sh 2190 S48console-screen.sh 2191 S50hwclock.sh 2192 S55bootmisc.sh 2193 S55urandom 2194 S70nviboot 2195 S70xfree86-common 2196 + sed s/S[0-9]*keymap.sh$//g 2197 + RC_DIR=S01devfsd 2198 2199 S04udev 2200 S05bootlogd 2201 S05initrd-tools.sh 2202 2203 S10checkroot.sh 2204 S18hwclockfirst.sh 2205 S18ifupdown-clean 2206 S20module-init-tools 2207 S20modutils 2208 S30checkfs.sh 2209 S30procps.sh 2210 S32ltsp-client-setup 2211 S35mountall.sh 2212 S36discover 2213 2214 S36udev-mtab 2215 S39ifupdown 2216 2217 S40hotplug 2218 S40networking 2219 S41hotplug-net 2220 S45mountnfs.sh 2221 S48console-screen.sh 2222 S50hwclock.sh 2223 S55bootmisc.sh 2224 S55urandom 2225 S70nviboot 2226 S70xfree86-common 2227 + echo S01devfsd 2228 2229 S04udev 2230 S05bootlogd 2231 S05initrd-tools.sh 2232 2233 S10checkroot.sh 2234 S18hwclockfirst.sh 2235 S18ifupdown-clean 2236 S20module-init-tools 2237 S20modutils 2238 S30checkfs.sh 2239 S30procps.sh 2240 S32ltsp-client-setup 2241 S35mountall.sh 2242 S36discover 2243 2244 S36udev-mtab 2245 S39ifupdown 2246 2247 S40hotplug 2248 S40networking 2249 S41hotplug-net 2250 S45mountnfs.sh 2251 S48console-screen.sh 2252 S50hwclock.sh 2253 S55bootmisc.sh 2254 S55urandom 2255 S70nviboot 2256 S70xfree86-common 2257 + sed s/S[0-9]*loopback$//g 2258 + RC_DIR=S01devfsd 2259 2260 S04udev 2261 S05bootlogd 2262 S05initrd-tools.sh 2263 2264 S10checkroot.sh 2265 S18hwclockfirst.sh 2266 S18ifupdown-clean 2267 S20module-init-tools 2268 S20modutils 2269 S30checkfs.sh 2270 S30procps.sh 2271 S32ltsp-client-setup 2272 S35mountall.sh 2273 S36discover 2274 2275 S36udev-mtab 2276 S39ifupdown 2277 2278 S40hotplug 2279 S40networking 2280 S41hotplug-net 2281 S45mountnfs.sh 2282 S48console-screen.sh 2283 S50hwclock.sh 2284 S55bootmisc.sh 2285 S55urandom 2286 S70nviboot 2287 S70xfree86-common 2288 + echo S01devfsd 2289 2290 S04udev 2291 S05bootlogd 2292 S05initrd-tools.sh 2293 2294 S10checkroot.sh 2295 S18hwclockfirst.sh 2296 S18ifupdown-clean 2297 S20module-init-tools 2298 S20modutils 2299 S30checkfs.sh 2300 S30procps.sh 2301 S32ltsp-client-setup 2302 S35mountall.sh 2303 S36discover 2304 2305 S36udev-mtab 2306 S39ifupdown 2307 2308 S40hotplug 2309 S40networking 2310 S41hotplug-net 2311 S45mountnfs.sh 2312 S48console-screen.sh 2313 S50hwclock.sh 2314 S55bootmisc.sh 2315 S55urandom 2316 S70nviboot 2317 S70xfree86-common 2318 + sed s/S[0-9]*udev$//g 2319 + RC_DIR=S01devfsd 2320 2321 2322 S05bootlogd 2323 S05initrd-tools.sh 2324 2325 S10checkroot.sh 2326 S18hwclockfirst.sh 2327 S18ifupdown-clean 2328 S20module-init-tools 2329 S20modutils 2330 S30checkfs.sh 2331 S30procps.sh 2332 S32ltsp-client-setup 2333 S35mountall.sh 2334 S36discover 2335 2336 S36udev-mtab 2337 S39ifupdown 2338 2339 S40hotplug 2340 S40networking 2341 S41hotplug-net 2342 S45mountnfs.sh 2343 S48console-screen.sh 2344 S50hwclock.sh 2345 S55bootmisc.sh 2346 S55urandom 2347 S70nviboot 2348 S70xfree86-common 2349 + echo S01devfsd 2350 2351 2352 S05bootlogd 2353 S05initrd-tools.sh 2354 2355 S10checkroot.sh 2356 S18hwclockfirst.sh 2357 S18ifupdown-clean 2358 S20module-init-tools 2359 S20modutils 2360 S30checkfs.sh 2361 S30procps.sh 2362 S32ltsp-client-setup 2363 S35mountall.sh 2364 S36discover 2365 2366 S36udev-mtab 2367 S39ifupdown 2368 2369 S40hotplug 2370 S40networking 2371 S41hotplug-net 2372 S45mountnfs.sh 2373 S48console-screen.sh 2374 S50hwclock.sh 2375 S55bootmisc.sh 2376 S55urandom 2377 S70nviboot 2378 S70xfree86-common 2379 + sed s/S[0-9]*mountdevsubfs.sh$//g 2380 + RC_DIR=S01devfsd 2381 2382 2383 S05bootlogd 2384 S05initrd-tools.sh 2385 2386 S10checkroot.sh 2387 S18hwclockfirst.sh 2388 S18ifupdown-clean 2389 S20module-init-tools 2390 S20modutils 2391 S30checkfs.sh 2392 S30procps.sh 2393 S32ltsp-client-setup 2394 S35mountall.sh 2395 S36discover 2396 2397 S36udev-mtab 2398 S39ifupdown 2399 2400 S40hotplug 2401 S40networking 2402 S41hotplug-net 2403 S45mountnfs.sh 2404 S48console-screen.sh 2405 S50hwclock.sh 2406 S55bootmisc.sh 2407 S55urandom 2408 S70nviboot 2409 S70xfree86-common 2410 + echo S01devfsd 2411 2412 2413 S05bootlogd 2414 S05initrd-tools.sh 2415 2416 S10checkroot.sh 2417 S18hwclockfirst.sh 2418 S18ifupdown-clean 2419 S20module-init-tools 2420 S20modutils 2421 S30checkfs.sh 2422 S30procps.sh 2423 S32ltsp-client-setup 2424 S35mountall.sh 2425 S36discover 2426 2427 S36udev-mtab 2428 S39ifupdown 2429 2430 S40hotplug 2431 S40networking 2432 S41hotplug-net 2433 S45mountnfs.sh 2434 S48console-screen.sh 2435 S50hwclock.sh 2436 S55bootmisc.sh 2437 S55urandom 2438 S70nviboot 2439 S70xfree86-common 2440 + sed s/S[0-9]*mountdevsubfs$//g 2441 + RC_DIR=S01devfsd 2442 2443 2444 S05bootlogd 2445 S05initrd-tools.sh 2446 2447 S10checkroot.sh 2448 S18hwclockfirst.sh 2449 S18ifupdown-clean 2450 S20module-init-tools 2451 S20modutils 2452 S30checkfs.sh 2453 S30procps.sh 2454 S32ltsp-client-setup 2455 S35mountall.sh 2456 S36discover 2457 2458 S36udev-mtab 2459 S39ifupdown 2460 2461 S40hotplug 2462 S40networking 2463 S41hotplug-net 2464 S45mountnfs.sh 2465 S48console-screen.sh 2466 S50hwclock.sh 2467 S55bootmisc.sh 2468 S55urandom 2469 S70nviboot 2470 S70xfree86-common 2471 + echo S01devfsd 2472 2473 2474 S05bootlogd 2475 S05initrd-tools.sh 2476 2477 S10checkroot.sh 2478 S18hwclockfirst.sh 2479 S18ifupdown-clean 2480 S20module-init-tools 2481 S20modutils 2482 S30checkfs.sh 2483 S30procps.sh 2484 S32ltsp-client-setup 2485 S35mountall.sh 2486 S36discover 2487 2488 S36udev-mtab 2489 S39ifupdown 2490 2491 S40hotplug 2492 S40networking 2493 S41hotplug-net 2494 S45mountnfs.sh 2495 S48console-screen.sh 2496 S50hwclock.sh 2497 S55bootmisc.sh 2498 S55urandom 2499 S70nviboot 2500 S70xfree86-common 2501 + sed s/S[0-9]*module-init-tools$//g 2502 + RC_DIR=S01devfsd 2503 2504 2505 S05bootlogd 2506 S05initrd-tools.sh 2507 2508 S10checkroot.sh 2509 S18hwclockfirst.sh 2510 S18ifupdown-clean 2511 2512 S20modutils 2513 S30checkfs.sh 2514 S30procps.sh 2515 S32ltsp-client-setup 2516 S35mountall.sh 2517 S36discover 2518 2519 S36udev-mtab 2520 S39ifupdown 2521 2522 S40hotplug 2523 S40networking 2524 S41hotplug-net 2525 S45mountnfs.sh 2526 S48console-screen.sh 2527 S50hwclock.sh 2528 S55bootmisc.sh 2529 S55urandom 2530 S70nviboot 2531 S70xfree86-common 2532 + echo S01devfsd 2533 2534 2535 S05bootlogd 2536 S05initrd-tools.sh 2537 2538 S10checkroot.sh 2539 S18hwclockfirst.sh 2540 S18ifupdown-clean 2541 2542 S20modutils 2543 S30checkfs.sh 2544 S30procps.sh 2545 S32ltsp-client-setup 2546 S35mountall.sh 2547 S36discover 2548 2549 S36udev-mtab 2550 S39ifupdown 2551 2552 S40hotplug 2553 S40networking 2554 S41hotplug-net 2555 S45mountnfs.sh 2556 S48console-screen.sh 2557 S50hwclock.sh 2558 S55bootmisc.sh 2559 S55urandom 2560 S70nviboot 2561 S70xfree86-common 2562 + sed s/S[0-9]*procps.sh$//g 2563 + RC_DIR=S01devfsd 2564 2565 2566 S05bootlogd 2567 S05initrd-tools.sh 2568 2569 S10checkroot.sh 2570 S18hwclockfirst.sh 2571 S18ifupdown-clean 2572 2573 S20modutils 2574 S30checkfs.sh 2575 2576 S32ltsp-client-setup 2577 S35mountall.sh 2578 S36discover 2579 2580 S36udev-mtab 2581 S39ifupdown 2582 2583 S40hotplug 2584 S40networking 2585 S41hotplug-net 2586 S45mountnfs.sh 2587 S48console-screen.sh 2588 S50hwclock.sh 2589 S55bootmisc.sh 2590 S55urandom 2591 S70nviboot 2592 S70xfree86-common 2593 + echo S01devfsd 2594 2595 2596 S05bootlogd 2597 S05initrd-tools.sh 2598 2599 S10checkroot.sh 2600 S18hwclockfirst.sh 2601 S18ifupdown-clean 2602 2603 S20modutils 2604 S30checkfs.sh 2605 2606 S32ltsp-client-setup 2607 S35mountall.sh 2608 S36discover 2609 2610 S36udev-mtab 2611 S39ifupdown 2612 2613 S40hotplug 2614 S40networking 2615 S41hotplug-net 2616 S45mountnfs.sh 2617 S48console-screen.sh 2618 S50hwclock.sh 2619 S55bootmisc.sh 2620 S55urandom 2621 S70nviboot 2622 S70xfree86-common 2623 + sed s/S[0-9]*etc-setserial$//g 2624 + RC_DIR=S01devfsd 2625 2626 2627 S05bootlogd 2628 S05initrd-tools.sh 2629 2630 S10checkroot.sh 2631 S18hwclockfirst.sh 2632 S18ifupdown-clean 2633 2634 S20modutils 2635 S30checkfs.sh 2636 2637 S32ltsp-client-setup 2638 S35mountall.sh 2639 S36discover 2640 2641 S36udev-mtab 2642 S39ifupdown 2643 2644 S40hotplug 2645 S40networking 2646 S41hotplug-net 2647 S45mountnfs.sh 2648 S48console-screen.sh 2649 S50hwclock.sh 2650 S55bootmisc.sh 2651 S55urandom 2652 S70nviboot 2653 S70xfree86-common 2654 + echo S01devfsd 2655 2656 2657 S05bootlogd 2658 S05initrd-tools.sh 2659 2660 S10checkroot.sh 2661 S18hwclockfirst.sh 2662 S18ifupdown-clean 2663 2664 S20modutils 2665 S30checkfs.sh 2666 2667 S32ltsp-client-setup 2668 S35mountall.sh 2669 S36discover 2670 2671 S36udev-mtab 2672 S39ifupdown 2673 2674 S40hotplug 2675 S40networking 2676 S41hotplug-net 2677 S45mountnfs.sh 2678 S48console-screen.sh 2679 S50hwclock.sh 2680 S55bootmisc.sh 2681 S55urandom 2682 S70nviboot 2683 S70xfree86-common 2684 + sed s/S[0-9]*ltsp-client-setup$//g 2685 + RC_DIR=S01devfsd 2686 2687 2688 S05bootlogd 2689 S05initrd-tools.sh 2690 2691 S10checkroot.sh 2692 S18hwclockfirst.sh 2693 S18ifupdown-clean 2694 2695 S20modutils 2696 S30checkfs.sh 2697 2698 2699 S35mountall.sh 2700 S36discover 2701 2702 S36udev-mtab 2703 S39ifupdown 2704 2705 S40hotplug 2706 S40networking 2707 S41hotplug-net 2708 S45mountnfs.sh 2709 S48console-screen.sh 2710 S50hwclock.sh 2711 S55bootmisc.sh 2712 S55urandom 2713 S70nviboot 2714 S70xfree86-common 2715 + echo S01devfsd 2716 2717 2718 S05bootlogd 2719 S05initrd-tools.sh 2720 2721 S10checkroot.sh 2722 S18hwclockfirst.sh 2723 S18ifupdown-clean 2724 2725 S20modutils 2726 S30checkfs.sh 2727 2728 2729 S35mountall.sh 2730 S36discover 2731 2732 S36udev-mtab 2733 S39ifupdown 2734 2735 S40hotplug 2736 S40networking 2737 S41hotplug-net 2738 S45mountnfs.sh 2739 S48console-screen.sh 2740 S50hwclock.sh 2741 S55bootmisc.sh 2742 S55urandom 2743 S70nviboot 2744 S70xfree86-common 2745 + sed s/S[0-9]*setserial$//g 2746 + RC_DIR=S01devfsd 2747 2748 2749 S05bootlogd 2750 S05initrd-tools.sh 2751 2752 S10checkroot.sh 2753 S18hwclockfirst.sh 2754 S18ifupdown-clean 2755 2756 S20modutils 2757 S30checkfs.sh 2758 2759 2760 S35mountall.sh 2761 S36discover 2762 2763 S36udev-mtab 2764 S39ifupdown 2765 2766 S40hotplug 2767 S40networking 2768 S41hotplug-net 2769 S45mountnfs.sh 2770 S48console-screen.sh 2771 S50hwclock.sh 2772 S55bootmisc.sh 2773 S55urandom 2774 S70nviboot 2775 S70xfree86-common 2776 + echo S01devfsd 2777 2778 2779 S05bootlogd 2780 S05initrd-tools.sh 2781 2782 S10checkroot.sh 2783 S18hwclockfirst.sh 2784 S18ifupdown-clean 2785 2786 S20modutils 2787 S30checkfs.sh 2788 2789 2790 S35mountall.sh 2791 S36discover 2792 2793 S36udev-mtab 2794 S39ifupdown 2795 2796 S40hotplug 2797 S40networking 2798 S41hotplug-net 2799 S45mountnfs.sh 2800 S48console-screen.sh 2801 S50hwclock.sh 2802 S55bootmisc.sh 2803 S55urandom 2804 S70nviboot 2805 S70xfree86-common 2806 + sed s/S[0-9]*console-screen.sh$//g 2807 + RC_DIR=S01devfsd 2808 2809 2810 S05bootlogd 2811 S05initrd-tools.sh 2812 2813 S10checkroot.sh 2814 S18hwclockfirst.sh 2815 S18ifupdown-clean 2816 2817 S20modutils 2818 S30checkfs.sh 2819 2820 2821 S35mountall.sh 2822 S36discover 2823 2824 S36udev-mtab 2825 S39ifupdown 2826 2827 S40hotplug 2828 S40networking 2829 S41hotplug-net 2830 S45mountnfs.sh 2831 2832 S50hwclock.sh 2833 S55bootmisc.sh 2834 S55urandom 2835 S70nviboot 2836 S70xfree86-common 2837 + sed s/S[0-9]*xorg-common$//g 2838 + echo S01devfsd 2839 2840 2841 S05bootlogd 2842 S05initrd-tools.sh 2843 2844 S10checkroot.sh 2845 S18hwclockfirst.sh 2846 S18ifupdown-clean 2847 2848 S20modutils 2849 S30checkfs.sh 2850 2851 2852 S35mountall.sh 2853 S36discover 2854 2855 S36udev-mtab 2856 S39ifupdown 2857 2858 S40hotplug 2859 S40networking 2860 S41hotplug-net 2861 S45mountnfs.sh 2862 2863 S50hwclock.sh 2864 S55bootmisc.sh 2865 S55urandom 2866 S70nviboot 2867 S70xfree86-common 2868 + RC_DIR=S01devfsd 2869 2870 2871 S05bootlogd 2872 S05initrd-tools.sh 2873 2874 S10checkroot.sh 2875 S18hwclockfirst.sh 2876 S18ifupdown-clean 2877 2878 S20modutils 2879 S30checkfs.sh 2880 2881 2882 S35mountall.sh 2883 S36discover 2884 2885 S36udev-mtab 2886 S39ifupdown 2887 2888 S40hotplug 2889 S40networking 2890 S41hotplug-net 2891 S45mountnfs.sh 2892 2893 S50hwclock.sh 2894 S55bootmisc.sh 2895 S55urandom 2896 S70nviboot 2897 S70xfree86-common 2898 + echo S01devfsd 2899 2900 2901 S05bootlogd 2902 S05initrd-tools.sh 2903 2904 S10checkroot.sh 2905 S18hwclockfirst.sh 2906 S18ifupdown-clean 2907 2908 S20modutils 2909 S30checkfs.sh 2910 2911 2912 S35mountall.sh 2913 S36discover 2914 2915 S36udev-mtab 2916 S39ifupdown 2917 2918 S40hotplug 2919 S40networking 2920 S41hotplug-net 2921 S45mountnfs.sh 2922 2923 S50hwclock.sh 2924 S55bootmisc.sh 2925 S55urandom 2926 S70nviboot 2927 S70xfree86-common 2928 + sed s/S[0-9]*x11-common$//g 2929 + RC_DIR=S01devfsd 2930 2931 2932 S05bootlogd 2933 S05initrd-tools.sh 2934 2935 S10checkroot.sh 2936 S18hwclockfirst.sh 2937 S18ifupdown-clean 2938 2939 S20modutils 2940 S30checkfs.sh 2941 2942 2943 S35mountall.sh 2944 S36discover 2945 2946 S36udev-mtab 2947 S39ifupdown 2948 2949 S40hotplug 2950 S40networking 2951 S41hotplug-net 2952 S45mountnfs.sh 2953 2954 S50hwclock.sh 2955 S55bootmisc.sh 2956 S55urandom 2957 S70nviboot 2958 S70xfree86-common 2959 + echo S01devfsd 2960 2961 2962 S05bootlogd 2963 S05initrd-tools.sh 2964 2965 S10checkroot.sh 2966 S18hwclockfirst.sh 2967 S18ifupdown-clean 2968 2969 S20modutils 2970 S30checkfs.sh 2971 2972 2973 S35mountall.sh 2974 S36discover 2975 2976 S36udev-mtab 2977 S39ifupdown 2978 2979 S40hotplug 2980 S40networking 2981 S41hotplug-net 2982 S45mountnfs.sh 2983 2984 S50hwclock.sh 2985 S55bootmisc.sh 2986 S55urandom 2987 S70nviboot 2988 S70xfree86-common 2989 + sed s/S[0-9]*xfree86-common$//g 2990 + RC_DIR=S01devfsd 2991 2992 2993 S05bootlogd 2994 S05initrd-tools.sh 2995 2996 S10checkroot.sh 2997 S18hwclockfirst.sh 2998 S18ifupdown-clean 2999 3000 S20modutils 3001 S30checkfs.sh 3002 3003 3004 S35mountall.sh 3005 S36discover 3006 3007 S36udev-mtab 3008 S39ifupdown 3009 3010 S40hotplug 3011 S40networking 3012 S41hotplug-net 3013 S45mountnfs.sh 3014 3015 S50hwclock.sh 3016 S55bootmisc.sh 3017 S55urandom 3018 S70nviboot 3019 + echo S01devfsd 3020 + sed s/^S[0-9]*//g 3021 + name=devfsd 3022 + echo S01devfsd 3023 + sed s/[a-z,.,S,K,-]*//g 3024 + printf %.2s 01 3025 + seq_number=01 3026 + [ -f /opt/ltsp/i386/etc/init.d/devfsd ] 3027 + chroot /opt/ltsp/i386 update-rc.d -f devfsd remove 3028 update-rc.d: /etc/init.d/devfsd exists during rc.d purge (continuing) 3029 + chroot /opt/ltsp/i386 update-rc.d devfsd stop 01 S . 3030 + echo S05bootlogd 3031 + sed s/^S[0-9]*//g 3032 + name=bootlogd 3033 + echo S05bootlogd 3034 + sed s/[a-z,.,S,K,-]*//g 3035 + printf %.2s 05 3036 + seq_number=05 3037 + [ -f /opt/ltsp/i386/etc/init.d/bootlogd ] 3038 + chroot /opt/ltsp/i386 update-rc.d -f bootlogd remove 3039 update-rc.d: /etc/init.d/bootlogd exists during rc.d purge (continuing) 3040 + chroot /opt/ltsp/i386 update-rc.d bootlogd stop 05 S . 3041 + echo S05initrd-tools.sh 3042 + sed s/^S[0-9]*//g 3043 + name=initrd-tools.sh 3044 + echo S05initrd-tools.sh 3045 + sed s/[a-z,.,S,K,-]*//g 3046 + printf %.2s 05 3047 + seq_number=05 3048 + [ -f /opt/ltsp/i386/etc/init.d/initrd-tools.sh ] 3049 + chroot /opt/ltsp/i386 update-rc.d -f initrd-tools.sh remove 3050 update-rc.d: /etc/init.d/initrd-tools.sh exists during rc.d purge (continuing) 3051 + chroot /opt/ltsp/i386 update-rc.d initrd-tools.sh stop 05 S . 3052 + echo S10checkroot.sh 3053 + sed s/^S[0-9]*//g 3054 + name=checkroot.sh 3055 + echo S10checkroot.sh 3056 + sed s/[a-z,.,S,K,-]*//g 3057 + printf %.2s 10 3058 + seq_number=10 3059 + [ -f /opt/ltsp/i386/etc/init.d/checkroot.sh ] 3060 + chroot /opt/ltsp/i386 update-rc.d -f checkroot.sh remove 3061 update-rc.d: /etc/init.d/checkroot.sh exists during rc.d purge (continuing) 3062 + chroot /opt/ltsp/i386 update-rc.d checkroot.sh stop 10 S . 3063 + echo S18hwclockfirst.sh 3064 + sed s/^S[0-9]*//g 3065 + name=hwclockfirst.sh 3066 + echo S18hwclockfirst.sh 3067 + sed s/[a-z,.,S,K,-]*//g 3068 + printf %.2s 18 3069 + seq_number=18 3070 + [ -f /opt/ltsp/i386/etc/init.d/hwclockfirst.sh ] 3071 + chroot /opt/ltsp/i386 update-rc.d -f hwclockfirst.sh remove 3072 update-rc.d: /etc/init.d/hwclockfirst.sh exists during rc.d purge (continuing) 3073 + chroot /opt/ltsp/i386 update-rc.d hwclockfirst.sh stop 18 S . 3074 + echo S18ifupdown-clean 3075 + sed s/^S[0-9]*//g 3076 + name=ifupdown-clean 3077 + echo S18ifupdown-clean 3078 + sed s/[a-z,.,S,K,-]*//g 3079 + printf %.2s 18 3080 + seq_number=18 3081 + [ -f /opt/ltsp/i386/etc/init.d/ifupdown-clean ] 3082 + chroot /opt/ltsp/i386 update-rc.d -f ifupdown-clean remove 3083 update-rc.d: /etc/init.d/ifupdown-clean exists during rc.d purge (continuing) 3084 + chroot /opt/ltsp/i386 update-rc.d ifupdown-clean stop 18 S . 3085 + echo S20modutils 3086 + sed s/^S[0-9]*//g 3087 + name=modutils 3088 + echo S20modutils 3089 + sed s/[a-z,.,S,K,-]*//g 3090 + printf %.2s 20 3091 + seq_number=20 3092 + [ -f /opt/ltsp/i386/etc/init.d/modutils ] 3093 + chroot /opt/ltsp/i386 update-rc.d -f modutils remove 3094 update-rc.d: /etc/init.d/modutils exists during rc.d purge (continuing) 3095 + chroot /opt/ltsp/i386 update-rc.d modutils stop 20 S . 3096 + echo S30checkfs.sh 3097 + sed s/^S[0-9]*//g 3098 + name=checkfs.sh 3099 + echo S30checkfs.sh 3100 + sed s/[a-z,.,S,K,-]*//g 3101 + printf %.2s 30 3102 + seq_number=30 3103 + [ -f /opt/ltsp/i386/etc/init.d/checkfs.sh ] 3104 + chroot /opt/ltsp/i386 update-rc.d -f checkfs.sh remove 3105 update-rc.d: /etc/init.d/checkfs.sh exists during rc.d purge (continuing) 3106 + chroot /opt/ltsp/i386 update-rc.d checkfs.sh stop 30 S . 3107 + echo S35mountall.sh 3108 + sed s/^S[0-9]*//g 3109 + name=mountall.sh 3110 + echo S35mountall.sh 3111 + sed s/[a-z,.,S,K,-]*//g 3112 + printf %.2s 35 3113 + seq_number=35 3114 + [ -f /opt/ltsp/i386/etc/init.d/mountall.sh ] 3115 + chroot /opt/ltsp/i386 update-rc.d -f mountall.sh remove 3116 update-rc.d: /etc/init.d/mountall.sh exists during rc.d purge (continuing) 3117 + chroot /opt/ltsp/i386 update-rc.d mountall.sh stop 35 S . 3118 + echo S36discover 3119 + sed s/^S[0-9]*//g 3120 + name=discover 3121 + echo S36discover 3122 + sed s/[a-z,.,S,K,-]*//g 3123 + printf %.2s 36 3124 + seq_number=36 3125 + [ -f /opt/ltsp/i386/etc/init.d/discover ] 3126 + chroot /opt/ltsp/i386 update-rc.d -f discover remove 3127 update-rc.d: /etc/init.d/discover exists during rc.d purge (continuing) 3128 + chroot /opt/ltsp/i386 update-rc.d discover stop 36 S . 3129 + echo S36udev-mtab 3130 + sed s/^S[0-9]*//g 3131 + name=udev-mtab 3132 + echo S36udev-mtab 3133 + sed s/[a-z,.,S,K,-]*//g 3134 + printf %.2s 36 3135 + seq_number=36 3136 + [ -f /opt/ltsp/i386/etc/init.d/udev-mtab ] 3137 + chroot /opt/ltsp/i386 update-rc.d -f udev-mtab remove 3138 update-rc.d: /etc/init.d/udev-mtab exists during rc.d purge (continuing) 3139 + chroot /opt/ltsp/i386 update-rc.d udev-mtab stop 36 S . 3140 + echo S39ifupdown 3141 + sed s/^S[0-9]*//g 3142 + name=ifupdown 3143 + echo S39ifupdown 3144 + sed s/[a-z,.,S,K,-]*//g 3145 + printf %.2s 39 3146 + seq_number=39 3147 + [ -f /opt/ltsp/i386/etc/init.d/ifupdown ] 3148 + chroot /opt/ltsp/i386 update-rc.d -f ifupdown remove 3149 update-rc.d: /etc/init.d/ifupdown exists during rc.d purge (continuing) 3150 + chroot /opt/ltsp/i386 update-rc.d ifupdown stop 39 S . 3151 + sed s/^S[0-9]*//g 3152 + echo S40hotplug 3153 + name=hotplug 3154 + echo S40hotplug 3155 + sed s/[a-z,.,S,K,-]*//g 3156 + printf %.2s 40 3157 + seq_number=40 3158 + [ -f /opt/ltsp/i386/etc/init.d/hotplug ] 3159 + chroot /opt/ltsp/i386 update-rc.d -f hotplug remove 3160 update-rc.d: /etc/init.d/hotplug exists during rc.d purge (continuing) 3161 + chroot /opt/ltsp/i386 update-rc.d hotplug stop 40 S . 3162 + echo S40networking 3163 + sed s/^S[0-9]*//g 3164 + name=networking 3165 + echo S40networking 3166 + sed s/[a-z,.,S,K,-]*//g 3167 + printf %.2s 40 3168 + seq_number=40 3169 + [ -f /opt/ltsp/i386/etc/init.d/networking ] 3170 + chroot /opt/ltsp/i386 update-rc.d -f networking remove 3171 update-rc.d: /etc/init.d/networking exists during rc.d purge (continuing) 3172 + chroot /opt/ltsp/i386 update-rc.d networking stop 40 S . 3173 + echo S41hotplug-net 3174 + sed s/^S[0-9]*//g 3175 + name=hotplug-net 3176 + echo S41hotplug-net 3177 + sed s/[a-z,.,S,K,-]*//g 3178 + printf %.2s 41 3179 + seq_number=41 3180 + [ -f /opt/ltsp/i386/etc/init.d/hotplug-net ] 3181 + chroot /opt/ltsp/i386 update-rc.d -f hotplug-net remove 3182 update-rc.d: /etc/init.d/hotplug-net exists during rc.d purge (continuing) 3183 + chroot /opt/ltsp/i386 update-rc.d hotplug-net stop 41 S . 3184 + echo S45mountnfs.sh 3185 + sed s/^S[0-9]*//g 3186 + name=mountnfs.sh 3187 + echo S45mountnfs.sh 3188 + sed s/[a-z,.,S,K,-]*//g 3189 + printf %.2s 45 3190 + seq_number=45 3191 + [ -f /opt/ltsp/i386/etc/init.d/mountnfs.sh ] 3192 + chroot /opt/ltsp/i386 update-rc.d -f mountnfs.sh remove 3193 update-rc.d: /etc/init.d/mountnfs.sh exists during rc.d purge (continuing) 3194 + chroot /opt/ltsp/i386 update-rc.d mountnfs.sh stop 45 S . 3195 + sed s/^S[0-9]*//g 3196 + echo S50hwclock.sh 3197 + name=hwclock.sh 3198 + echo S50hwclock.sh 3199 + sed s/[a-z,.,S,K,-]*//g 3200 + printf %.2s 50 3201 + seq_number=50 3202 + [ -f /opt/ltsp/i386/etc/init.d/hwclock.sh ] 3203 + chroot /opt/ltsp/i386 update-rc.d -f hwclock.sh remove 3204 update-rc.d: /etc/init.d/hwclock.sh exists during rc.d purge (continuing) 3205 + chroot /opt/ltsp/i386 update-rc.d hwclock.sh stop 50 S . 3206 + echo S55bootmisc.sh 3207 + sed s/^S[0-9]*//g 3208 + name=bootmisc.sh 3209 + echo S55bootmisc.sh 3210 + sed s/[a-z,.,S,K,-]*//g 3211 + printf %.2s 55 3212 + seq_number=55 3213 + [ -f /opt/ltsp/i386/etc/init.d/bootmisc.sh ] 3214 + chroot /opt/ltsp/i386 update-rc.d -f bootmisc.sh remove 3215 update-rc.d: /etc/init.d/bootmisc.sh exists during rc.d purge (continuing) 3216 + chroot /opt/ltsp/i386 update-rc.d bootmisc.sh stop 55 S . 3217 + echo S55urandom 3218 + sed s/^S[0-9]*//g 3219 + name=urandom 3220 + echo S55urandom 3221 + sed s/[a-z,.,S,K,-]*//g 3222 + printf %.2s 55 3223 + seq_number=55 3224 + [ -f /opt/ltsp/i386/etc/init.d/urandom ] 3225 + chroot /opt/ltsp/i386 update-rc.d -f urandom remove 3226 update-rc.d: /etc/init.d/urandom exists during rc.d purge (continuing) 3227 + chroot /opt/ltsp/i386 update-rc.d urandom stop 55 S . 3228 + echo S70nviboot 3229 + sed s/^S[0-9]*//g 3230 + name=nviboot 3231 + echo S70nviboot 3232 + sed s/[a-z,.,S,K,-]*//g 3233 + printf %.2s 70 3234 + seq_number=70 3235 + [ -f /opt/ltsp/i386/etc/init.d/nviboot ] 3236