Bug#696755: installation-reports: confirmation of this bug in testing

2017-03-05 Thread Dennis Crunkilton
Package: installation-reports
Followup-For: Bug #696755

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- Package-specific info:

Boot method: network install
Image version: 
http://ftp.nl.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/linux
 
http://ftp.nl.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz
 
http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/testing/current/firmware.tar.gz
 09:57 30-01-17  
Date: 

Machine: headless, old not normally used fanless VIA Nehemiah, small ram, CF 
card for HD
Partitions: 


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:


I performed 3-installations because of the symptoms. First install
 was edit /etc/.apt/sources.lst to testing or maybe strech; apt-get
 update; apt-get dist-upgrade. Symptoms: lost network on re-boot.  
 Connected monitor and keyborad. /sbin/ifconfig showed no wlan0 .
 ip a showed a long string wlx000272ac8d9b instead of wlan0. 
-ip link set wlx000272ac8d9b up; 
 iwconfig wlx000272ac8d9b mode managed essid beegeet key 1234567890;
 ifconfig wlx000272ac8d9b 192.168.1.109-
 route add defalut gw 192.168.1.1;
 brought up the network, which was then reachable  via ssh from
 a work station. This was left running for about a week. Since this
 proceedure seemed tedious to bring up the network, I proceeded to
 do a new from scratch network install.

 The 2nd install, a network install,  produced a seemingly un-useable 
 installation due to lack of network after reboot. This time no 
 /sbin/ifconfig; no /sbin/route. It looked to me like I had a badly
 broken installation without the utilities to bring up the network.

Suspecting a bad CF disk, I started a 3rd install, network install, 
with another CF card. Installed grub to CF card. Downloaded net boot
imaged files to CF card. Edited grub to boot images. Inserted into 
target machine. Proceeded with a mostly normal installation. However,
the detected network eth and wlan devices were listed as long strings,
e.g. wlx000272ac8d9b. (maybe this is normal?)Proceeded with nework 
install via the wireless usb device. Installed only ssh server and unilities. 

No network on reboot. No /sbin/ifconfig. No /sbin/route. After
consulting references on use of /sbin/ip, brought up network:
ip a # observer device name long string
ip link set wlx000272ac8d9b up
iwconfig wlx000292ac8d9b mode managed essid beegeet2 key 1234567890
ip a add 192.168.1.108/24 dev wlx000272ac8d9b
ip route add default via 192.168.1.1

Installation was now reachable from a workstation via ssh.

Further investigation revealed:

no /etc/udev/rules.d/70-persistent-net.rules; no such file

After apt-get install net-tools , I was able to get the network 
to come up automatical with the following section in
/etc/network/interfaces:

auto wlx000272ac8d9b
allow-hotplug wlx000272ac8d9b
iface wlx000272ac8d9b inet static 
address 192.168.1.108
broadcast 192.168.1.255
netmask 255.255.255.0
gateway 192.168.1.1
wireless-mode managed
wireless-key 1234567890
wireless-essid beegeet2
wireless-channel 11

At this point I had a network after reboot. However, this not what I
would want on production system. Too much typing of long net device
name. I expect network device names like eth0 , wlan0 , etc.

The one pleasant surprise is that I did not have to apt-get install
any firmware for wireless devices after first boot.

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="9 (stretch) - installer build 20170127"
X_INSTALLATION_MEDIUM=netboot

==
Installer hardware-summary:
==
uname -a: Linux debian 4.9.0-1-686 #1 SMP Debian 4.9.2-2 (2017-01-12) i686 
GNU/

Bug#857179: installation-reports

2017-03-08 Thread Dennis Crunkilton
Package: installation-reports

Boot method: 
Image version: < debian-testing-i386-netinst.iso  2017-03-05 22:49  336M  >
Date: <2017-03-07 21:00>

Machine: 
Old unused laptop good for testing.
Processor: Celeron, Copermine 500Mhz
Memory: 343272 blocks
Partitions: 

Output of lspci -knn (or lspci -nn):

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[X]
Overall install:[X]

Comments/Problems:

I

Initial install gave all indications of proper installation of grub.
Reboot failed; only underscore prompt displayed.

Second attempt at installation did the following before re-boot:
Opened #2 term prior to re-boot
ls /target/boot/
  vmlinuz-4.9.0-1-686-pae  initrd.img-4.9.0-1-686-pae

ls /target/boot/grub
 grub.cfg unicode.pf2  #No other files or directories besides these two.
Missing three directories compared to Debian-8. Look like incomplete
grub install

Booting System Rescue CD did NOT allow for mounting sda1 .
Therefore, another problem in addition to grub.
Due to inability to mount, not much more information available on sda1.


Bug#507333: sucess: ~joeyh/d-i/images/daily/netboot/debian-installer/

2008-11-29 Thread Dennis Crunkilton
Package: installation-reports

Boot method: < network>
ref:
http://www.linuxbasement.com/content/installing-ubuntu-or-other-distributuin-without-burning-a-cd
Image version:
http://people.debian.org/~joeyh/d-i/images/daily/netboot/debian-installer/i386/linux
http://people.debian.org/~joeyh/d-i/images/daily/netboot/debian-installer/i386/initrd.gz
Date: 11/29/2009 17:00 CST

Machine: 
Processor: 500Mhz celeron
Memory: 190468k
Partitions: 

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   1 510 4096543+   7  HPFS/NTFS
/dev/hda2 511 771 2096482+   6  FAT16
/dev/hda3 7721032 2096482+   6  FAT16
/dev/hda41033972969858652+   5  Extended
/dev/hda510331293 20964516  FAT16
/dev/hda612941554 20964516  FAT16
/dev/hda715551556   16033+  83  Linux
/dev/hda815571558   16033+  83  Linux
/dev/hda915592081 4200966   83  Linux
/dev/hda10   20822862 6273351   83  Linux
/dev/hda11   28633643 6273351   83  Linux
/dev/hda12   36444424 6273351   83  Linux
/dev/hda13   44255205 6273351   83  Linux
/dev/hda14  *52065986 6273351   83  Linux
/dev/hda15   59876247 2096451   82  Linux swap / Solaris
/dev/hda16   6248972927969133+  83  Linux


Output of lspci -knn (or lspci -nn):
00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT82C693A/694x [Apollo
PRO133x] [1106:0691] (rev 44)
00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT82C598/694x [Apollo
MVP3/Pro133x AGP] [1106:8598]
00:07.0 ISA bridge [0601]: VIA Technologies, Inc. VT82C596 ISA [Mobile
South] [1106:0596] (rev 12)
00:07.1 IDE interface [0101]: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06)
00:07.2 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller [1106:3038] (rev 08)
00:07.3 Host bridge [0600]: VIA Technologies, Inc. VT82C596 Power Management
[1106:3051] (rev 20)
00:09.0 PCI bridge [0604]: Digital Equipment Corporation DECchip 21152
[1011:0024] (rev 03)
00:0b.0 Modem [0703]: PCTel Inc HSP MicroModem 56 [134d:7890] (rev 02)
00:0d.0 Multimedia audio controller [0401]: ESS Technology Unknown device
[125d:1990]
00:0f.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
02:01.0 VGA compatible controller [0300]: Cirrus Logic GD 5480 [1013:00bc]
(rev 23)
02:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5480 [1013:00bc]
(rev 23)

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:
Installation step failed:
Configuring gtk2-engines-spherecrystal
I am not aware of any problem that the above caused. I continued with the
installation
without any problems. No operation problems after re-boot.

I have sound because of the 2.6.18-6-686 kernel furnished by this
installation as
compared to a newer kernel (2.6.26-1.686)



Did not download a disc image for the network install.  Downloaded linux,
initrd.gz ;
booted from these with grub. See reference, "Boot method" section.


Bug#605943: installation-reports: squeeze on via epia-5000, sucessfull

2010-12-04 Thread Dennis Crunkilton
Subject: installation-reports: squeeze on via epia-5000, sucessfull
Package: installation-reports
Severity: normal

*** Please type your report below this line ***


-- Package-specific info:

Boot method: CF flash plugged into PATA, network install, GRUB, linux,
initrd.gz on CF

Image version:
http://ftp.nl.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz

http://ftp.nl.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/linux
30 Oct 2010

Date: <11/27/2010 20:00 CST>

Machine: EPIA-5000 mini-atx, 500Mhz, 128M RAM, no HD, no CD, plugged flash
CF card into IDE-PATA connector, fanless.

Partitions: 

 df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda1 ext3 2422964   1168532   1131348  51% /
tmpfstmpfs   61400 0 61400   0% /lib/init/rw
udev tmpfs   57080   104 56976   1% /dev
tmpfstmpfs   61400 0 61400   0% /dev/shm
/dev/sda6 ext3 5045600141252   4648044   3% /home

fdisk -l
Disk /dev/sda: 8019 MB, 8019099648 bytes
255 heads, 63 sectors/track, 974 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00052e64

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1 307 2461696   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 307 975 53667855  Extended
Partition 2 does not end on cylinder boundary.
/dev/sda5 307 337  239616   82  Linux swap / Solaris
/dev/sda6 337 975 5126144   83  Linux


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O ]
Detect network card:[O ]
Configure network:  [O ]
Detect CD:  [ ]
Load installer modules: [O ]
Detect hard drives: [O ]
Partition hard drives:  [O ]
Install base system:[O ]
Clock/timezone setup:   [O ]
User/password setup:[O ]
Install tasks:  [O ]
Install boot loader:[O ]
Overall install:[O ]

Comments/Problems:



Another computer was used to install GRUB, linux, and initrd.gz to the 8GB
CF flash card.
The CF card was plugged into an ide connnector on target machine, no cdrom,
no
hardrive. Install was to the 8G CF flash card. The network install proceeded
without incident.

Choose software to install:
web server, Print, server, File server, SSH server, Standard system
utilities

Automatic partitioning was selected. Debian auto sized / , /home, swap
partitions within the
8GB CF flash card. The initial GRUB, linux, initrd.gz for network intall
were sacrificed.
First boot was sucessfull.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20101020"
X_INSTALLATION_MEDIUM=netboot

==
Installer hardware-summary:
==
uname -a: Linux debian 2.6.32-5-486 #1 Thu Oct 14 16:56:52 UTC 2010 i686
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT8601
[Apollo ProMedia] [1106:0601] (rev 05)
lspci -knn: Subsystem: VIA Technologies, Inc. Device [1106:6010]
lspci -knn: Kernel driver in use: agpgart-via
lspci -knn: 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8601 [Apollo
ProMedia AGP] [1106:8601]
lspci -knn: 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8231
[PCI-to-ISA Bridge] [1106:8231] (rev 10)
lspci -knn: Subsystem: VIA Technologies, Inc. Device [1106:6010]
lspci -knn: Kernel driver in use: parport_pc
lspci -knn: 00:11.1 IDE interface [0101]: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06)
lspci -knn: Subsystem: VIA Technologies, Inc. Device [1106:6010]
lspci -knn: Kernel driver in use: pata_via
lspci -knn: 00:11.2 USB Controller [0c03]: VIA Technologies, Inc. VT82x
UHCI USB 1.1 Controller [1106:3038] (rev 1e)
lspci -knn: Subsystem: First International Computer, Inc. Device
[0925:1234]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:11.3 USB Controller [0c03]: VIA Technologies, Inc. VT82x
UHCI USB 1.1 Controller [1106:3038] (rev 1e)
lspci -knn: Subsystem: First International Computer, Inc. Device
[0925:1234]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:11.4 Bridge [0680]: VIA Technologies,

Bug#605944:

2010-12-04 Thread Dennis Crunkilton
Package: installation-reports
Severity: normal
Subject: installation-reports: squeeze on via epia-5000, sucessfull
*** Please type your report below this line ***


-- Package-specific info:

Boot method: CF flash plugged into PATA, network install, GRUB, linux,
initrd.gz on CF

Image version:
http://ftp.nl.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz

http://ftp.nl.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/linux
30 Oct 2010

Date: <11/27/2010 20:00 CST>

Machine: EPIA-5000 mini-atx, 500Mhz, 128M RAM, no HD, no CD, plugged flash
CF card into IDE-PATA connector, fanless.

Partitions: 

 df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda1 ext3 2422964   1168532   1131348  51% /
tmpfstmpfs   61400 0 61400   0% /lib/init/rw
udev tmpfs   57080   104 56976   1% /dev
tmpfstmpfs   61400 0 61400   0% /dev/shm
/dev/sda6 ext3 5045600141252   4648044   3% /home

fdisk -l
Disk /dev/sda: 8019 MB, 8019099648 bytes
255 heads, 63 sectors/track, 974 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00052e64

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1 307 2461696   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 307 975 53667855  Extended
Partition 2 does not end on cylinder boundary.
/dev/sda5 307 337  239616   82  Linux swap / Solaris
/dev/sda6 337 975 5126144   83  Linux


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O ]
Detect network card:[O ]
Configure network:  [O ]
Detect CD:  [ ]
Load installer modules: [O ]
Detect hard drives: [O ]
Partition hard drives:  [O ]
Install base system:[O ]
Clock/timezone setup:   [O ]
User/password setup:[O ]
Install tasks:  [O ]
Install boot loader:[O ]
Overall install:[O ]

Comments/Problems:



Another computer was used to install GRUB, linux, and initrd.gz to the 8GB
CF flash card.
The CF card was plugged into an ide connnector on target machine, no cdrom,
no
hardrive. Install was to the 8G CF flash card. The network install proceeded
without incident.

Choose software to install:
web server, Print, server, File server, SSH server, Standard system
utilities

Automatic partitioning was selected. Debian auto sized / , /home, swap
partitions within the
8GB CF flash card. The initial GRUB, linux, initrd.gz for network intall
were sacrificed.
First boot was sucessfull.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20101020"
X_INSTALLATION_MEDIUM=netboot

==
Installer hardware-summary:
==
uname -a: Linux debian 2.6.32-5-486 #1 Thu Oct 14 16:56:52 UTC 2010 i686
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT8601
[Apollo ProMedia] [1106:0601] (rev 05)
lspci -knn: Subsystem: VIA Technologies, Inc. Device [1106:6010]
lspci -knn: Kernel driver in use: agpgart-via
lspci -knn: 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8601 [Apollo
ProMedia AGP] [1106:8601]
lspci -knn: 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8231
[PCI-to-ISA Bridge] [1106:8231] (rev 10)
lspci -knn: Subsystem: VIA Technologies, Inc. Device [1106:6010]
lspci -knn: Kernel driver in use: parport_pc
lspci -knn: 00:11.1 IDE interface [0101]: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06)
lspci -knn: Subsystem: VIA Technologies, Inc. Device [1106:6010]
lspci -knn: Kernel driver in use: pata_via
lspci -knn: 00:11.2 USB Controller [0c03]: VIA Technologies, Inc. VT82x
UHCI USB 1.1 Controller [1106:3038] (rev 1e)
lspci -knn: Subsystem: First International Computer, Inc. Device
[0925:1234]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:11.3 USB Controller [0c03]: VIA Technologies, Inc. VT82x
UHCI USB 1.1 Controller [1106:3038] (rev 1e)
lspci -knn: Subsystem: First International Computer, Inc. Device
[0925:1234]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:11.4 Bridge [0680]: VIA Technologies, 

Bug#605943: delete this duplicate

2010-12-04 Thread Dennis Crunkilton
You should delete this (#605943) because the first line is not
Package:  .  It slipped through somehow.

 This is a duplicate of #605944, which properly has Package: on the first line..

Sorry for the inconvenience,

Dennis



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktims3f-aueknds-bfg6cs5r42vqsu6xh1-uqy...@mail.gmail.com